src/eric7/Plugins/VcsPlugins/vcsMercurial/QueuesExtension/HgQueuesListGuardsDialog.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>HgQueuesListGuardsDialog</class>
4 <widget class="QDialog" name="HgQueuesListGuardsDialog">
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 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="QLabel" name="label">
22 <property name="text">
23 <string>Select patch (leave empty for current patch):</string>
24 </property>
25 </widget>
26 </item>
27 <item>
28 <widget class="QComboBox" name="patchSelector">
29 <property name="toolTip">
30 <string>Select the patch to show the guards of</string>
31 </property>
32 </widget>
33 </item>
34 <item>
35 <widget class="Line" name="line">
36 <property name="orientation">
37 <enum>Qt::Horizontal</enum>
38 </property>
39 </widget>
40 </item>
41 <item>
42 <layout class="QHBoxLayout" name="horizontalLayout">
43 <item>
44 <widget class="QLabel" name="label_2">
45 <property name="text">
46 <string>Patch:</string>
47 </property>
48 </widget>
49 </item>
50 <item>
51 <widget class="QLabel" name="patchNameLabel">
52 <property name="sizePolicy">
53 <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
54 <horstretch>0</horstretch>
55 <verstretch>0</verstretch>
56 </sizepolicy>
57 </property>
58 <property name="toolTip">
59 <string>Shows the name of the patch</string>
60 </property>
61 <property name="text">
62 <string/>
63 </property>
64 </widget>
65 </item>
66 </layout>
67 </item>
68 <item>
69 <widget class="QListWidget" name="guardsList">
70 <property name="toolTip">
71 <string>This shows the list of guards defined for the selected patch</string>
72 </property>
73 <property name="alternatingRowColors">
74 <bool>true</bool>
75 </property>
76 </widget>
77 </item>
78 <item>
79 <widget class="QDialogButtonBox" name="buttonBox">
80 <property name="orientation">
81 <enum>Qt::Horizontal</enum>
82 </property>
83 <property name="standardButtons">
84 <set>QDialogButtonBox::Close</set>
85 </property>
86 </widget>
87 </item>
88 </layout>
89 </widget>
90 <tabstops>
91 <tabstop>patchSelector</tabstop>
92 <tabstop>guardsList</tabstop>
93 <tabstop>buttonBox</tabstop>
94 </tabstops>
95 <resources/>
96 <connections>
97 <connection>
98 <sender>buttonBox</sender>
99 <signal>accepted()</signal>
100 <receiver>HgQueuesListGuardsDialog</receiver>
101 <slot>accept()</slot>
102 <hints>
103 <hint type="sourcelabel">
104 <x>248</x>
105 <y>254</y>
106 </hint>
107 <hint type="destinationlabel">
108 <x>157</x>
109 <y>274</y>
110 </hint>
111 </hints>
112 </connection>
113 <connection>
114 <sender>buttonBox</sender>
115 <signal>rejected()</signal>
116 <receiver>HgQueuesListGuardsDialog</receiver>
117 <slot>reject()</slot>
118 <hints>
119 <hint type="sourcelabel">
120 <x>316</x>
121 <y>260</y>
122 </hint>
123 <hint type="destinationlabel">
124 <x>286</x>
125 <y>274</y>
126 </hint>
127 </hints>
128 </connection>
129 </connections>
130 </ui>

eric ide

mercurial