|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>ShowInstalledDialog</class> |
|
4 <widget class="QDialog" name="ShowInstalledDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>400</width> |
|
10 <height>500</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Installed Modules</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QTreeWidget" name="modulesList"> |
|
22 <property name="alternatingRowColors"> |
|
23 <bool>true</bool> |
|
24 </property> |
|
25 <property name="selectionMode"> |
|
26 <enum>QAbstractItemView::NoSelection</enum> |
|
27 </property> |
|
28 <property name="rootIsDecorated"> |
|
29 <bool>false</bool> |
|
30 </property> |
|
31 <property name="itemsExpandable"> |
|
32 <bool>false</bool> |
|
33 </property> |
|
34 <attribute name="headerShowSortIndicator" stdset="0"> |
|
35 <bool>false</bool> |
|
36 </attribute> |
|
37 <column> |
|
38 <property name="text"> |
|
39 <string>Module</string> |
|
40 </property> |
|
41 </column> |
|
42 <column> |
|
43 <property name="text"> |
|
44 <string>Version</string> |
|
45 </property> |
|
46 </column> |
|
47 </widget> |
|
48 </item> |
|
49 <item> |
|
50 <widget class="QDialogButtonBox" name="buttonBox"> |
|
51 <property name="orientation"> |
|
52 <enum>Qt::Horizontal</enum> |
|
53 </property> |
|
54 <property name="standardButtons"> |
|
55 <set>QDialogButtonBox::Close</set> |
|
56 </property> |
|
57 </widget> |
|
58 </item> |
|
59 </layout> |
|
60 </widget> |
|
61 <resources/> |
|
62 <connections> |
|
63 <connection> |
|
64 <sender>buttonBox</sender> |
|
65 <signal>accepted()</signal> |
|
66 <receiver>ShowInstalledDialog</receiver> |
|
67 <slot>accept()</slot> |
|
68 <hints> |
|
69 <hint type="sourcelabel"> |
|
70 <x>248</x> |
|
71 <y>254</y> |
|
72 </hint> |
|
73 <hint type="destinationlabel"> |
|
74 <x>157</x> |
|
75 <y>274</y> |
|
76 </hint> |
|
77 </hints> |
|
78 </connection> |
|
79 <connection> |
|
80 <sender>buttonBox</sender> |
|
81 <signal>rejected()</signal> |
|
82 <receiver>ShowInstalledDialog</receiver> |
|
83 <slot>reject()</slot> |
|
84 <hints> |
|
85 <hint type="sourcelabel"> |
|
86 <x>316</x> |
|
87 <y>260</y> |
|
88 </hint> |
|
89 <hint type="destinationlabel"> |
|
90 <x>286</x> |
|
91 <y>274</y> |
|
92 </hint> |
|
93 </hints> |
|
94 </connection> |
|
95 </connections> |
|
96 </ui> |