src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesGuardsSelectionDialog.ui

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8312
800c432b34c8
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>HgQueuesGuardsSelectionDialog</class>
4 <widget class="QDialog" name="HgQueuesGuardsSelectionDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>300</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Select 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="QListWidget" name="guardsList">
22 <property name="alternatingRowColors">
23 <bool>true</bool>
24 </property>
25 <property name="selectionMode">
26 <enum>QAbstractItemView::ExtendedSelection</enum>
27 </property>
28 </widget>
29 </item>
30 <item>
31 <widget class="QDialogButtonBox" name="buttonBox">
32 <property name="orientation">
33 <enum>Qt::Horizontal</enum>
34 </property>
35 <property name="standardButtons">
36 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
37 </property>
38 </widget>
39 </item>
40 </layout>
41 </widget>
42 <tabstops>
43 <tabstop>guardsList</tabstop>
44 <tabstop>buttonBox</tabstop>
45 </tabstops>
46 <resources/>
47 <connections>
48 <connection>
49 <sender>buttonBox</sender>
50 <signal>accepted()</signal>
51 <receiver>HgQueuesGuardsSelectionDialog</receiver>
52 <slot>accept()</slot>
53 <hints>
54 <hint type="sourcelabel">
55 <x>248</x>
56 <y>254</y>
57 </hint>
58 <hint type="destinationlabel">
59 <x>157</x>
60 <y>274</y>
61 </hint>
62 </hints>
63 </connection>
64 <connection>
65 <sender>buttonBox</sender>
66 <signal>rejected()</signal>
67 <receiver>HgQueuesGuardsSelectionDialog</receiver>
68 <slot>reject()</slot>
69 <hints>
70 <hint type="sourcelabel">
71 <x>316</x>
72 <y>260</y>
73 </hint>
74 <hint type="destinationlabel">
75 <x>286</x>
76 <y>274</y>
77 </hint>
78 </hints>
79 </connection>
80 </connections>
81 </ui>

eric ide

mercurial