blob: 67cdb817343c13fe09299bbd694a40d9f3adc80c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
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>
|