Plugins/VcsPlugins/vcsGit/GitTagDialog.ui

changeset 6020
baf6da1ae288
equal deleted inserted replaced
6019:58ecdaf0b789 6020:baf6da1ae288
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GitTagDialog</class>
4 <widget class="QDialog" name="GitTagDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>391</width>
10 <height>344</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Git Tag</string>
15 </property>
16 <property name="sizeGripEnabled">
17 <bool>true</bool>
18 </property>
19 <layout class="QGridLayout" name="gridLayout_3">
20 <item row="0" column="0">
21 <widget class="QLabel" name="TextLabel1">
22 <property name="text">
23 <string>Name:</string>
24 </property>
25 </widget>
26 </item>
27 <item row="0" column="1">
28 <widget class="QComboBox" name="tagCombo">
29 <property name="sizePolicy">
30 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
31 <horstretch>0</horstretch>
32 <verstretch>0</verstretch>
33 </sizepolicy>
34 </property>
35 <property name="toolTip">
36 <string>Enter the name of the tag</string>
37 </property>
38 <property name="whatsThis">
39 <string>&lt;b&gt;Tag Name&lt;/b&gt;
40 &lt;p&gt;Enter the name of the tag to be created, deleted or verified.&lt;/p&gt;</string>
41 </property>
42 <property name="editable">
43 <bool>true</bool>
44 </property>
45 <property name="duplicatesEnabled">
46 <bool>false</bool>
47 </property>
48 </widget>
49 </item>
50 <item row="1" column="0">
51 <widget class="QLabel" name="label">
52 <property name="text">
53 <string>Revision:</string>
54 </property>
55 </widget>
56 </item>
57 <item row="1" column="1">
58 <widget class="QLineEdit" name="revisionEdit">
59 <property name="toolTip">
60 <string>Enter a revision to set a tag for</string>
61 </property>
62 </widget>
63 </item>
64 <item row="2" column="0" colspan="2">
65 <widget class="QGroupBox" name="tagActionGroup">
66 <property name="title">
67 <string>Tag Action</string>
68 </property>
69 <layout class="QGridLayout" name="gridLayout_2">
70 <item row="0" column="0">
71 <widget class="QRadioButton" name="createTagButton">
72 <property name="toolTip">
73 <string>Select to create a tag</string>
74 </property>
75 <property name="whatsThis">
76 <string>&lt;b&gt;Create Tag&lt;/b&gt;
77 &lt;p&gt;Select this entry in order to create a tag.&lt;/p&gt;</string>
78 </property>
79 <property name="text">
80 <string>Create Tag</string>
81 </property>
82 <property name="checked">
83 <bool>true</bool>
84 </property>
85 </widget>
86 </item>
87 <item row="0" column="1">
88 <widget class="QRadioButton" name="deleteTagButton">
89 <property name="toolTip">
90 <string>Select to delete a tag</string>
91 </property>
92 <property name="whatsThis">
93 <string>&lt;b&gt;Delete Tag&lt;/b&gt;
94 &lt;p&gt;Select this entry in order to delete the selected tag.&lt;/p&gt;</string>
95 </property>
96 <property name="text">
97 <string>Delete Tag</string>
98 </property>
99 </widget>
100 </item>
101 <item row="1" column="0">
102 <widget class="QRadioButton" name="verifyTagButton">
103 <property name="toolTip">
104 <string>Select to verify a tag</string>
105 </property>
106 <property name="whatsThis">
107 <string>&lt;b&gt;Verify Tag&lt;/b&gt;
108 &lt;p&gt;Select this entry in order to verify the selected tag.&lt;/p&gt;</string>
109 </property>
110 <property name="text">
111 <string>Verify Tag</string>
112 </property>
113 </widget>
114 </item>
115 </layout>
116 </widget>
117 </item>
118 <item row="3" column="0" colspan="2">
119 <widget class="QGroupBox" name="tagTypeGroup">
120 <property name="title">
121 <string>Tag Type</string>
122 </property>
123 <layout class="QGridLayout" name="gridLayout">
124 <item row="0" column="0">
125 <widget class="QRadioButton" name="globalTagButton">
126 <property name="toolTip">
127 <string>Select to create/delete/verify a global tag</string>
128 </property>
129 <property name="text">
130 <string>Global Tag</string>
131 </property>
132 <property name="checked">
133 <bool>true</bool>
134 </property>
135 </widget>
136 </item>
137 <item row="0" column="1">
138 <widget class="QRadioButton" name="signedTagButton">
139 <property name="toolTip">
140 <string>Select to create/delete/verify a signed tag</string>
141 </property>
142 <property name="text">
143 <string>Signed Tag</string>
144 </property>
145 </widget>
146 </item>
147 <item row="1" column="0">
148 <widget class="QRadioButton" name="localTagButton">
149 <property name="toolTip">
150 <string>Select to create/delete/verify a local tag</string>
151 </property>
152 <property name="text">
153 <string>Local Tag</string>
154 </property>
155 </widget>
156 </item>
157 </layout>
158 </widget>
159 </item>
160 <item row="4" column="0" colspan="2">
161 <widget class="QCheckBox" name="forceCheckBox">
162 <property name="toolTip">
163 <string>Select to enforce the create operation</string>
164 </property>
165 <property name="text">
166 <string>Enforce Operation</string>
167 </property>
168 </widget>
169 </item>
170 <item row="5" column="0" colspan="2">
171 <widget class="QDialogButtonBox" name="buttonBox">
172 <property name="orientation">
173 <enum>Qt::Horizontal</enum>
174 </property>
175 <property name="standardButtons">
176 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
177 </property>
178 </widget>
179 </item>
180 </layout>
181 </widget>
182 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
183 <tabstops>
184 <tabstop>tagCombo</tabstop>
185 <tabstop>revisionEdit</tabstop>
186 <tabstop>createTagButton</tabstop>
187 <tabstop>deleteTagButton</tabstop>
188 <tabstop>verifyTagButton</tabstop>
189 <tabstop>globalTagButton</tabstop>
190 <tabstop>signedTagButton</tabstop>
191 <tabstop>localTagButton</tabstop>
192 </tabstops>
193 <resources/>
194 <connections>
195 <connection>
196 <sender>buttonBox</sender>
197 <signal>accepted()</signal>
198 <receiver>GitTagDialog</receiver>
199 <slot>accept()</slot>
200 <hints>
201 <hint type="sourcelabel">
202 <x>104</x>
203 <y>333</y>
204 </hint>
205 <hint type="destinationlabel">
206 <x>25</x>
207 <y>214</y>
208 </hint>
209 </hints>
210 </connection>
211 <connection>
212 <sender>buttonBox</sender>
213 <signal>rejected()</signal>
214 <receiver>GitTagDialog</receiver>
215 <slot>reject()</slot>
216 <hints>
217 <hint type="sourcelabel">
218 <x>141</x>
219 <y>333</y>
220 </hint>
221 <hint type="destinationlabel">
222 <x>128</x>
223 <y>210</y>
224 </hint>
225 </hints>
226 </connection>
227 <connection>
228 <sender>deleteTagButton</sender>
229 <signal>toggled(bool)</signal>
230 <receiver>revisionEdit</receiver>
231 <slot>setDisabled(bool)</slot>
232 <hints>
233 <hint type="sourcelabel">
234 <x>344</x>
235 <y>127</y>
236 </hint>
237 <hint type="destinationlabel">
238 <x>137</x>
239 <y>49</y>
240 </hint>
241 </hints>
242 </connection>
243 <connection>
244 <sender>verifyTagButton</sender>
245 <signal>toggled(bool)</signal>
246 <receiver>revisionEdit</receiver>
247 <slot>setDisabled(bool)</slot>
248 <hints>
249 <hint type="sourcelabel">
250 <x>80</x>
251 <y>149</y>
252 </hint>
253 <hint type="destinationlabel">
254 <x>101</x>
255 <y>57</y>
256 </hint>
257 </hints>
258 </connection>
259 <connection>
260 <sender>createTagButton</sender>
261 <signal>toggled(bool)</signal>
262 <receiver>tagTypeGroup</receiver>
263 <slot>setEnabled(bool)</slot>
264 <hints>
265 <hint type="sourcelabel">
266 <x>62</x>
267 <y>119</y>
268 </hint>
269 <hint type="destinationlabel">
270 <x>59</x>
271 <y>182</y>
272 </hint>
273 </hints>
274 </connection>
275 <connection>
276 <sender>createTagButton</sender>
277 <signal>toggled(bool)</signal>
278 <receiver>forceCheckBox</receiver>
279 <slot>setEnabled(bool)</slot>
280 <hints>
281 <hint type="sourcelabel">
282 <x>43</x>
283 <y>120</y>
284 </hint>
285 <hint type="destinationlabel">
286 <x>35</x>
287 <y>288</y>
288 </hint>
289 </hints>
290 </connection>
291 </connections>
292 </ui>

eric ide

mercurial