|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>ProgramsDialog</class> |
|
4 <widget class="QDialog" name="ProgramsDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>700</width> |
|
10 <height>570</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>External Programs</string> |
|
15 </property> |
|
16 <layout class="QVBoxLayout"> |
|
17 <item> |
|
18 <widget class="QTreeWidget" name="programsList"> |
|
19 <property name="rootIsDecorated"> |
|
20 <bool>false</bool> |
|
21 </property> |
|
22 <property name="sortingEnabled"> |
|
23 <bool>true</bool> |
|
24 </property> |
|
25 <column> |
|
26 <property name="text"> |
|
27 <string>Path</string> |
|
28 </property> |
|
29 </column> |
|
30 <column> |
|
31 <property name="text"> |
|
32 <string>Version</string> |
|
33 </property> |
|
34 </column> |
|
35 </widget> |
|
36 </item> |
|
37 <item> |
|
38 <widget class="QDialogButtonBox" name="buttonBox"> |
|
39 <property name="orientation"> |
|
40 <enum>Qt::Horizontal</enum> |
|
41 </property> |
|
42 <property name="standardButtons"> |
|
43 <set>QDialogButtonBox::Close</set> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 </layout> |
|
48 </widget> |
|
49 <resources/> |
|
50 <connections> |
|
51 <connection> |
|
52 <sender>buttonBox</sender> |
|
53 <signal>accepted()</signal> |
|
54 <receiver>ProgramsDialog</receiver> |
|
55 <slot>close()</slot> |
|
56 <hints> |
|
57 <hint type="sourcelabel"> |
|
58 <x>155</x> |
|
59 <y>546</y> |
|
60 </hint> |
|
61 <hint type="destinationlabel"> |
|
62 <x>123</x> |
|
63 <y>505</y> |
|
64 </hint> |
|
65 </hints> |
|
66 </connection> |
|
67 <connection> |
|
68 <sender>buttonBox</sender> |
|
69 <signal>rejected()</signal> |
|
70 <receiver>ProgramsDialog</receiver> |
|
71 <slot>close()</slot> |
|
72 <hints> |
|
73 <hint type="sourcelabel"> |
|
74 <x>253</x> |
|
75 <y>552</y> |
|
76 </hint> |
|
77 <hint type="destinationlabel"> |
|
78 <x>207</x> |
|
79 <y>505</y> |
|
80 </hint> |
|
81 </hints> |
|
82 </connection> |
|
83 </connections> |
|
84 </ui> |