|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>HgUserConfigDataDialog</class> |
|
4 <widget class="QDialog" name="HgUserConfigDataDialog"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>400</width> |
|
10 <height>388</height> |
|
11 </rect> |
|
12 </property> |
|
13 <property name="windowTitle"> |
|
14 <string>Mercurial User Data</string> |
|
15 </property> |
|
16 <property name="sizeGripEnabled"> |
|
17 <bool>true</bool> |
|
18 </property> |
|
19 <layout class="QVBoxLayout" name="verticalLayout"> |
|
20 <item> |
|
21 <widget class="QGroupBox" name="groupBox"> |
|
22 <property name="title"> |
|
23 <string>User Data</string> |
|
24 </property> |
|
25 <layout class="QGridLayout" name="gridLayout"> |
|
26 <item row="0" column="0"> |
|
27 <widget class="QLabel" name="label"> |
|
28 <property name="text"> |
|
29 <string>First Name:</string> |
|
30 </property> |
|
31 </widget> |
|
32 </item> |
|
33 <item row="0" column="1"> |
|
34 <widget class="E5ClearableLineEdit" name="firstNameEdit"> |
|
35 <property name="toolTip"> |
|
36 <string>Enter the first name</string> |
|
37 </property> |
|
38 </widget> |
|
39 </item> |
|
40 <item row="1" column="0"> |
|
41 <widget class="QLabel" name="label_2"> |
|
42 <property name="text"> |
|
43 <string>Last Name:</string> |
|
44 </property> |
|
45 </widget> |
|
46 </item> |
|
47 <item row="1" column="1"> |
|
48 <widget class="E5ClearableLineEdit" name="lastNameEdit"> |
|
49 <property name="toolTip"> |
|
50 <string>Enter the last name</string> |
|
51 </property> |
|
52 </widget> |
|
53 </item> |
|
54 <item row="2" column="0"> |
|
55 <widget class="QLabel" name="label_3"> |
|
56 <property name="text"> |
|
57 <string>Email:</string> |
|
58 </property> |
|
59 </widget> |
|
60 </item> |
|
61 <item row="2" column="1"> |
|
62 <widget class="E5ClearableLineEdit" name="emailEdit"> |
|
63 <property name="toolTip"> |
|
64 <string>Enter the email address</string> |
|
65 </property> |
|
66 </widget> |
|
67 </item> |
|
68 </layout> |
|
69 </widget> |
|
70 </item> |
|
71 <item> |
|
72 <widget class="QGroupBox" name="groupBox_2"> |
|
73 <property name="title"> |
|
74 <string>Extensions</string> |
|
75 </property> |
|
76 <layout class="QGridLayout" name="gridLayout_2"> |
|
77 <item row="0" column="0"> |
|
78 <widget class="QCheckBox" name="bookmarksCheckBox"> |
|
79 <property name="toolTip"> |
|
80 <string>Select to activate the bookmarks extension</string> |
|
81 </property> |
|
82 <property name="text"> |
|
83 <string>Bookmarks</string> |
|
84 </property> |
|
85 </widget> |
|
86 </item> |
|
87 <item row="0" column="1"> |
|
88 <widget class="QCheckBox" name="fetchCheckBox"> |
|
89 <property name="toolTip"> |
|
90 <string>Select to activate the fetch extension</string> |
|
91 </property> |
|
92 <property name="text"> |
|
93 <string>Fetch</string> |
|
94 </property> |
|
95 </widget> |
|
96 </item> |
|
97 <item row="1" column="0"> |
|
98 <widget class="QCheckBox" name="gpgCheckBox"> |
|
99 <property name="toolTip"> |
|
100 <string>Select to activate the GPG extension</string> |
|
101 </property> |
|
102 <property name="text"> |
|
103 <string>GPG</string> |
|
104 </property> |
|
105 </widget> |
|
106 </item> |
|
107 <item row="1" column="1"> |
|
108 <widget class="QCheckBox" name="largefilesCheckBox"> |
|
109 <property name="toolTip"> |
|
110 <string>Select to activate the largefiles extension</string> |
|
111 </property> |
|
112 <property name="text"> |
|
113 <string>Large Files</string> |
|
114 </property> |
|
115 </widget> |
|
116 </item> |
|
117 <item row="2" column="0"> |
|
118 <widget class="QCheckBox" name="purgeCheckBox"> |
|
119 <property name="toolTip"> |
|
120 <string>Select to activate the Purge extension</string> |
|
121 </property> |
|
122 <property name="text"> |
|
123 <string>Purge</string> |
|
124 </property> |
|
125 </widget> |
|
126 </item> |
|
127 <item row="2" column="1"> |
|
128 <widget class="QCheckBox" name="queuesCheckBox"> |
|
129 <property name="toolTip"> |
|
130 <string>Select to activate the queues extension</string> |
|
131 </property> |
|
132 <property name="text"> |
|
133 <string>Queues</string> |
|
134 </property> |
|
135 </widget> |
|
136 </item> |
|
137 <item row="3" column="0"> |
|
138 <widget class="QCheckBox" name="rebaseCheckBox"> |
|
139 <property name="toolTip"> |
|
140 <string>Select to activate the rebase extension</string> |
|
141 </property> |
|
142 <property name="text"> |
|
143 <string>Rebase</string> |
|
144 </property> |
|
145 </widget> |
|
146 </item> |
|
147 <item row="3" column="1"> |
|
148 <widget class="QCheckBox" name="shelveCheckBox"> |
|
149 <property name="toolTip"> |
|
150 <string>Select to activate the shelve extension</string> |
|
151 </property> |
|
152 <property name="text"> |
|
153 <string>Shelve</string> |
|
154 </property> |
|
155 </widget> |
|
156 </item> |
|
157 <item row="4" column="0"> |
|
158 <widget class="QCheckBox" name="transplantCheckBox"> |
|
159 <property name="toolTip"> |
|
160 <string>Select to activate the transplant extension</string> |
|
161 </property> |
|
162 <property name="text"> |
|
163 <string>Transplant</string> |
|
164 </property> |
|
165 </widget> |
|
166 </item> |
|
167 </layout> |
|
168 </widget> |
|
169 </item> |
|
170 <item> |
|
171 <widget class="QGroupBox" name="largefilesGroup"> |
|
172 <property name="enabled"> |
|
173 <bool>false</bool> |
|
174 </property> |
|
175 <property name="title"> |
|
176 <string>Large Files</string> |
|
177 </property> |
|
178 <layout class="QGridLayout" name="gridLayout_3"> |
|
179 <item row="0" column="0"> |
|
180 <widget class="QLabel" name="label_4"> |
|
181 <property name="text"> |
|
182 <string>Minimum file size:</string> |
|
183 </property> |
|
184 </widget> |
|
185 </item> |
|
186 <item row="0" column="1"> |
|
187 <widget class="QSpinBox" name="lfFileSizeSpinBox"> |
|
188 <property name="toolTip"> |
|
189 <string>Enter the minimum file size in MB for files to be treated as Large Files</string> |
|
190 </property> |
|
191 <property name="alignment"> |
|
192 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
|
193 </property> |
|
194 <property name="suffix"> |
|
195 <string> MB</string> |
|
196 </property> |
|
197 <property name="minimum"> |
|
198 <number>1</number> |
|
199 </property> |
|
200 <property name="value"> |
|
201 <number>10</number> |
|
202 </property> |
|
203 </widget> |
|
204 </item> |
|
205 <item row="0" column="2"> |
|
206 <spacer name="horizontalSpacer"> |
|
207 <property name="orientation"> |
|
208 <enum>Qt::Horizontal</enum> |
|
209 </property> |
|
210 <property name="sizeHint" stdset="0"> |
|
211 <size> |
|
212 <width>215</width> |
|
213 <height>20</height> |
|
214 </size> |
|
215 </property> |
|
216 </spacer> |
|
217 </item> |
|
218 <item row="1" column="0"> |
|
219 <widget class="QLabel" name="label_5"> |
|
220 <property name="text"> |
|
221 <string>Patterns:</string> |
|
222 </property> |
|
223 </widget> |
|
224 </item> |
|
225 <item row="1" column="1" colspan="2"> |
|
226 <widget class="QLineEdit" name="lfFilePatternsEdit"> |
|
227 <property name="toolTip"> |
|
228 <string>Enter file patterns (space separated) for files to be treated as Large Files</string> |
|
229 </property> |
|
230 </widget> |
|
231 </item> |
|
232 </layout> |
|
233 </widget> |
|
234 </item> |
|
235 <item> |
|
236 <widget class="QDialogButtonBox" name="buttonBox"> |
|
237 <property name="orientation"> |
|
238 <enum>Qt::Horizontal</enum> |
|
239 </property> |
|
240 <property name="standardButtons"> |
|
241 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
|
242 </property> |
|
243 </widget> |
|
244 </item> |
|
245 </layout> |
|
246 </widget> |
|
247 <customwidgets> |
|
248 <customwidget> |
|
249 <class>E5ClearableLineEdit</class> |
|
250 <extends>QLineEdit</extends> |
|
251 <header>E5Gui/E5LineEdit.h</header> |
|
252 </customwidget> |
|
253 </customwidgets> |
|
254 <tabstops> |
|
255 <tabstop>firstNameEdit</tabstop> |
|
256 <tabstop>lastNameEdit</tabstop> |
|
257 <tabstop>emailEdit</tabstop> |
|
258 <tabstop>bookmarksCheckBox</tabstop> |
|
259 <tabstop>fetchCheckBox</tabstop> |
|
260 <tabstop>gpgCheckBox</tabstop> |
|
261 <tabstop>largefilesCheckBox</tabstop> |
|
262 <tabstop>purgeCheckBox</tabstop> |
|
263 <tabstop>queuesCheckBox</tabstop> |
|
264 <tabstop>rebaseCheckBox</tabstop> |
|
265 <tabstop>shelveCheckBox</tabstop> |
|
266 <tabstop>transplantCheckBox</tabstop> |
|
267 <tabstop>lfFileSizeSpinBox</tabstop> |
|
268 <tabstop>lfFilePatternsEdit</tabstop> |
|
269 <tabstop>buttonBox</tabstop> |
|
270 </tabstops> |
|
271 <resources/> |
|
272 <connections> |
|
273 <connection> |
|
274 <sender>buttonBox</sender> |
|
275 <signal>accepted()</signal> |
|
276 <receiver>HgUserConfigDataDialog</receiver> |
|
277 <slot>accept()</slot> |
|
278 <hints> |
|
279 <hint type="sourcelabel"> |
|
280 <x>257</x> |
|
281 <y>378</y> |
|
282 </hint> |
|
283 <hint type="destinationlabel"> |
|
284 <x>157</x> |
|
285 <y>274</y> |
|
286 </hint> |
|
287 </hints> |
|
288 </connection> |
|
289 <connection> |
|
290 <sender>buttonBox</sender> |
|
291 <signal>rejected()</signal> |
|
292 <receiver>HgUserConfigDataDialog</receiver> |
|
293 <slot>reject()</slot> |
|
294 <hints> |
|
295 <hint type="sourcelabel"> |
|
296 <x>325</x> |
|
297 <y>378</y> |
|
298 </hint> |
|
299 <hint type="destinationlabel"> |
|
300 <x>286</x> |
|
301 <y>274</y> |
|
302 </hint> |
|
303 </hints> |
|
304 </connection> |
|
305 <connection> |
|
306 <sender>largefilesCheckBox</sender> |
|
307 <signal>toggled(bool)</signal> |
|
308 <receiver>largefilesGroup</receiver> |
|
309 <slot>setEnabled(bool)</slot> |
|
310 <hints> |
|
311 <hint type="sourcelabel"> |
|
312 <x>225</x> |
|
313 <y>173</y> |
|
314 </hint> |
|
315 <hint type="destinationlabel"> |
|
316 <x>55</x> |
|
317 <y>276</y> |
|
318 </hint> |
|
319 </hints> |
|
320 </connection> |
|
321 </connections> |
|
322 </ui> |