|
1 <ui version="4.0" > |
|
2 <class>InstallDialog</class> |
|
3 <widget class="QDialog" name="InstallDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>436</width> |
|
9 <height>245</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Install Documentation</string> |
|
14 </property> |
|
15 <layout class="QGridLayout" > |
|
16 <item row="0" column="0" colspan="4" > |
|
17 <widget class="QLabel" name="label" > |
|
18 <property name="text" > |
|
19 <string>Available Documentation:</string> |
|
20 </property> |
|
21 </widget> |
|
22 </item> |
|
23 <item rowspan="4" row="1" column="0" colspan="4" > |
|
24 <widget class="QListWidget" name="listWidget" /> |
|
25 </item> |
|
26 <item row="1" column="4" > |
|
27 <widget class="QPushButton" name="installButton" > |
|
28 <property name="text" > |
|
29 <string>Install</string> |
|
30 </property> |
|
31 </widget> |
|
32 </item> |
|
33 <item row="2" column="4" > |
|
34 <widget class="QPushButton" name="cancelButton" > |
|
35 <property name="text" > |
|
36 <string>Cancel</string> |
|
37 </property> |
|
38 </widget> |
|
39 </item> |
|
40 <item row="3" column="4" > |
|
41 <widget class="QPushButton" name="closeButton" > |
|
42 <property name="text" > |
|
43 <string>Close</string> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item row="4" column="4" > |
|
48 <spacer> |
|
49 <property name="orientation" > |
|
50 <enum>Qt::Vertical</enum> |
|
51 </property> |
|
52 <property name="sizeHint" > |
|
53 <size> |
|
54 <width>20</width> |
|
55 <height>56</height> |
|
56 </size> |
|
57 </property> |
|
58 </spacer> |
|
59 </item> |
|
60 <item row="5" column="0" > |
|
61 <widget class="QLabel" name="label_4" > |
|
62 <property name="text" > |
|
63 <string>Installation Path:</string> |
|
64 </property> |
|
65 </widget> |
|
66 </item> |
|
67 <item row="5" column="1" colspan="2" > |
|
68 <widget class="QLineEdit" name="pathLineEdit" /> |
|
69 </item> |
|
70 <item row="5" column="3" > |
|
71 <widget class="QToolButton" name="browseButton" > |
|
72 <property name="text" > |
|
73 <string>...</string> |
|
74 </property> |
|
75 </widget> |
|
76 </item> |
|
77 <item row="6" column="0" colspan="5" > |
|
78 <widget class="Line" name="line" > |
|
79 <property name="orientation" > |
|
80 <enum>Qt::Horizontal</enum> |
|
81 </property> |
|
82 </widget> |
|
83 </item> |
|
84 <item row="7" column="0" colspan="2" > |
|
85 <widget class="QLabel" name="statusLabel" /> |
|
86 </item> |
|
87 <item row="7" column="2" colspan="3" > |
|
88 <widget class="QProgressBar" name="progressBar" > |
|
89 <property name="value" > |
|
90 <number>0</number> |
|
91 </property> |
|
92 <property name="orientation" > |
|
93 <enum>Qt::Horizontal</enum> |
|
94 </property> |
|
95 </widget> |
|
96 </item> |
|
97 </layout> |
|
98 </widget> |
|
99 <resources/> |
|
100 <connections> |
|
101 <connection> |
|
102 <sender>closeButton</sender> |
|
103 <signal>clicked()</signal> |
|
104 <receiver>InstallDialog</receiver> |
|
105 <slot>accept()</slot> |
|
106 <hints> |
|
107 <hint type="sourcelabel" > |
|
108 <x>330</x> |
|
109 <y>107</y> |
|
110 </hint> |
|
111 <hint type="destinationlabel" > |
|
112 <x>332</x> |
|
113 <y>158</y> |
|
114 </hint> |
|
115 </hints> |
|
116 </connection> |
|
117 </connections> |
|
118 </ui> |