src/eric7/VCS/CommandOptionsDialog.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>VcsCommandOptionsDialog</class>
4 <widget class="QDialog" name="VcsCommandOptionsDialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>531</width>
10 <height>413</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>VCS Command Options</string>
15 </property>
16 <property name="whatsThis">
17 <string>&lt;b&gt;VCS Command Options Dialog&lt;/b&gt;
18 &lt;p&gt;Enter the options for the different VCS commands. The &quot;Global Options&quot; entry applies to all VCS commands.&lt;/p&gt;</string>
19 </property>
20 <property name="sizeGripEnabled">
21 <bool>true</bool>
22 </property>
23 <layout class="QVBoxLayout">
24 <item>
25 <layout class="QGridLayout">
26 <item row="8" column="0">
27 <widget class="QLabel" name="historyLabel">
28 <property name="text">
29 <string>&amp;History Options:</string>
30 </property>
31 <property name="buddy">
32 <cstring>historyEdit</cstring>
33 </property>
34 </widget>
35 </item>
36 <item row="4" column="0">
37 <widget class="QLabel" name="addLabel">
38 <property name="text">
39 <string>&amp;Add Options:</string>
40 </property>
41 <property name="buddy">
42 <cstring>addEdit</cstring>
43 </property>
44 </widget>
45 </item>
46 <item row="5" column="0">
47 <widget class="QLabel" name="removeLabel">
48 <property name="text">
49 <string>&amp;Remove Options:</string>
50 </property>
51 <property name="buddy">
52 <cstring>removeEdit</cstring>
53 </property>
54 </widget>
55 </item>
56 <item row="10" column="0">
57 <widget class="QLabel" name="tagLabel">
58 <property name="text">
59 <string>&amp;Tag Options:</string>
60 </property>
61 <property name="buddy">
62 <cstring>tagEdit</cstring>
63 </property>
64 </widget>
65 </item>
66 <item row="1" column="1">
67 <widget class="QLineEdit" name="commitEdit">
68 <property name="toolTip">
69 <string>Enter the options for the commit command.</string>
70 </property>
71 <property name="whatsThis">
72 <string>&lt;b&gt;Commit Options&lt;/b&gt;
73 &lt;p&gt;Enter the options for the commit command.&lt;/p&gt;</string>
74 </property>
75 </widget>
76 </item>
77 <item row="8" column="1">
78 <widget class="QLineEdit" name="historyEdit">
79 <property name="toolTip">
80 <string>Enter the options for the history command.</string>
81 </property>
82 <property name="whatsThis">
83 <string>&lt;b&gt;History Options&lt;/b&gt;
84 &lt;p&gt;Enter the options for the history command.&lt;/p&gt;</string>
85 </property>
86 </widget>
87 </item>
88 <item row="6" column="1">
89 <widget class="QLineEdit" name="diffEdit">
90 <property name="toolTip">
91 <string>Enter the options for the diff command.</string>
92 </property>
93 <property name="whatsThis">
94 <string>&lt;b&gt;Diff Options&lt;/b&gt;
95 &lt;p&gt;Enter the options for the diff command.&lt;/p&gt;</string>
96 </property>
97 </widget>
98 </item>
99 <item row="3" column="1">
100 <widget class="QLineEdit" name="updateEdit">
101 <property name="toolTip">
102 <string>Enter the options for the update command.</string>
103 </property>
104 <property name="whatsThis">
105 <string>&lt;b&gt;Update Options&lt;/b&gt;
106 &lt;p&gt;Enter the options for the update command.&lt;/p&gt;</string>
107 </property>
108 </widget>
109 </item>
110 <item row="7" column="1">
111 <widget class="QLineEdit" name="logEdit">
112 <property name="toolTip">
113 <string>Enter the options for the log command.</string>
114 </property>
115 <property name="whatsThis">
116 <string>&lt;b&gt;Log Options&lt;/b&gt;
117 &lt;p&gt;Enter the options for the log command.&lt;/p&gt;</string>
118 </property>
119 </widget>
120 </item>
121 <item row="10" column="1">
122 <widget class="QLineEdit" name="tagEdit">
123 <property name="toolTip">
124 <string>Enter the options for the tag command.</string>
125 </property>
126 <property name="whatsThis">
127 <string>&lt;b&gt;Tag Options&lt;/b&gt;
128 &lt;p&gt;Enter the options for the tag command.&lt;/p&gt;</string>
129 </property>
130 </widget>
131 </item>
132 <item row="9" column="1">
133 <widget class="QLineEdit" name="statusEdit">
134 <property name="toolTip">
135 <string>Enter the options for the status command.</string>
136 </property>
137 <property name="whatsThis">
138 <string>&lt;b&gt;Status Options&lt;/b&gt;
139 &lt;p&gt;Enter the options for the status command.&lt;/p&gt;</string>
140 </property>
141 </widget>
142 </item>
143 <item row="6" column="0">
144 <widget class="QLabel" name="diffLabel">
145 <property name="text">
146 <string>&amp;Diff Options:</string>
147 </property>
148 <property name="buddy">
149 <cstring>diffEdit</cstring>
150 </property>
151 </widget>
152 </item>
153 <item row="0" column="0">
154 <widget class="QLabel" name="globalLabel">
155 <property name="text">
156 <string>&amp;Global Options:</string>
157 </property>
158 <property name="buddy">
159 <cstring>globalEdit</cstring>
160 </property>
161 </widget>
162 </item>
163 <item row="11" column="1">
164 <widget class="QLineEdit" name="exportEdit">
165 <property name="toolTip">
166 <string>Enter the options for the export command.</string>
167 </property>
168 <property name="whatsThis">
169 <string>&lt;b&gt;Export Options&lt;/b&gt;
170 &lt;p&gt;Enter the options for the export command.&lt;/p&gt;</string>
171 </property>
172 </widget>
173 </item>
174 <item row="4" column="1">
175 <widget class="QLineEdit" name="addEdit">
176 <property name="toolTip">
177 <string>Enter the options for the add command.</string>
178 </property>
179 <property name="whatsThis">
180 <string>&lt;b&gt;Add Options&lt;/b&gt;
181 &lt;p&gt;Enter the options for the add command.&lt;/p&gt;</string>
182 </property>
183 </widget>
184 </item>
185 <item row="7" column="0">
186 <widget class="QLabel" name="logLabel">
187 <property name="text">
188 <string>&amp;Log Options:</string>
189 </property>
190 <property name="buddy">
191 <cstring>logEdit</cstring>
192 </property>
193 </widget>
194 </item>
195 <item row="9" column="0">
196 <widget class="QLabel" name="statusLabel">
197 <property name="text">
198 <string>&amp;StatusOptions:</string>
199 </property>
200 <property name="buddy">
201 <cstring>statusEdit</cstring>
202 </property>
203 </widget>
204 </item>
205 <item row="5" column="1">
206 <widget class="QLineEdit" name="removeEdit">
207 <property name="toolTip">
208 <string>Enter the options for the remove command.</string>
209 </property>
210 <property name="whatsThis">
211 <string>&lt;b&gt;Remove Options&lt;/b&gt;
212 &lt;p&gt;Enter the options for the remove command.&lt;/p&gt;</string>
213 </property>
214 </widget>
215 </item>
216 <item row="2" column="1">
217 <widget class="QLineEdit" name="checkoutEdit">
218 <property name="toolTip">
219 <string>Enter the options for the checkout command.</string>
220 </property>
221 <property name="whatsThis">
222 <string>&lt;b&gt;Checkout Options&lt;/b&gt;
223 &lt;p&gt;Enter the options for the checkout command.&lt;/p&gt;</string>
224 </property>
225 </widget>
226 </item>
227 <item row="1" column="0">
228 <widget class="QLabel" name="commitLabel">
229 <property name="text">
230 <string>Co&amp;mmit Options:</string>
231 </property>
232 <property name="buddy">
233 <cstring>commitEdit</cstring>
234 </property>
235 </widget>
236 </item>
237 <item row="11" column="0">
238 <widget class="QLabel" name="exportLabel">
239 <property name="text">
240 <string>&amp;Export Options:</string>
241 </property>
242 <property name="buddy">
243 <cstring>exportEdit</cstring>
244 </property>
245 </widget>
246 </item>
247 <item row="2" column="0">
248 <widget class="QLabel" name="checkoutLabel">
249 <property name="text">
250 <string>Check&amp;out Options:</string>
251 </property>
252 <property name="buddy">
253 <cstring>checkoutEdit</cstring>
254 </property>
255 </widget>
256 </item>
257 <item row="3" column="0">
258 <widget class="QLabel" name="updateLabel">
259 <property name="text">
260 <string>&amp;Update Options:</string>
261 </property>
262 <property name="buddy">
263 <cstring>updateEdit</cstring>
264 </property>
265 </widget>
266 </item>
267 <item row="0" column="1">
268 <widget class="QLineEdit" name="globalEdit">
269 <property name="toolTip">
270 <string>Enter the global options.</string>
271 </property>
272 <property name="whatsThis">
273 <string>&lt;b&gt;Global Options&lt;/b&gt;
274 &lt;p&gt;Enter the global options.&lt;/p&gt;</string>
275 </property>
276 </widget>
277 </item>
278 </layout>
279 </item>
280 <item>
281 <widget class="QDialogButtonBox" name="buttonBox">
282 <property name="orientation">
283 <enum>Qt::Horizontal</enum>
284 </property>
285 <property name="standardButtons">
286 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
287 </property>
288 </widget>
289 </item>
290 </layout>
291 </widget>
292 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
293 <tabstops>
294 <tabstop>globalEdit</tabstop>
295 <tabstop>commitEdit</tabstop>
296 <tabstop>checkoutEdit</tabstop>
297 <tabstop>updateEdit</tabstop>
298 <tabstop>addEdit</tabstop>
299 <tabstop>removeEdit</tabstop>
300 <tabstop>diffEdit</tabstop>
301 <tabstop>logEdit</tabstop>
302 <tabstop>historyEdit</tabstop>
303 <tabstop>statusEdit</tabstop>
304 <tabstop>tagEdit</tabstop>
305 <tabstop>exportEdit</tabstop>
306 </tabstops>
307 <resources/>
308 <connections>
309 <connection>
310 <sender>buttonBox</sender>
311 <signal>accepted()</signal>
312 <receiver>VcsCommandOptionsDialog</receiver>
313 <slot>accept()</slot>
314 <hints>
315 <hint type="sourcelabel">
316 <x>120</x>
317 <y>390</y>
318 </hint>
319 <hint type="destinationlabel">
320 <x>120</x>
321 <y>411</y>
322 </hint>
323 </hints>
324 </connection>
325 <connection>
326 <sender>buttonBox</sender>
327 <signal>rejected()</signal>
328 <receiver>VcsCommandOptionsDialog</receiver>
329 <slot>reject()</slot>
330 <hints>
331 <hint type="sourcelabel">
332 <x>191</x>
333 <y>390</y>
334 </hint>
335 <hint type="destinationlabel">
336 <x>193</x>
337 <y>410</y>
338 </hint>
339 </hints>
340 </connection>
341 </connections>
342 </ui>

eric ide

mercurial