|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>DownloadManager</class> |
|
4 <widget class="QDialog" name="DownloadManager"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>400</width> |
|
10 <height>300</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Downloads</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QGridLayout" name="gridLayout"> |
|
20 <item row="0" column="0" colspan="3"> |
|
21 <widget class="E5TableView" name="downloadsView"/> |
|
22 </item> |
|
23 <item row="1" column="0"> |
|
24 <layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
25 <item> |
|
26 <widget class="QPushButton" name="cleanupButton"> |
|
27 <property name="enabled"> |
|
28 <bool>false</bool> |
|
29 </property> |
|
30 <property name="toolTip"> |
|
31 <string>Press to clean up the list of downloads</string> |
|
32 </property> |
|
33 <property name="text"> |
|
34 <string>Clear List</string> |
|
35 </property> |
|
36 <property name="autoDefault"> |
|
37 <bool>false</bool> |
|
38 </property> |
|
39 </widget> |
|
40 </item> |
|
41 <item> |
|
42 <spacer name="horizontalSpacer_2"> |
|
43 <property name="orientation"> |
|
44 <enum>Qt::Horizontal</enum> |
|
45 </property> |
|
46 <property name="sizeHint" stdset="0"> |
|
47 <size> |
|
48 <width>40</width> |
|
49 <height>20</height> |
|
50 </size> |
|
51 </property> |
|
52 </spacer> |
|
53 </item> |
|
54 </layout> |
|
55 </item> |
|
56 <item row="1" column="1"> |
|
57 <widget class="QLabel" name="countLabel"> |
|
58 <property name="text"> |
|
59 <string>0 Items</string> |
|
60 </property> |
|
61 </widget> |
|
62 </item> |
|
63 <item row="1" column="2"> |
|
64 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
65 <item> |
|
66 <spacer name="horizontalSpacer"> |
|
67 <property name="orientation"> |
|
68 <enum>Qt::Horizontal</enum> |
|
69 </property> |
|
70 <property name="sizeHint" stdset="0"> |
|
71 <size> |
|
72 <width>40</width> |
|
73 <height>20</height> |
|
74 </size> |
|
75 </property> |
|
76 </spacer> |
|
77 </item> |
|
78 <item> |
|
79 <widget class="QDialogButtonBox" name="buttonBox"> |
|
80 <property name="orientation"> |
|
81 <enum>Qt::Horizontal</enum> |
|
82 </property> |
|
83 <property name="standardButtons"> |
|
84 <set>QDialogButtonBox::Close</set> |
|
85 </property> |
|
86 </widget> |
|
87 </item> |
|
88 </layout> |
|
89 </item> |
|
90 </layout> |
|
91 </widget> |
|
92 <customwidgets> |
|
93 <customwidget> |
|
94 <class>E5TableView</class> |
|
95 <extends>QTableView</extends> |
|
96 <header>E5Gui/E5TableView.h</header> |
|
97 </customwidget> |
|
98 </customwidgets> |
|
99 <tabstops> |
|
100 <tabstop>downloadsView</tabstop> |
|
101 <tabstop>cleanupButton</tabstop> |
|
102 <tabstop>buttonBox</tabstop> |
|
103 </tabstops> |
|
104 <resources/> |
|
105 <connections> |
|
106 <connection> |
|
107 <sender>buttonBox</sender> |
|
108 <signal>rejected()</signal> |
|
109 <receiver>DownloadManager</receiver> |
|
110 <slot>close()</slot> |
|
111 <hints> |
|
112 <hint type="sourcelabel"> |
|
113 <x>330</x> |
|
114 <y>274</y> |
|
115 </hint> |
|
116 <hint type="destinationlabel"> |
|
117 <x>286</x> |
|
118 <y>294</y> |
|
119 </hint> |
|
120 </hints> |
|
121 </connection> |
|
122 </connections> |
|
123 </ui> |