|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>HgQueuesListAllGuardsDialog</class> |
|
4 <widget class="QDialog" name="HgQueuesListAllGuardsDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>400</width> |
|
10 <height>400</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>List All Guards</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="guardsTree"> |
|
22 <property name="toolTip"> |
|
23 <string>Show all guards of all patches</string> |
|
24 </property> |
|
25 <property name="alternatingRowColors"> |
|
26 <bool>true</bool> |
|
27 </property> |
|
28 <property name="selectionMode"> |
|
29 <enum>QAbstractItemView::NoSelection</enum> |
|
30 </property> |
|
31 <property name="headerHidden"> |
|
32 <bool>true</bool> |
|
33 </property> |
|
34 <column> |
|
35 <property name="text"> |
|
36 <string notr="true">1</string> |
|
37 </property> |
|
38 </column> |
|
39 </widget> |
|
40 </item> |
|
41 <item> |
|
42 <widget class="QDialogButtonBox" name="buttonBox"> |
|
43 <property name="orientation"> |
|
44 <enum>Qt::Horizontal</enum> |
|
45 </property> |
|
46 <property name="standardButtons"> |
|
47 <set>QDialogButtonBox::Close</set> |
|
48 </property> |
|
49 </widget> |
|
50 </item> |
|
51 </layout> |
|
52 </widget> |
|
53 <tabstops> |
|
54 <tabstop>guardsTree</tabstop> |
|
55 <tabstop>buttonBox</tabstop> |
|
56 </tabstops> |
|
57 <resources/> |
|
58 <connections> |
|
59 <connection> |
|
60 <sender>buttonBox</sender> |
|
61 <signal>accepted()</signal> |
|
62 <receiver>HgQueuesListAllGuardsDialog</receiver> |
|
63 <slot>accept()</slot> |
|
64 <hints> |
|
65 <hint type="sourcelabel"> |
|
66 <x>248</x> |
|
67 <y>254</y> |
|
68 </hint> |
|
69 <hint type="destinationlabel"> |
|
70 <x>157</x> |
|
71 <y>274</y> |
|
72 </hint> |
|
73 </hints> |
|
74 </connection> |
|
75 <connection> |
|
76 <sender>buttonBox</sender> |
|
77 <signal>rejected()</signal> |
|
78 <receiver>HgQueuesListAllGuardsDialog</receiver> |
|
79 <slot>reject()</slot> |
|
80 <hints> |
|
81 <hint type="sourcelabel"> |
|
82 <x>316</x> |
|
83 <y>260</y> |
|
84 </hint> |
|
85 <hint type="destinationlabel"> |
|
86 <x>286</x> |
|
87 <y>274</y> |
|
88 </hint> |
|
89 </hints> |
|
90 </connection> |
|
91 </connections> |
|
92 </ui> |