summaryrefslogtreecommitdiff
path: root/wizard/hdmap.ui
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-03-25 04:19:48 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2011-03-25 04:19:48 +0100
commitf73535dba2c0ac1891da0ab81672d2a490d5d628 (patch)
tree76528bb30c59b7496520c6b94b34e8d9d8645bea /wizard/hdmap.ui
parent9c63b98c194ed54e827e3380057219286963b58c (diff)
downloadacritoxinstaller-f73535dba2c0ac1891da0ab81672d2a490d5d628.zip
acritoxinstaller-f73535dba2c0ac1891da0ab81672d2a490d5d628.tar.gz
added hdmap- and (initial) devicemapper-support to frontend
Diffstat (limited to 'wizard/hdmap.ui')
-rw-r--r--wizard/hdmap.ui30
1 files changed, 30 insertions, 0 deletions
diff --git a/wizard/hdmap.ui b/wizard/hdmap.ui
new file mode 100644
index 0000000..ae01743
--- /dev/null
+++ b/wizard/hdmap.ui
@@ -0,0 +1,30 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>wpHdMap</class>
+ <widget class="QWizardPage" name="wpHdMap">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>400</width>
+ <height>300</height>
+ </rect>
+ </property>
+ <property name="windowTitle">
+ <string>WizardPage</string>
+ </property>
+ <property name="title">
+ <string>Partitions</string>
+ </property>
+ <property name="subTitle">
+ <string>HD Map</string>
+ </property>
+ <layout class="QGridLayout" name="gridLayout">
+ <item row="0" column="0">
+ <widget class="QTableWidget" name="tableWidget"/>
+ </item>
+ </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>