summaryrefslogtreecommitdiff
path: root/wizard/installation.ui
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2011-03-17 05:07:10 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2011-03-17 05:07:10 +0100
commit00286a5db286e21a766b6af057052dc5d17561ad (patch)
tree7232dadf6dc3570705c3104fe0c000f480c7a0ee /wizard/installation.ui
downloadacritoxinstaller-00286a5db286e21a766b6af057052dc5d17561ad.zip
acritoxinstaller-00286a5db286e21a766b6af057052dc5d17561ad.tar.gz
Initial commit
Diffstat (limited to 'wizard/installation.ui')
-rw-r--r--wizard/installation.ui47
1 files changed, 47 insertions, 0 deletions
diff --git a/wizard/installation.ui b/wizard/installation.ui
new file mode 100644
index 0000000..67cdb81
--- /dev/null
+++ b/wizard/installation.ui
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<ui version="4.0">
+ <class>wpInstallation</class>
+ <widget class="QWizardPage" name="wpInstallation">
+ <property name="geometry">
+ <rect>
+ <x>0</x>
+ <y>0</y>
+ <width>515</width>
+ <height>389</height>
+ </rect>
+ </property>
+ <property name="title">
+ <string>Installation</string>
+ </property>
+ <property name="subTitle">
+ <string>This may take some time...</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout">
+ <item>
+ <widget class="QListWidget" name="listWidget"/>
+ </item>
+ <item>
+ <widget class="QLabel" name="lblCurrent">
+ <property name="text">
+ <string>Current task:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QProgressBar" name="progressCurrent"/>
+ </item>
+ <item>
+ <widget class="QLabel" name="lblCompleted">
+ <property name="text">
+ <string>Installation completed:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QProgressBar" name="progressCompleted"/>
+ </item>
+ </layout>
+ </widget>
+ <resources/>
+ <connections/>
+</ui>