comparison gui/src/settingsdialog.ui @ 14703:f86884be20fc gui

Renamed all source files of the gui to lowercase and .cc to be conform with the octave sources.
author Jacob Dawid <jacob.dawid@googlemail.com>
date Thu, 31 May 2012 20:53:56 +0200
parents gui/src/SettingsDialog.ui@2fb96afd7b34
children
comparison
equal deleted inserted replaced
14701:06abf71d9083 14703:f86884be20fc
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>SettingsDialog</class>
4 <widget class="QDialog" name="SettingsDialog">
5 <property name="windowModality">
6 <enum>Qt::ApplicationModal</enum>
7 </property>
8 <property name="geometry">
9 <rect>
10 <x>0</x>
11 <y>0</y>
12 <width>600</width>
13 <height>400</height>
14 </rect>
15 </property>
16 <property name="minimumSize">
17 <size>
18 <width>600</width>
19 <height>400</height>
20 </size>
21 </property>
22 <property name="maximumSize">
23 <size>
24 <width>600</width>
25 <height>400</height>
26 </size>
27 </property>
28 <property name="windowTitle">
29 <string>Settings</string>
30 </property>
31 <layout class="QVBoxLayout" name="verticalLayout_2">
32 <item>
33 <widget class="QTabWidget" name="tabWidget">
34 <property name="currentIndex">
35 <number>0</number>
36 </property>
37 <widget class="QWidget" name="tab">
38 <attribute name="title">
39 <string>Editor</string>
40 </attribute>
41 <layout class="QVBoxLayout" name="verticalLayout_6">
42 <item>
43 <layout class="QVBoxLayout" name="verticalLayout_5">
44 <item>
45 <layout class="QHBoxLayout" name="horizontalLayout_4">
46 <item>
47 <widget class="QLabel" name="label_8">
48 <property name="text">
49 <string>Font</string>
50 </property>
51 </widget>
52 </item>
53 <item>
54 <widget class="QFontComboBox" name="editor_fontName">
55 <property name="editable">
56 <bool>false</bool>
57 </property>
58 <property name="fontFilters">
59 <set>QFontComboBox::MonospacedFonts</set>
60 </property>
61 </widget>
62 </item>
63 <item>
64 <widget class="QLabel" name="label_9">
65 <property name="text">
66 <string>Font Size</string>
67 </property>
68 </widget>
69 </item>
70 <item>
71 <widget class="QSpinBox" name="editor_fontSize">
72 <property name="minimum">
73 <number>2</number>
74 </property>
75 <property name="maximum">
76 <number>96</number>
77 </property>
78 <property name="value">
79 <number>10</number>
80 </property>
81 </widget>
82 </item>
83 <item>
84 <spacer name="horizontalSpacer_4">
85 <property name="orientation">
86 <enum>Qt::Horizontal</enum>
87 </property>
88 <property name="sizeHint" stdset="0">
89 <size>
90 <width>40</width>
91 <height>20</height>
92 </size>
93 </property>
94 </spacer>
95 </item>
96 </layout>
97 </item>
98 <item>
99 <widget class="QCheckBox" name="editor_showLineNumbers">
100 <property name="enabled">
101 <bool>true</bool>
102 </property>
103 <property name="text">
104 <string>Show line numbers</string>
105 </property>
106 <property name="checked">
107 <bool>false</bool>
108 </property>
109 </widget>
110 </item>
111 <item>
112 <widget class="QCheckBox" name="editor_highlightCurrentLine">
113 <property name="enabled">
114 <bool>true</bool>
115 </property>
116 <property name="text">
117 <string>Highlight current line</string>
118 </property>
119 <property name="checked">
120 <bool>false</bool>
121 </property>
122 </widget>
123 </item>
124 <item>
125 <widget class="QCheckBox" name="editor_codeCompletion">
126 <property name="enabled">
127 <bool>true</bool>
128 </property>
129 <property name="text">
130 <string>Code completion</string>
131 </property>
132 <property name="checked">
133 <bool>false</bool>
134 </property>
135 </widget>
136 </item>
137 <item>
138 <widget class="QCheckBox" name="editor_longWindowTitle">
139 <property name="text">
140 <string>Show complete path in window title</string>
141 </property>
142 </widget>
143 </item>
144 </layout>
145 </item>
146 <item>
147 <spacer name="verticalSpacer">
148 <property name="orientation">
149 <enum>Qt::Vertical</enum>
150 </property>
151 <property name="sizeHint" stdset="0">
152 <size>
153 <width>20</width>
154 <height>40</height>
155 </size>
156 </property>
157 </spacer>
158 </item>
159 <item>
160 <layout class="QHBoxLayout" name="horizontalLayout">
161 <item>
162 <widget class="QCheckBox" name="useCustomFileEditor">
163 <property name="enabled">
164 <bool>true</bool>
165 </property>
166 <property name="text">
167 <string>Use custom file editor:</string>
168 </property>
169 </widget>
170 </item>
171 <item>
172 <widget class="QLineEdit" name="customFileEditor">
173 <property name="enabled">
174 <bool>false</bool>
175 </property>
176 <property name="text">
177 <string>emacs</string>
178 </property>
179 </widget>
180 </item>
181 </layout>
182 </item>
183 </layout>
184 </widget>
185 <widget class="QWidget" name="tab_5">
186 <attribute name="title">
187 <string>Terminal</string>
188 </attribute>
189 <layout class="QVBoxLayout" name="verticalLayout">
190 <item>
191 <layout class="QHBoxLayout" name="horizontalLayout_5">
192 <item>
193 <widget class="QLabel" name="label_11">
194 <property name="text">
195 <string>Font</string>
196 </property>
197 </widget>
198 </item>
199 <item>
200 <widget class="QFontComboBox" name="terminal_fontName">
201 <property name="editable">
202 <bool>false</bool>
203 </property>
204 <property name="fontFilters">
205 <set>QFontComboBox::MonospacedFonts</set>
206 </property>
207 </widget>
208 </item>
209 <item>
210 <widget class="QLabel" name="label_12">
211 <property name="text">
212 <string>Font Size</string>
213 </property>
214 </widget>
215 </item>
216 <item>
217 <widget class="QSpinBox" name="terminal_fontSize">
218 <property name="minimum">
219 <number>2</number>
220 </property>
221 <property name="maximum">
222 <number>96</number>
223 </property>
224 <property name="value">
225 <number>10</number>
226 </property>
227 </widget>
228 </item>
229 <item>
230 <spacer name="horizontalSpacer_5">
231 <property name="orientation">
232 <enum>Qt::Horizontal</enum>
233 </property>
234 <property name="sizeHint" stdset="0">
235 <size>
236 <width>40</width>
237 <height>20</height>
238 </size>
239 </property>
240 </spacer>
241 </item>
242 </layout>
243 </item>
244 <item>
245 <spacer name="verticalSpacer_3">
246 <property name="orientation">
247 <enum>Qt::Vertical</enum>
248 </property>
249 <property name="sizeHint" stdset="0">
250 <size>
251 <width>20</width>
252 <height>321</height>
253 </size>
254 </property>
255 </spacer>
256 </item>
257 </layout>
258 </widget>
259 <widget class="QWidget" name="tab_2">
260 <attribute name="title">
261 <string>File Browser</string>
262 </attribute>
263 <layout class="QVBoxLayout" name="verticalLayout_3">
264 <item>
265 <widget class="QCheckBox" name="showFilenames">
266 <property name="text">
267 <string>Show filenames</string>
268 </property>
269 </widget>
270 </item>
271 <item>
272 <widget class="QCheckBox" name="showFileSize">
273 <property name="text">
274 <string>Show file size</string>
275 </property>
276 </widget>
277 </item>
278 <item>
279 <widget class="QCheckBox" name="showFileType">
280 <property name="text">
281 <string>Show file type</string>
282 </property>
283 </widget>
284 </item>
285 <item>
286 <widget class="QCheckBox" name="showLastModified">
287 <property name="text">
288 <string>Show date of last modification</string>
289 </property>
290 </widget>
291 </item>
292 <item>
293 <widget class="QCheckBox" name="showHiddenFiles">
294 <property name="text">
295 <string>Show hidden files</string>
296 </property>
297 </widget>
298 </item>
299 <item>
300 <widget class="QCheckBox" name="useAlternatingRowColors">
301 <property name="text">
302 <string>Alternating row colors</string>
303 </property>
304 </widget>
305 </item>
306 <item>
307 <spacer name="verticalSpacer_2">
308 <property name="orientation">
309 <enum>Qt::Vertical</enum>
310 </property>
311 <property name="sizeHint" stdset="0">
312 <size>
313 <width>20</width>
314 <height>360</height>
315 </size>
316 </property>
317 </spacer>
318 </item>
319 </layout>
320 </widget>
321 <widget class="QWidget" name="tab_3">
322 <attribute name="title">
323 <string>Network</string>
324 </attribute>
325 <layout class="QVBoxLayout" name="verticalLayout_4">
326 <item>
327 <widget class="QCheckBox" name="useProxyServer">
328 <property name="text">
329 <string>Use proxy server</string>
330 </property>
331 </widget>
332 </item>
333 <item>
334 <layout class="QFormLayout" name="formLayout">
335 <item row="0" column="0">
336 <widget class="QLabel" name="label_3">
337 <property name="enabled">
338 <bool>false</bool>
339 </property>
340 <property name="text">
341 <string>Proxy Type:</string>
342 </property>
343 </widget>
344 </item>
345 <item row="0" column="1">
346 <widget class="QComboBox" name="proxyType">
347 <property name="enabled">
348 <bool>false</bool>
349 </property>
350 <item>
351 <property name="text">
352 <string>HttpProxy</string>
353 </property>
354 </item>
355 <item>
356 <property name="text">
357 <string>Socks5Proxy</string>
358 </property>
359 </item>
360 </widget>
361 </item>
362 <item row="1" column="0">
363 <widget class="QLabel" name="label_4">
364 <property name="enabled">
365 <bool>false</bool>
366 </property>
367 <property name="text">
368 <string>Hostname:</string>
369 </property>
370 </widget>
371 </item>
372 <item row="1" column="1">
373 <widget class="QLineEdit" name="proxyHostName">
374 <property name="enabled">
375 <bool>false</bool>
376 </property>
377 </widget>
378 </item>
379 <item row="2" column="0">
380 <widget class="QLabel" name="label_5">
381 <property name="enabled">
382 <bool>false</bool>
383 </property>
384 <property name="text">
385 <string>Port:</string>
386 </property>
387 </widget>
388 </item>
389 <item row="2" column="1">
390 <widget class="QLineEdit" name="proxyPort">
391 <property name="enabled">
392 <bool>false</bool>
393 </property>
394 </widget>
395 </item>
396 <item row="3" column="0">
397 <widget class="QLabel" name="label_6">
398 <property name="enabled">
399 <bool>false</bool>
400 </property>
401 <property name="text">
402 <string>Username:</string>
403 </property>
404 </widget>
405 </item>
406 <item row="3" column="1">
407 <widget class="QLineEdit" name="proxyUserName">
408 <property name="enabled">
409 <bool>false</bool>
410 </property>
411 </widget>
412 </item>
413 <item row="4" column="0">
414 <widget class="QLabel" name="label_7">
415 <property name="enabled">
416 <bool>false</bool>
417 </property>
418 <property name="text">
419 <string>Password:</string>
420 </property>
421 </widget>
422 </item>
423 <item row="4" column="1">
424 <widget class="QLineEdit" name="proxyPassword">
425 <property name="enabled">
426 <bool>false</bool>
427 </property>
428 <property name="echoMode">
429 <enum>QLineEdit::Password</enum>
430 </property>
431 </widget>
432 </item>
433 </layout>
434 </item>
435 </layout>
436 </widget>
437 </widget>
438 </item>
439 </layout>
440 </widget>
441 <resources/>
442 <connections>
443 <connection>
444 <sender>useProxyServer</sender>
445 <signal>toggled(bool)</signal>
446 <receiver>label_4</receiver>
447 <slot>setEnabled(bool)</slot>
448 <hints>
449 <hint type="sourcelabel">
450 <x>249</x>
451 <y>59</y>
452 </hint>
453 <hint type="destinationlabel">
454 <x>69</x>
455 <y>122</y>
456 </hint>
457 </hints>
458 </connection>
459 <connection>
460 <sender>useProxyServer</sender>
461 <signal>toggled(bool)</signal>
462 <receiver>label_3</receiver>
463 <slot>setEnabled(bool)</slot>
464 <hints>
465 <hint type="sourcelabel">
466 <x>249</x>
467 <y>59</y>
468 </hint>
469 <hint type="destinationlabel">
470 <x>59</x>
471 <y>91</y>
472 </hint>
473 </hints>
474 </connection>
475 <connection>
476 <sender>useProxyServer</sender>
477 <signal>toggled(bool)</signal>
478 <receiver>label_5</receiver>
479 <slot>setEnabled(bool)</slot>
480 <hints>
481 <hint type="sourcelabel">
482 <x>249</x>
483 <y>59</y>
484 </hint>
485 <hint type="destinationlabel">
486 <x>44</x>
487 <y>152</y>
488 </hint>
489 </hints>
490 </connection>
491 <connection>
492 <sender>useProxyServer</sender>
493 <signal>toggled(bool)</signal>
494 <receiver>proxyType</receiver>
495 <slot>setEnabled(bool)</slot>
496 <hints>
497 <hint type="sourcelabel">
498 <x>249</x>
499 <y>59</y>
500 </hint>
501 <hint type="destinationlabel">
502 <x>291</x>
503 <y>91</y>
504 </hint>
505 </hints>
506 </connection>
507 <connection>
508 <sender>useProxyServer</sender>
509 <signal>toggled(bool)</signal>
510 <receiver>proxyHostName</receiver>
511 <slot>setEnabled(bool)</slot>
512 <hints>
513 <hint type="sourcelabel">
514 <x>249</x>
515 <y>59</y>
516 </hint>
517 <hint type="destinationlabel">
518 <x>291</x>
519 <y>124</y>
520 </hint>
521 </hints>
522 </connection>
523 <connection>
524 <sender>useProxyServer</sender>
525 <signal>toggled(bool)</signal>
526 <receiver>proxyPort</receiver>
527 <slot>setEnabled(bool)</slot>
528 <hints>
529 <hint type="sourcelabel">
530 <x>249</x>
531 <y>59</y>
532 </hint>
533 <hint type="destinationlabel">
534 <x>364</x>
535 <y>154</y>
536 </hint>
537 </hints>
538 </connection>
539 <connection>
540 <sender>useCustomFileEditor</sender>
541 <signal>toggled(bool)</signal>
542 <receiver>customFileEditor</receiver>
543 <slot>setEnabled(bool)</slot>
544 <hints>
545 <hint type="sourcelabel">
546 <x>111</x>
547 <y>62</y>
548 </hint>
549 <hint type="destinationlabel">
550 <x>343</x>
551 <y>63</y>
552 </hint>
553 </hints>
554 </connection>
555 <connection>
556 <sender>useProxyServer</sender>
557 <signal>toggled(bool)</signal>
558 <receiver>label_7</receiver>
559 <slot>setEnabled(bool)</slot>
560 <hints>
561 <hint type="sourcelabel">
562 <x>249</x>
563 <y>59</y>
564 </hint>
565 <hint type="destinationlabel">
566 <x>67</x>
567 <y>212</y>
568 </hint>
569 </hints>
570 </connection>
571 <connection>
572 <sender>editor_showLineNumbers</sender>
573 <signal>toggled(bool)</signal>
574 <receiver>editor_showLineNumbers</receiver>
575 <slot>setEnabled(bool)</slot>
576 <hints>
577 <hint type="sourcelabel">
578 <x>249</x>
579 <y>87</y>
580 </hint>
581 <hint type="destinationlabel">
582 <x>249</x>
583 <y>87</y>
584 </hint>
585 </hints>
586 </connection>
587 <connection>
588 <sender>editor_highlightCurrentLine</sender>
589 <signal>toggled(bool)</signal>
590 <receiver>editor_highlightCurrentLine</receiver>
591 <slot>setEnabled(bool)</slot>
592 <hints>
593 <hint type="sourcelabel">
594 <x>249</x>
595 <y>112</y>
596 </hint>
597 <hint type="destinationlabel">
598 <x>249</x>
599 <y>112</y>
600 </hint>
601 </hints>
602 </connection>
603 <connection>
604 <sender>useProxyServer</sender>
605 <signal>toggled(bool)</signal>
606 <receiver>proxyUserName</receiver>
607 <slot>setEnabled(bool)</slot>
608 <hints>
609 <hint type="sourcelabel">
610 <x>249</x>
611 <y>59</y>
612 </hint>
613 <hint type="destinationlabel">
614 <x>364</x>
615 <y>184</y>
616 </hint>
617 </hints>
618 </connection>
619 <connection>
620 <sender>useProxyServer</sender>
621 <signal>toggled(bool)</signal>
622 <receiver>proxyPassword</receiver>
623 <slot>setEnabled(bool)</slot>
624 <hints>
625 <hint type="sourcelabel">
626 <x>249</x>
627 <y>59</y>
628 </hint>
629 <hint type="destinationlabel">
630 <x>364</x>
631 <y>214</y>
632 </hint>
633 </hints>
634 </connection>
635 <connection>
636 <sender>useProxyServer</sender>
637 <signal>toggled(bool)</signal>
638 <receiver>label_6</receiver>
639 <slot>setEnabled(bool)</slot>
640 <hints>
641 <hint type="sourcelabel">
642 <x>249</x>
643 <y>59</y>
644 </hint>
645 <hint type="destinationlabel">
646 <x>68</x>
647 <y>182</y>
648 </hint>
649 </hints>
650 </connection>
651 <connection>
652 <sender>editor_codeCompletion</sender>
653 <signal>toggled(bool)</signal>
654 <receiver>editor_codeCompletion</receiver>
655 <slot>setEnabled(bool)</slot>
656 <hints>
657 <hint type="sourcelabel">
658 <x>249</x>
659 <y>137</y>
660 </hint>
661 <hint type="destinationlabel">
662 <x>249</x>
663 <y>137</y>
664 </hint>
665 </hints>
666 </connection>
667 </connections>
668 </ui>