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