144 <property name="text"> |
144 <property name="text"> |
145 <string>GPG</string> |
145 <string>GPG</string> |
146 </property> |
146 </property> |
147 </widget> |
147 </widget> |
148 </item> |
148 </item> |
|
149 <item row="3" column="1"> |
|
150 <widget class="QCheckBox" name="shelveCheckBox"> |
|
151 <property name="toolTip"> |
|
152 <string>Select to activate the shelve extension</string> |
|
153 </property> |
|
154 <property name="text"> |
|
155 <string>Shelve</string> |
|
156 </property> |
|
157 </widget> |
|
158 </item> |
|
159 <item row="3" column="0"> |
|
160 <widget class="QCheckBox" name="rebaseCheckBox"> |
|
161 <property name="toolTip"> |
|
162 <string>Select to activate the rebase extension</string> |
|
163 </property> |
|
164 <property name="text"> |
|
165 <string>Rebase</string> |
|
166 </property> |
|
167 </widget> |
|
168 </item> |
149 <item row="1" column="0"> |
169 <item row="1" column="0"> |
150 <widget class="QCheckBox" name="histeditCheckBox"> |
170 <widget class="QCheckBox" name="histeditCheckBox"> |
151 <property name="toolTip"> |
171 <property name="toolTip"> |
152 <string>Select to activate the histedit extension</string> |
172 <string>Select to activate the histedit extension</string> |
153 </property> |
173 </property> |
181 <property name="toolTip"> |
201 <property name="toolTip"> |
182 <string>Select to activate the queues extension</string> |
202 <string>Select to activate the queues extension</string> |
183 </property> |
203 </property> |
184 <property name="text"> |
204 <property name="text"> |
185 <string>Queues</string> |
205 <string>Queues</string> |
186 </property> |
|
187 </widget> |
|
188 </item> |
|
189 <item row="3" column="0"> |
|
190 <widget class="QCheckBox" name="rebaseCheckBox"> |
|
191 <property name="toolTip"> |
|
192 <string>Select to activate the rebase extension</string> |
|
193 </property> |
|
194 <property name="text"> |
|
195 <string>Rebase</string> |
|
196 </property> |
|
197 </widget> |
|
198 </item> |
|
199 <item row="3" column="1"> |
|
200 <widget class="QCheckBox" name="shelveCheckBox"> |
|
201 <property name="toolTip"> |
|
202 <string>Select to activate the shelve extension</string> |
|
203 </property> |
|
204 <property name="text"> |
|
205 <string>Shelve</string> |
|
206 </property> |
|
207 </widget> |
|
208 </item> |
|
209 <item row="4" column="0"> |
|
210 <widget class="QCheckBox" name="stripCheckBox"> |
|
211 <property name="toolTip"> |
|
212 <string>Select to activate the strip extension</string> |
|
213 </property> |
|
214 <property name="text"> |
|
215 <string>Strip</string> |
|
216 </property> |
206 </property> |
217 </widget> |
207 </widget> |
218 </item> |
208 </item> |
219 </layout> |
209 </layout> |
220 </widget> |
210 </widget> |
239 <widget class="QSpinBox" name="lfFileSizeSpinBox"> |
229 <widget class="QSpinBox" name="lfFileSizeSpinBox"> |
240 <property name="toolTip"> |
230 <property name="toolTip"> |
241 <string>Enter the minimum file size in MB for files to be treated as Large Files</string> |
231 <string>Enter the minimum file size in MB for files to be treated as Large Files</string> |
242 </property> |
232 </property> |
243 <property name="alignment"> |
233 <property name="alignment"> |
244 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> |
234 <set>Qt::AlignmentFlag::AlignRight|Qt::AlignmentFlag::AlignTrailing|Qt::AlignmentFlag::AlignVCenter</set> |
245 </property> |
235 </property> |
246 <property name="suffix"> |
236 <property name="suffix"> |
247 <string> MB</string> |
237 <string> MB</string> |
248 </property> |
238 </property> |
249 <property name="minimum"> |
239 <property name="minimum"> |
255 </widget> |
245 </widget> |
256 </item> |
246 </item> |
257 <item row="0" column="2"> |
247 <item row="0" column="2"> |
258 <spacer name="horizontalSpacer"> |
248 <spacer name="horizontalSpacer"> |
259 <property name="orientation"> |
249 <property name="orientation"> |
260 <enum>Qt::Horizontal</enum> |
250 <enum>Qt::Orientation::Horizontal</enum> |
261 </property> |
251 </property> |
262 <property name="sizeHint" stdset="0"> |
252 <property name="sizeHint" stdset="0"> |
263 <size> |
253 <size> |
264 <width>215</width> |
254 <width>215</width> |
265 <height>20</height> |
255 <height>20</height> |
301 <horstretch>0</horstretch> |
291 <horstretch>0</horstretch> |
302 <verstretch>0</verstretch> |
292 <verstretch>0</verstretch> |
303 </sizepolicy> |
293 </sizepolicy> |
304 </property> |
294 </property> |
305 <property name="focusPolicy"> |
295 <property name="focusPolicy"> |
306 <enum>Qt::StrongFocus</enum> |
296 <enum>Qt::FocusPolicy::StrongFocus</enum> |
307 </property> |
297 </property> |
308 <property name="toolTip"> |
298 <property name="toolTip"> |
309 <string>Enter the name of the user cache directory</string> |
299 <string>Enter the name of the user cache directory</string> |
310 </property> |
300 </property> |
311 </widget> |
301 </widget> |
402 <widget class="QLineEdit" name="proxyPasswordEdit"> |
392 <widget class="QLineEdit" name="proxyPasswordEdit"> |
403 <property name="toolTip"> |
393 <property name="toolTip"> |
404 <string>Enter the password for the network proxy</string> |
394 <string>Enter the password for the network proxy</string> |
405 </property> |
395 </property> |
406 <property name="echoMode"> |
396 <property name="echoMode"> |
407 <enum>QLineEdit::Password</enum> |
397 <enum>QLineEdit::EchoMode::Password</enum> |
408 </property> |
398 </property> |
409 <property name="placeholderText"> |
399 <property name="placeholderText"> |
410 <string>Enter Proxy Password</string> |
400 <string>Enter Proxy Password</string> |
411 </property> |
401 </property> |
412 <property name="clearButtonEnabled"> |
402 <property name="clearButtonEnabled"> |
665 </widget> |
655 </widget> |
666 </item> |
656 </item> |
667 <item> |
657 <item> |
668 <widget class="QDialogButtonBox" name="buttonBox"> |
658 <widget class="QDialogButtonBox" name="buttonBox"> |
669 <property name="orientation"> |
659 <property name="orientation"> |
670 <enum>Qt::Horizontal</enum> |
660 <enum>Qt::Orientation::Horizontal</enum> |
671 </property> |
661 </property> |
672 <property name="standardButtons"> |
662 <property name="standardButtons"> |
673 <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
663 <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set> |
674 </property> |
664 </property> |
675 </widget> |
665 </widget> |
676 </item> |
666 </item> |
677 </layout> |
667 </layout> |
678 </widget> |
668 </widget> |