|
1 <ui version="4.0" > |
|
2 <class>DownloadDialog</class> |
|
3 <widget class="QDialog" name="DownloadDialog" > |
|
4 <property name="geometry" > |
|
5 <rect> |
|
6 <x>0</x> |
|
7 <y>0</y> |
|
8 <width>332</width> |
|
9 <height>252</height> |
|
10 </rect> |
|
11 </property> |
|
12 <property name="windowTitle" > |
|
13 <string>Downloads</string> |
|
14 </property> |
|
15 <layout class="QGridLayout" name="gridLayout" > |
|
16 <property name="margin" > |
|
17 <number>0</number> |
|
18 </property> |
|
19 <property name="spacing" > |
|
20 <number>0</number> |
|
21 </property> |
|
22 <item row="0" column="0" colspan="3" > |
|
23 <widget class="EditTableView" name="downloadsView" /> |
|
24 </item> |
|
25 <item row="1" column="0" > |
|
26 <layout class="QHBoxLayout" name="horizontalLayout" > |
|
27 <item> |
|
28 <widget class="QPushButton" name="cleanupButton" > |
|
29 <property name="enabled" > |
|
30 <bool>false</bool> |
|
31 </property> |
|
32 <property name="text" > |
|
33 <string>Clean up</string> |
|
34 </property> |
|
35 </widget> |
|
36 </item> |
|
37 <item> |
|
38 <spacer> |
|
39 <property name="orientation" > |
|
40 <enum>Qt::Horizontal</enum> |
|
41 </property> |
|
42 <property name="sizeHint" stdset="0" > |
|
43 <size> |
|
44 <width>58</width> |
|
45 <height>24</height> |
|
46 </size> |
|
47 </property> |
|
48 </spacer> |
|
49 </item> |
|
50 </layout> |
|
51 </item> |
|
52 <item row="1" column="1" > |
|
53 <widget class="QLabel" name="itemCount" > |
|
54 <property name="text" > |
|
55 <string>0 Items</string> |
|
56 </property> |
|
57 </widget> |
|
58 </item> |
|
59 <item row="1" column="2" > |
|
60 <spacer name="horizontalSpacer" > |
|
61 <property name="orientation" > |
|
62 <enum>Qt::Horizontal</enum> |
|
63 </property> |
|
64 <property name="sizeHint" stdset="0" > |
|
65 <size> |
|
66 <width>148</width> |
|
67 <height>20</height> |
|
68 </size> |
|
69 </property> |
|
70 </spacer> |
|
71 </item> |
|
72 </layout> |
|
73 </widget> |
|
74 <customwidgets> |
|
75 <customwidget> |
|
76 <class>EditTableView</class> |
|
77 <extends>QTableView</extends> |
|
78 <header>edittableview.h</header> |
|
79 </customwidget> |
|
80 </customwidgets> |
|
81 <resources/> |
|
82 <connections/> |
|
83 </ui> |