|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>HgGpgSignDialog</class> |
|
4 <widget class="QDialog" name="HgGpgSignDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>400</width> |
|
10 <height>600</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string/> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
20 <item> |
|
21 <widget class="QGroupBox" name="groupBox"> |
|
22 <property name="title"> |
|
23 <string>Revision</string> |
|
24 </property> |
|
25 <layout class="QGridLayout" name="gridLayout"> |
|
26 <item row="0" column="0"> |
|
27 <widget class="QRadioButton" name="numberButton"> |
|
28 <property name="toolTip"> |
|
29 <string>Select to specify a revision by number</string> |
|
30 </property> |
|
31 <property name="text"> |
|
32 <string>Number</string> |
|
33 </property> |
|
34 </widget> |
|
35 </item> |
|
36 <item row="0" column="1"> |
|
37 <widget class="QSpinBox" name="numberSpinBox"> |
|
38 <property name="enabled"> |
|
39 <bool>false</bool> |
|
40 </property> |
|
41 <property name="toolTip"> |
|
42 <string>Enter a revision number</string> |
|
43 </property> |
|
44 <property name="alignment"> |
|
45 <set>Qt::AlignRight</set> |
|
46 </property> |
|
47 <property name="maximum"> |
|
48 <number>999999999</number> |
|
49 </property> |
|
50 </widget> |
|
51 </item> |
|
52 <item row="0" column="2"> |
|
53 <spacer name="spacer"> |
|
54 <property name="orientation"> |
|
55 <enum>Qt::Horizontal</enum> |
|
56 </property> |
|
57 <property name="sizeHint" stdset="0"> |
|
58 <size> |
|
59 <width>158</width> |
|
60 <height>20</height> |
|
61 </size> |
|
62 </property> |
|
63 </spacer> |
|
64 </item> |
|
65 <item row="1" column="0"> |
|
66 <widget class="QRadioButton" name="idButton"> |
|
67 <property name="toolTip"> |
|
68 <string>Select to specify a revision by changeset id</string> |
|
69 </property> |
|
70 <property name="text"> |
|
71 <string>Id:</string> |
|
72 </property> |
|
73 </widget> |
|
74 </item> |
|
75 <item row="1" column="1" colspan="2"> |
|
76 <widget class="QLineEdit" name="idEdit"> |
|
77 <property name="enabled"> |
|
78 <bool>false</bool> |
|
79 </property> |
|
80 <property name="toolTip"> |
|
81 <string>Enter a changeset id</string> |
|
82 </property> |
|
83 </widget> |
|
84 </item> |
|
85 <item row="2" column="0"> |
|
86 <widget class="QRadioButton" name="tagButton"> |
|
87 <property name="toolTip"> |
|
88 <string>Select to specify a revision by a tag</string> |
|
89 </property> |
|
90 <property name="text"> |
|
91 <string>Tag:</string> |
|
92 </property> |
|
93 </widget> |
|
94 </item> |
|
95 <item row="2" column="1" colspan="2"> |
|
96 <widget class="QComboBox" name="tagCombo"> |
|
97 <property name="enabled"> |
|
98 <bool>false</bool> |
|
99 </property> |
|
100 <property name="sizePolicy"> |
|
101 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
102 <horstretch>0</horstretch> |
|
103 <verstretch>0</verstretch> |
|
104 </sizepolicy> |
|
105 </property> |
|
106 <property name="toolTip"> |
|
107 <string>Enter a tag name</string> |
|
108 </property> |
|
109 <property name="editable"> |
|
110 <bool>true</bool> |
|
111 </property> |
|
112 </widget> |
|
113 </item> |
|
114 <item row="3" column="0"> |
|
115 <widget class="QRadioButton" name="branchButton"> |
|
116 <property name="toolTip"> |
|
117 <string>Select to specify a revision by a branch</string> |
|
118 </property> |
|
119 <property name="text"> |
|
120 <string>Branch:</string> |
|
121 </property> |
|
122 </widget> |
|
123 </item> |
|
124 <item row="3" column="1" colspan="2"> |
|
125 <widget class="QComboBox" name="branchCombo"> |
|
126 <property name="enabled"> |
|
127 <bool>false</bool> |
|
128 </property> |
|
129 <property name="sizePolicy"> |
|
130 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
131 <horstretch>0</horstretch> |
|
132 <verstretch>0</verstretch> |
|
133 </sizepolicy> |
|
134 </property> |
|
135 <property name="toolTip"> |
|
136 <string>Enter a branch name</string> |
|
137 </property> |
|
138 <property name="editable"> |
|
139 <bool>true</bool> |
|
140 </property> |
|
141 </widget> |
|
142 </item> |
|
143 <item row="4" column="0"> |
|
144 <widget class="QRadioButton" name="bookmarkButton"> |
|
145 <property name="toolTip"> |
|
146 <string>Select to specify a revision by a bookmark</string> |
|
147 </property> |
|
148 <property name="text"> |
|
149 <string>Bookmark:</string> |
|
150 </property> |
|
151 </widget> |
|
152 </item> |
|
153 <item row="4" column="1" colspan="2"> |
|
154 <widget class="QComboBox" name="bookmarkCombo"> |
|
155 <property name="enabled"> |
|
156 <bool>false</bool> |
|
157 </property> |
|
158 <property name="sizePolicy"> |
|
159 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> |
|
160 <horstretch>0</horstretch> |
|
161 <verstretch>0</verstretch> |
|
162 </sizepolicy> |
|
163 </property> |
|
164 <property name="toolTip"> |
|
165 <string>Enter a bookmark name</string> |
|
166 </property> |
|
167 <property name="editable"> |
|
168 <bool>true</bool> |
|
169 </property> |
|
170 </widget> |
|
171 </item> |
|
172 <item row="5" column="0"> |
|
173 <widget class="QRadioButton" name="expressionButton"> |
|
174 <property name="text"> |
|
175 <string>Expression:</string> |
|
176 </property> |
|
177 </widget> |
|
178 </item> |
|
179 <item row="5" column="1" colspan="2"> |
|
180 <widget class="QLineEdit" name="expressionEdit"> |
|
181 <property name="enabled"> |
|
182 <bool>false</bool> |
|
183 </property> |
|
184 <property name="toolTip"> |
|
185 <string>Enter a revision set expression</string> |
|
186 </property> |
|
187 <property name="clearButtonEnabled"> |
|
188 <bool>true</bool> |
|
189 </property> |
|
190 </widget> |
|
191 </item> |
|
192 <item row="6" column="0" colspan="3"> |
|
193 <widget class="QRadioButton" name="tipButton"> |
|
194 <property name="toolTip"> |
|
195 <string>Select tip revision of repository</string> |
|
196 </property> |
|
197 <property name="text"> |
|
198 <string>Parent</string> |
|
199 </property> |
|
200 <property name="checked"> |
|
201 <bool>true</bool> |
|
202 </property> |
|
203 </widget> |
|
204 </item> |
|
205 </layout> |
|
206 </widget> |
|
207 </item> |
|
208 <item> |
|
209 <widget class="QGroupBox" name="groupBox_2"> |
|
210 <property name="title"> |
|
211 <string>Commit Message</string> |
|
212 </property> |
|
213 <layout class="QVBoxLayout" name="verticalLayout"> |
|
214 <item> |
|
215 <widget class="QCheckBox" name="nocommitCheckBox"> |
|
216 <property name="toolTip"> |
|
217 <string>Select to not commit the signature</string> |
|
218 </property> |
|
219 <property name="text"> |
|
220 <string>Do Not Commit</string> |
|
221 </property> |
|
222 </widget> |
|
223 </item> |
|
224 <item> |
|
225 <widget class="EricSpellCheckedPlainTextEdit" name="messageEdit"> |
|
226 <property name="toolTip"> |
|
227 <string>Enter a commit message (leave empty to use default)</string> |
|
228 </property> |
|
229 <property name="tabChangesFocus"> |
|
230 <bool>true</bool> |
|
231 </property> |
|
232 </widget> |
|
233 </item> |
|
234 </layout> |
|
235 </widget> |
|
236 </item> |
|
237 <item> |
|
238 <layout class="QGridLayout" name="gridLayout_2"> |
|
239 <item row="0" column="0"> |
|
240 <widget class="QLabel" name="label"> |
|
241 <property name="text"> |
|
242 <string>Key-ID:</string> |
|
243 </property> |
|
244 </widget> |
|
245 </item> |
|
246 <item row="0" column="1"> |
|
247 <widget class="QLineEdit" name="keyEdit"> |
|
248 <property name="toolTip"> |
|
249 <string>Enter the ID of the key to be used</string> |
|
250 </property> |
|
251 </widget> |
|
252 </item> |
|
253 <item row="1" column="0" colspan="2"> |
|
254 <widget class="QCheckBox" name="localCheckBox"> |
|
255 <property name="toolTip"> |
|
256 <string>Select to make the signature local</string> |
|
257 </property> |
|
258 <property name="text"> |
|
259 <string>Local Signature</string> |
|
260 </property> |
|
261 </widget> |
|
262 </item> |
|
263 <item row="2" column="0" colspan="2"> |
|
264 <widget class="QCheckBox" name="forceCheckBox"> |
|
265 <property name="toolTip"> |
|
266 <string>Select to sign even if the signature file is modified</string> |
|
267 </property> |
|
268 <property name="text"> |
|
269 <string>Force Signature</string> |
|
270 </property> |
|
271 </widget> |
|
272 </item> |
|
273 </layout> |
|
274 </item> |
|
275 <item> |
|
276 <widget class="QDialogButtonBox" name="buttonBox"> |
|
277 <property name="orientation"> |
|
278 <enum>Qt::Horizontal</enum> |
|
279 </property> |
|
280 <property name="standardButtons"> |
|
281 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
282 </property> |
|
283 </widget> |
|
284 </item> |
|
285 </layout> |
|
286 </widget> |
|
287 <customwidgets> |
|
288 <customwidget> |
|
289 <class>EricSpellCheckedPlainTextEdit</class> |
|
290 <extends>QPlainTextEdit</extends> |
|
291 <header>EricWidgets/EricSpellCheckedTextEdit.h</header> |
|
292 </customwidget> |
|
293 </customwidgets> |
|
294 <tabstops> |
|
295 <tabstop>numberButton</tabstop> |
|
296 <tabstop>numberSpinBox</tabstop> |
|
297 <tabstop>idButton</tabstop> |
|
298 <tabstop>idEdit</tabstop> |
|
299 <tabstop>tagButton</tabstop> |
|
300 <tabstop>tagCombo</tabstop> |
|
301 <tabstop>branchButton</tabstop> |
|
302 <tabstop>branchCombo</tabstop> |
|
303 <tabstop>bookmarkButton</tabstop> |
|
304 <tabstop>bookmarkCombo</tabstop> |
|
305 <tabstop>expressionButton</tabstop> |
|
306 <tabstop>expressionEdit</tabstop> |
|
307 <tabstop>tipButton</tabstop> |
|
308 <tabstop>nocommitCheckBox</tabstop> |
|
309 <tabstop>messageEdit</tabstop> |
|
310 <tabstop>keyEdit</tabstop> |
|
311 <tabstop>localCheckBox</tabstop> |
|
312 <tabstop>forceCheckBox</tabstop> |
|
313 <tabstop>keyEdit_2</tabstop> |
|
314 <tabstop>localCheckBox_2</tabstop> |
|
315 <tabstop>forceCheckBox_2</tabstop> |
|
316 </tabstops> |
|
317 <resources/> |
|
318 <connections> |
|
319 <connection> |
|
320 <sender>buttonBox</sender> |
|
321 <signal>accepted()</signal> |
|
322 <receiver>HgGpgSignDialog</receiver> |
|
323 <slot>accept()</slot> |
|
324 <hints> |
|
325 <hint type="sourcelabel"> |
|
326 <x>261</x> |
|
327 <y>590</y> |
|
328 </hint> |
|
329 <hint type="destinationlabel"> |
|
330 <x>157</x> |
|
331 <y>274</y> |
|
332 </hint> |
|
333 </hints> |
|
334 </connection> |
|
335 <connection> |
|
336 <sender>buttonBox</sender> |
|
337 <signal>rejected()</signal> |
|
338 <receiver>HgGpgSignDialog</receiver> |
|
339 <slot>reject()</slot> |
|
340 <hints> |
|
341 <hint type="sourcelabel"> |
|
342 <x>325</x> |
|
343 <y>590</y> |
|
344 </hint> |
|
345 <hint type="destinationlabel"> |
|
346 <x>286</x> |
|
347 <y>274</y> |
|
348 </hint> |
|
349 </hints> |
|
350 </connection> |
|
351 <connection> |
|
352 <sender>numberButton</sender> |
|
353 <signal>toggled(bool)</signal> |
|
354 <receiver>numberSpinBox</receiver> |
|
355 <slot>setEnabled(bool)</slot> |
|
356 <hints> |
|
357 <hint type="sourcelabel"> |
|
358 <x>69</x> |
|
359 <y>66</y> |
|
360 </hint> |
|
361 <hint type="destinationlabel"> |
|
362 <x>215</x> |
|
363 <y>68</y> |
|
364 </hint> |
|
365 </hints> |
|
366 </connection> |
|
367 <connection> |
|
368 <sender>idButton</sender> |
|
369 <signal>toggled(bool)</signal> |
|
370 <receiver>idEdit</receiver> |
|
371 <slot>setEnabled(bool)</slot> |
|
372 <hints> |
|
373 <hint type="sourcelabel"> |
|
374 <x>68</x> |
|
375 <y>99</y> |
|
376 </hint> |
|
377 <hint type="destinationlabel"> |
|
378 <x>227</x> |
|
379 <y>100</y> |
|
380 </hint> |
|
381 </hints> |
|
382 </connection> |
|
383 <connection> |
|
384 <sender>tagButton</sender> |
|
385 <signal>toggled(bool)</signal> |
|
386 <receiver>tagCombo</receiver> |
|
387 <slot>setEnabled(bool)</slot> |
|
388 <hints> |
|
389 <hint type="sourcelabel"> |
|
390 <x>64</x> |
|
391 <y>131</y> |
|
392 </hint> |
|
393 <hint type="destinationlabel"> |
|
394 <x>224</x> |
|
395 <y>132</y> |
|
396 </hint> |
|
397 </hints> |
|
398 </connection> |
|
399 <connection> |
|
400 <sender>branchButton</sender> |
|
401 <signal>toggled(bool)</signal> |
|
402 <receiver>branchCombo</receiver> |
|
403 <slot>setEnabled(bool)</slot> |
|
404 <hints> |
|
405 <hint type="sourcelabel"> |
|
406 <x>63</x> |
|
407 <y>163</y> |
|
408 </hint> |
|
409 <hint type="destinationlabel"> |
|
410 <x>237</x> |
|
411 <y>164</y> |
|
412 </hint> |
|
413 </hints> |
|
414 </connection> |
|
415 <connection> |
|
416 <sender>bookmarkButton</sender> |
|
417 <signal>toggled(bool)</signal> |
|
418 <receiver>bookmarkCombo</receiver> |
|
419 <slot>setEnabled(bool)</slot> |
|
420 <hints> |
|
421 <hint type="sourcelabel"> |
|
422 <x>72</x> |
|
423 <y>195</y> |
|
424 </hint> |
|
425 <hint type="destinationlabel"> |
|
426 <x>230</x> |
|
427 <y>196</y> |
|
428 </hint> |
|
429 </hints> |
|
430 </connection> |
|
431 <connection> |
|
432 <sender>expressionButton</sender> |
|
433 <signal>toggled(bool)</signal> |
|
434 <receiver>expressionEdit</receiver> |
|
435 <slot>setEnabled(bool)</slot> |
|
436 <hints> |
|
437 <hint type="sourcelabel"> |
|
438 <x>67</x> |
|
439 <y>221</y> |
|
440 </hint> |
|
441 <hint type="destinationlabel"> |
|
442 <x>153</x> |
|
443 <y>217</y> |
|
444 </hint> |
|
445 </hints> |
|
446 </connection> |
|
447 </connections> |
|
448 </ui> |