|
1 <ui version="4.0" > |
|
2 <class>DownloadDialog</class> |
|
3 <widget class="QWidget" name="DownloadDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>400</width> |
|
9 <height>148</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Eric4 Download</string> |
|
14 </property> |
|
15 <layout class="QVBoxLayout" name="verticalLayout_2" > |
|
16 <item> |
|
17 <layout class="QHBoxLayout" name="horizontalLayout" > |
|
18 <item> |
|
19 <widget class="QLabel" name="fileIcon" > |
|
20 <property name="text" > |
|
21 <string>Icon</string> |
|
22 </property> |
|
23 </widget> |
|
24 </item> |
|
25 <item> |
|
26 <layout class="QVBoxLayout" name="verticalLayout" > |
|
27 <item> |
|
28 <widget class="QLabel" name="filenameLabel" > |
|
29 <property name="text" > |
|
30 <string>Filename</string> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QProgressBar" name="progressBar" /> |
|
36 </item> |
|
37 <item> |
|
38 <widget class="QLabel" name="infoLabel" > |
|
39 <property name="text" > |
|
40 <string>Info</string> |
|
41 </property> |
|
42 </widget> |
|
43 </item> |
|
44 </layout> |
|
45 </item> |
|
46 </layout> |
|
47 </item> |
|
48 <item> |
|
49 <widget class="QCheckBox" name="keepOpenCheckBox" > |
|
50 <property name="toolTip" > |
|
51 <string>Select to keep the dialog open when finished</string> |
|
52 </property> |
|
53 <property name="text" > |
|
54 <string>Keep open when finished</string> |
|
55 </property> |
|
56 </widget> |
|
57 </item> |
|
58 <item> |
|
59 <widget class="QDialogButtonBox" name="buttonBox" > |
|
60 <property name="standardButtons" > |
|
61 <set>QDialogButtonBox::Close|QDialogButtonBox::Open</set> |
|
62 </property> |
|
63 </widget> |
|
64 </item> |
|
65 </layout> |
|
66 </widget> |
|
67 <resources/> |
|
68 <connections/> |
|
69 </ui> |