Helpviewer/Download/DownloadManager.ui

changeset 668
b0061a6f7484
child 679
b427350a9d97
equal deleted inserted replaced
666:fdd568d3533d 668:b0061a6f7484
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>Clean up</string>
35 </property>
36 </widget>
37 </item>
38 <item>
39 <spacer name="horizontalSpacer_2">
40 <property name="orientation">
41 <enum>Qt::Horizontal</enum>
42 </property>
43 <property name="sizeHint" stdset="0">
44 <size>
45 <width>40</width>
46 <height>20</height>
47 </size>
48 </property>
49 </spacer>
50 </item>
51 </layout>
52 </item>
53 <item row="1" column="1">
54 <widget class="QLabel" name="countLabel">
55 <property name="text">
56 <string>0 Items</string>
57 </property>
58 </widget>
59 </item>
60 <item row="1" column="2">
61 <layout class="QHBoxLayout" name="horizontalLayout">
62 <item>
63 <spacer name="horizontalSpacer">
64 <property name="orientation">
65 <enum>Qt::Horizontal</enum>
66 </property>
67 <property name="sizeHint" stdset="0">
68 <size>
69 <width>40</width>
70 <height>20</height>
71 </size>
72 </property>
73 </spacer>
74 </item>
75 <item>
76 <widget class="QDialogButtonBox" name="buttonBox">
77 <property name="orientation">
78 <enum>Qt::Horizontal</enum>
79 </property>
80 <property name="standardButtons">
81 <set>QDialogButtonBox::Close</set>
82 </property>
83 </widget>
84 </item>
85 </layout>
86 </item>
87 </layout>
88 </widget>
89 <customwidgets>
90 <customwidget>
91 <class>E5TableView</class>
92 <extends>QTableView</extends>
93 <header>E5Gui/E5TableView.h</header>
94 </customwidget>
95 </customwidgets>
96 <tabstops>
97 <tabstop>downloadsView</tabstop>
98 <tabstop>cleanupButton</tabstop>
99 <tabstop>buttonBox</tabstop>
100 </tabstops>
101 <resources/>
102 <connections>
103 <connection>
104 <sender>buttonBox</sender>
105 <signal>rejected()</signal>
106 <receiver>DownloadManager</receiver>
107 <slot>close()</slot>
108 <hints>
109 <hint type="sourcelabel">
110 <x>330</x>
111 <y>274</y>
112 </hint>
113 <hint type="destinationlabel">
114 <x>286</x>
115 <y>294</y>
116 </hint>
117 </hints>
118 </connection>
119 </connections>
120 </ui>

eric ide

mercurial