/[svn]/qsampler/trunk/src/qsamplerOptionsForm.ui
ViewVC logotype

Contents of /qsampler/trunk/src/qsamplerOptionsForm.ui

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1473 - (show annotations) (download)
Mon Nov 5 19:07:26 2007 UTC (16 years, 4 months ago) by capela
File size: 37420 byte(s)
* Qt4 migration: still far from complete, the .ui files got shaved
  with special regard to some redundant or duplicated signal/slot
  connections and to the options dialog font aesthetics as also
  other minors.

1 <ui version="4.0" >
2 <author>rncbc aka Rui Nuno Capela</author>
3 <comment>qsampler - A LinuxSampler Qt GUI Interface.
4
5 Copyright (C) 2005-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6 Copyright (C) 2007, Christian Schoenebeck
7
8 This program is free software; you can redistribute it and/or
9 modify it under the terms of the GNU General Public License
10 as published by the Free Software Foundation; either version 2
11 of the License, or (at your option) any later version.
12
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License along
19 with this program; if not, write to the Free Software Foundation, Inc.,
20 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21
22 </comment>
23 <class>qsamplerOptionsForm</class>
24 <widget class="QDialog" name="qsamplerOptionsForm" >
25 <property name="geometry" >
26 <rect>
27 <x>0</x>
28 <y>0</y>
29 <width>586</width>
30 <height>481</height>
31 </rect>
32 </property>
33 <property name="sizePolicy" >
34 <sizepolicy>
35 <hsizetype>1</hsizetype>
36 <vsizetype>1</vsizetype>
37 <horstretch>0</horstretch>
38 <verstretch>0</verstretch>
39 </sizepolicy>
40 </property>
41 <property name="windowTitle" >
42 <string>Qsampler: Options</string>
43 </property>
44 <property name="windowIcon" >
45 <iconset resource="../icons/qsampler.qrc" >:/icons/qsampler.png</iconset>
46 </property>
47 <property name="sizeGripEnabled" >
48 <bool>true</bool>
49 </property>
50 <layout class="QGridLayout" >
51 <property name="margin" >
52 <number>4</number>
53 </property>
54 <property name="spacing" >
55 <number>4</number>
56 </property>
57 <item row="1" column="0" >
58 <layout class="QHBoxLayout" >
59 <property name="margin" >
60 <number>0</number>
61 </property>
62 <property name="spacing" >
63 <number>4</number>
64 </property>
65 <item>
66 <spacer>
67 <property name="orientation" >
68 <enum>Qt::Horizontal</enum>
69 </property>
70 <property name="sizeType" >
71 <enum>QSizePolicy::Expanding</enum>
72 </property>
73 <property name="sizeHint" >
74 <size>
75 <width>250</width>
76 <height>16</height>
77 </size>
78 </property>
79 </spacer>
80 </item>
81 <item>
82 <widget class="QPushButton" name="OkPushButton" >
83 <property name="text" >
84 <string>OK</string>
85 </property>
86 <property name="icon" >
87 <iconset resource="../icons/qsampler.qrc" >:/icons/formAccept.png</iconset>
88 </property>
89 </widget>
90 </item>
91 <item>
92 <widget class="QPushButton" name="CancelPushButton" >
93 <property name="text" >
94 <string>Cancel</string>
95 </property>
96 <property name="icon" >
97 <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>
98 </property>
99 </widget>
100 </item>
101 </layout>
102 </item>
103 <item row="0" column="0" >
104 <widget class="QTabWidget" name="OptionsTabWidget" >
105 <property name="acceptDrops" >
106 <bool>false</bool>
107 </property>
108 <property name="currentIndex" >
109 <number>0</number>
110 </property>
111 <widget class="QWidget" name="ServerTabPage" >
112 <attribute name="title" >
113 <string>&amp;Server</string>
114 </attribute>
115 <layout class="QVBoxLayout" >
116 <property name="margin" >
117 <number>8</number>
118 </property>
119 <property name="spacing" >
120 <number>4</number>
121 </property>
122 <item>
123 <widget class="QGroupBox" name="SettingsGroupBox" >
124 <property name="font" >
125 <font>
126 <weight>75</weight>
127 <bold>true</bold>
128 </font>
129 </property>
130 <property name="title" >
131 <string>Settings</string>
132 </property>
133 <property name="flat" >
134 <bool>true</bool>
135 </property>
136 <layout class="QGridLayout" >
137 <property name="margin" >
138 <number>4</number>
139 </property>
140 <property name="spacing" >
141 <number>4</number>
142 </property>
143 <item row="0" column="0" >
144 <widget class="QLabel" name="ServerHostTextLabel" >
145 <property name="font" >
146 <font>
147 <weight>50</weight>
148 <bold>false</bold>
149 </font>
150 </property>
151 <property name="text" >
152 <string>&amp;Host:</string>
153 </property>
154 <property name="alignment" >
155 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
156 </property>
157 <property name="wordWrap" >
158 <bool>false</bool>
159 </property>
160 <property name="buddy" >
161 <cstring>ServerHostComboBox</cstring>
162 </property>
163 </widget>
164 </item>
165 <item row="0" column="4" >
166 <widget class="QComboBox" name="ServerPortComboBox" >
167 <property name="maximumSize" >
168 <size>
169 <width>60</width>
170 <height>32767</height>
171 </size>
172 </property>
173 <property name="font" >
174 <font>
175 <weight>50</weight>
176 <bold>false</bold>
177 </font>
178 </property>
179 <property name="toolTip" >
180 <string>LinuxSampler server listener port number</string>
181 </property>
182 <property name="editable" >
183 <bool>true</bool>
184 </property>
185 <item>
186 <property name="text" >
187 <string>8888</string>
188 </property>
189 </item>
190 </widget>
191 </item>
192 <item row="0" column="3" >
193 <widget class="QLabel" name="ServerPortTextLabel" >
194 <property name="maximumSize" >
195 <size>
196 <width>60</width>
197 <height>32767</height>
198 </size>
199 </property>
200 <property name="font" >
201 <font>
202 <weight>50</weight>
203 <bold>false</bold>
204 </font>
205 </property>
206 <property name="text" >
207 <string>&amp;Port:</string>
208 </property>
209 <property name="alignment" >
210 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
211 </property>
212 <property name="wordWrap" >
213 <bool>false</bool>
214 </property>
215 <property name="buddy" >
216 <cstring>ServerPortComboBox</cstring>
217 </property>
218 </widget>
219 </item>
220 <item row="0" column="1" colspan="2" >
221 <widget class="QComboBox" name="ServerHostComboBox" >
222 <property name="sizePolicy" >
223 <sizepolicy>
224 <hsizetype>7</hsizetype>
225 <vsizetype>0</vsizetype>
226 <horstretch>0</horstretch>
227 <verstretch>0</verstretch>
228 </sizepolicy>
229 </property>
230 <property name="font" >
231 <font>
232 <weight>50</weight>
233 <bold>false</bold>
234 </font>
235 </property>
236 <property name="toolTip" >
237 <string>LinuxSampler server host name or address</string>
238 </property>
239 <property name="editable" >
240 <bool>true</bool>
241 </property>
242 <item>
243 <property name="text" >
244 <string>localhost</string>
245 </property>
246 </item>
247 </widget>
248 </item>
249 <item row="4" column="0" >
250 <widget class="QLabel" name="ServerCmdLineTextLabel" >
251 <property name="font" >
252 <font>
253 <weight>50</weight>
254 <bold>false</bold>
255 </font>
256 </property>
257 <property name="text" >
258 <string>&amp;Command line:</string>
259 </property>
260 <property name="alignment" >
261 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
262 </property>
263 <property name="wordWrap" >
264 <bool>false</bool>
265 </property>
266 <property name="buddy" >
267 <cstring>ServerCmdLineComboBox</cstring>
268 </property>
269 </widget>
270 </item>
271 <item row="3" column="1" colspan="4" >
272 <widget class="QCheckBox" name="ServerStartCheckBox" >
273 <property name="font" >
274 <font>
275 <weight>50</weight>
276 <bold>false</bold>
277 </font>
278 </property>
279 <property name="toolTip" >
280 <string>Whether to start the LinuxSampler server on local machine</string>
281 </property>
282 <property name="text" >
283 <string>&amp;Start server locally</string>
284 </property>
285 <property name="shortcut" >
286 <string>Alt+S</string>
287 </property>
288 </widget>
289 </item>
290 <item row="4" column="1" colspan="4" >
291 <widget class="QComboBox" name="ServerCmdLineComboBox" >
292 <property name="sizePolicy" >
293 <sizepolicy>
294 <hsizetype>7</hsizetype>
295 <vsizetype>0</vsizetype>
296 <horstretch>0</horstretch>
297 <verstretch>0</verstretch>
298 </sizepolicy>
299 </property>
300 <property name="font" >
301 <font>
302 <weight>50</weight>
303 <bold>false</bold>
304 </font>
305 </property>
306 <property name="toolTip" >
307 <string>Command line to start LinuxSampler server locally</string>
308 </property>
309 <property name="editable" >
310 <bool>true</bool>
311 </property>
312 <item>
313 <property name="text" >
314 <string>linuxsampler</string>
315 </property>
316 </item>
317 </widget>
318 </item>
319 <item row="5" column="0" >
320 <widget class="QLabel" name="StartDelayTextLabel" >
321 <property name="font" >
322 <font>
323 <weight>50</weight>
324 <bold>false</bold>
325 </font>
326 </property>
327 <property name="text" >
328 <string>Start &amp;delay:</string>
329 </property>
330 <property name="alignment" >
331 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
332 </property>
333 <property name="wordWrap" >
334 <bool>false</bool>
335 </property>
336 <property name="buddy" >
337 <cstring>StartDelaySpinBox</cstring>
338 </property>
339 </widget>
340 </item>
341 <item row="5" column="1" >
342 <widget class="QSpinBox" name="StartDelaySpinBox" >
343 <property name="sizePolicy" >
344 <sizepolicy>
345 <hsizetype>5</hsizetype>
346 <vsizetype>0</vsizetype>
347 <horstretch>0</horstretch>
348 <verstretch>0</verstretch>
349 </sizepolicy>
350 </property>
351 <property name="minimumSize" >
352 <size>
353 <width>40</width>
354 <height>0</height>
355 </size>
356 </property>
357 <property name="font" >
358 <font>
359 <weight>50</weight>
360 <bold>false</bold>
361 </font>
362 </property>
363 <property name="toolTip" >
364 <string>Delay time in seconds after server startup</string>
365 </property>
366 <property name="suffix" >
367 <string> secs</string>
368 </property>
369 <property name="maximum" >
370 <number>100</number>
371 </property>
372 <property name="minimum" >
373 <number>1</number>
374 </property>
375 <property name="value" >
376 <number>3</number>
377 </property>
378 </widget>
379 </item>
380 <item row="5" column="2" colspan="3" >
381 <spacer>
382 <property name="orientation" >
383 <enum>Qt::Horizontal</enum>
384 </property>
385 <property name="sizeType" >
386 <enum>QSizePolicy::Expanding</enum>
387 </property>
388 <property name="sizeHint" >
389 <size>
390 <width>320</width>
391 <height>16</height>
392 </size>
393 </property>
394 </spacer>
395 </item>
396 <item row="2" column="1" >
397 <spacer>
398 <property name="orientation" >
399 <enum>Qt::Vertical</enum>
400 </property>
401 <property name="sizeType" >
402 <enum>QSizePolicy::Expanding</enum>
403 </property>
404 <property name="sizeHint" >
405 <size>
406 <width>20</width>
407 <height>80</height>
408 </size>
409 </property>
410 </spacer>
411 </item>
412 <item row="1" column="2" colspan="3" >
413 <spacer>
414 <property name="orientation" >
415 <enum>Qt::Horizontal</enum>
416 </property>
417 <property name="sizeType" >
418 <enum>QSizePolicy::Expanding</enum>
419 </property>
420 <property name="sizeHint" >
421 <size>
422 <width>320</width>
423 <height>16</height>
424 </size>
425 </property>
426 </spacer>
427 </item>
428 <item row="1" column="1" >
429 <widget class="QSpinBox" name="ServerTimeoutSpinBox" >
430 <property name="sizePolicy" >
431 <sizepolicy>
432 <hsizetype>5</hsizetype>
433 <vsizetype>0</vsizetype>
434 <horstretch>0</horstretch>
435 <verstretch>0</verstretch>
436 </sizepolicy>
437 </property>
438 <property name="minimumSize" >
439 <size>
440 <width>40</width>
441 <height>0</height>
442 </size>
443 </property>
444 <property name="font" >
445 <font>
446 <weight>50</weight>
447 <bold>false</bold>
448 </font>
449 </property>
450 <property name="toolTip" >
451 <string>Receive timeout in milliseconds</string>
452 </property>
453 <property name="suffix" >
454 <string> msec</string>
455 </property>
456 <property name="maximum" >
457 <number>60000</number>
458 </property>
459 <property name="minimum" >
460 <number>100</number>
461 </property>
462 <property name="singleStep" >
463 <number>100</number>
464 </property>
465 <property name="value" >
466 <number>1000</number>
467 </property>
468 </widget>
469 </item>
470 <item row="1" column="0" >
471 <widget class="QLabel" name="ServerTimeoutTextLabel" >
472 <property name="font" >
473 <font>
474 <weight>50</weight>
475 <bold>false</bold>
476 </font>
477 </property>
478 <property name="text" >
479 <string>&amp;Timeout:</string>
480 </property>
481 <property name="alignment" >
482 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
483 </property>
484 <property name="wordWrap" >
485 <bool>false</bool>
486 </property>
487 <property name="buddy" >
488 <cstring>ServerTimeoutSpinBox</cstring>
489 </property>
490 </widget>
491 </item>
492 </layout>
493 </widget>
494 </item>
495 </layout>
496 </widget>
497 <widget class="QWidget" name="DisplayTabPage" >
498 <attribute name="title" >
499 <string>&amp;Display</string>
500 </attribute>
501 <layout class="QVBoxLayout" >
502 <property name="margin" >
503 <number>8</number>
504 </property>
505 <property name="spacing" >
506 <number>4</number>
507 </property>
508 <item>
509 <widget class="QGroupBox" name="ChannelsGroupBox" >
510 <property name="font" >
511 <font>
512 <weight>75</weight>
513 <bold>true</bold>
514 </font>
515 </property>
516 <property name="title" >
517 <string>Channels</string>
518 </property>
519 <property name="flat" >
520 <bool>true</bool>
521 </property>
522 <layout class="QGridLayout" >
523 <property name="margin" >
524 <number>4</number>
525 </property>
526 <property name="spacing" >
527 <number>4</number>
528 </property>
529 <item row="0" column="0" >
530 <widget class="QLabel" name="DisplayFontTextLabel" >
531 <property name="font" >
532 <font>
533 <weight>50</weight>
534 <bold>false</bold>
535 </font>
536 </property>
537 <property name="sizePolicy" >
538 <sizepolicy>
539 <hsizetype>3</hsizetype>
540 <vsizetype>1</vsizetype>
541 <horstretch>0</horstretch>
542 <verstretch>0</verstretch>
543 </sizepolicy>
544 </property>
545 <property name="minimumSize" >
546 <size>
547 <width>180</width>
548 <height>0</height>
549 </size>
550 </property>
551 <property name="maximumSize" >
552 <size>
553 <width>180</width>
554 <height>32767</height>
555 </size>
556 </property>
557 <property name="toolTip" >
558 <string>Sample channel display font display</string>
559 </property>
560 <property name="frameShape" >
561 <enum>QFrame::Panel</enum>
562 </property>
563 <property name="frameShadow" >
564 <enum>QFrame::Sunken</enum>
565 </property>
566 <property name="lineWidth" >
567 <number>1</number>
568 </property>
569 <property name="alignment" >
570 <set>Qt::AlignCenter</set>
571 </property>
572 <property name="wordWrap" >
573 <bool>false</bool>
574 </property>
575 </widget>
576 </item>
577 <item row="0" column="1" >
578 <widget class="QPushButton" name="DisplayFontPushButton" >
579 <property name="font" >
580 <font>
581 <weight>50</weight>
582 <bold>false</bold>
583 </font>
584 </property>
585 <property name="toolTip" >
586 <string>Select font for the channel display</string>
587 </property>
588 <property name="text" >
589 <string>&amp;Font...</string>
590 </property>
591 <property name="shortcut" >
592 <string>Alt+F</string>
593 </property>
594 <property name="autoDefault" >
595 <bool>false</bool>
596 </property>
597 </widget>
598 </item>
599 <item row="0" column="2" >
600 <spacer>
601 <property name="orientation" >
602 <enum>Qt::Horizontal</enum>
603 </property>
604 <property name="sizeType" >
605 <enum>QSizePolicy::Expanding</enum>
606 </property>
607 <property name="sizeHint" >
608 <size>
609 <width>56</width>
610 <height>16</height>
611 </size>
612 </property>
613 </spacer>
614 </item>
615 <item row="0" column="3" >
616 <widget class="QCheckBox" name="AutoRefreshCheckBox" >
617 <property name="font" >
618 <font>
619 <weight>50</weight>
620 <bold>false</bold>
621 </font>
622 </property>
623 <property name="toolTip" >
624 <string>Whether to refresh the channels view automatically</string>
625 </property>
626 <property name="text" >
627 <string>&amp;Auto refresh:</string>
628 </property>
629 <property name="shortcut" >
630 <string>Alt+A</string>
631 </property>
632 </widget>
633 </item>
634 <item row="1" column="3" >
635 <widget class="QLabel" name="MaxVolumeTextLabel" >
636 <property name="font" >
637 <font>
638 <weight>50</weight>
639 <bold>false</bold>
640 </font>
641 </property>
642 <property name="text" >
643 <string>Maximum &amp;volume:</string>
644 </property>
645 <property name="alignment" >
646 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
647 </property>
648 <property name="wordWrap" >
649 <bool>false</bool>
650 </property>
651 <property name="buddy" >
652 <cstring>MaxVolumeSpinBox</cstring>
653 </property>
654 </widget>
655 </item>
656 <item row="0" column="4" >
657 <widget class="QSpinBox" name="AutoRefreshTimeSpinBox" >
658 <property name="sizePolicy" >
659 <sizepolicy>
660 <hsizetype>1</hsizetype>
661 <vsizetype>0</vsizetype>
662 <horstretch>0</horstretch>
663 <verstretch>0</verstretch>
664 </sizepolicy>
665 </property>
666 <property name="font" >
667 <font>
668 <weight>50</weight>
669 <bold>false</bold>
670 </font>
671 </property>
672 <property name="toolTip" >
673 <string>Time in milliseconds between each auto-refresh cycle</string>
674 </property>
675 <property name="suffix" >
676 <string> msec</string>
677 </property>
678 <property name="maximum" >
679 <number>20000</number>
680 </property>
681 <property name="minimum" >
682 <number>200</number>
683 </property>
684 <property name="singleStep" >
685 <number>100</number>
686 </property>
687 <property name="value" >
688 <number>1000</number>
689 </property>
690 </widget>
691 </item>
692 <item row="1" column="4" >
693 <widget class="QSpinBox" name="MaxVolumeSpinBox" >
694 <property name="sizePolicy" >
695 <sizepolicy>
696 <hsizetype>1</hsizetype>
697 <vsizetype>0</vsizetype>
698 <horstretch>0</horstretch>
699 <verstretch>0</verstretch>
700 </sizepolicy>
701 </property>
702 <property name="font" >
703 <font>
704 <weight>50</weight>
705 <bold>false</bold>
706 </font>
707 </property>
708 <property name="toolTip" >
709 <string>Upper limit for the sampler channel volume setting</string>
710 </property>
711 <property name="suffix" >
712 <string> %</string>
713 </property>
714 <property name="maximum" >
715 <number>1000</number>
716 </property>
717 <property name="singleStep" >
718 <number>10</number>
719 </property>
720 <property name="value" >
721 <number>100</number>
722 </property>
723 </widget>
724 </item>
725 <item row="1" column="0" colspan="2" >
726 <widget class="QCheckBox" name="DisplayEffectCheckBox" >
727 <property name="font" >
728 <font>
729 <weight>50</weight>
730 <bold>false</bold>
731 </font>
732 </property>
733 <property name="toolTip" >
734 <string>Whether to enable a shiny glass light effect on the channel display</string>
735 </property>
736 <property name="text" >
737 <string>Display shiny glass light &amp;effect</string>
738 </property>
739 <property name="shortcut" >
740 <string>Alt+E</string>
741 </property>
742 </widget>
743 </item>
744 </layout>
745 </widget>
746 </item>
747 <item>
748 <widget class="QGroupBox" name="MessagesGroupBox" >
749 <property name="font" >
750 <font>
751 <weight>75</weight>
752 <bold>true</bold>
753 </font>
754 </property>
755 <property name="title" >
756 <string>Messages</string>
757 </property>
758 <property name="flat" >
759 <bool>true</bool>
760 </property>
761 <layout class="QHBoxLayout" >
762 <property name="margin" >
763 <number>4</number>
764 </property>
765 <property name="spacing" >
766 <number>4</number>
767 </property>
768 <item>
769 <widget class="QLabel" name="MessagesFontTextLabel" >
770 <property name="sizePolicy" >
771 <sizepolicy>
772 <hsizetype>3</hsizetype>
773 <vsizetype>1</vsizetype>
774 <horstretch>0</horstretch>
775 <verstretch>0</verstretch>
776 </sizepolicy>
777 </property>
778 <property name="font" >
779 <font>
780 <weight>50</weight>
781 <bold>false</bold>
782 </font>
783 </property>
784 <property name="minimumSize" >
785 <size>
786 <width>180</width>
787 <height>0</height>
788 </size>
789 </property>
790 <property name="maximumSize" >
791 <size>
792 <width>180</width>
793 <height>32767</height>
794 </size>
795 </property>
796 <property name="toolTip" >
797 <string>Sample messages text font display</string>
798 </property>
799 <property name="frameShape" >
800 <enum>QFrame::Panel</enum>
801 </property>
802 <property name="frameShadow" >
803 <enum>QFrame::Sunken</enum>
804 </property>
805 <property name="alignment" >
806 <set>Qt::AlignCenter</set>
807 </property>
808 <property name="wordWrap" >
809 <bool>false</bool>
810 </property>
811 </widget>
812 </item>
813 <item>
814 <widget class="QPushButton" name="MessagesFontPushButton" >
815 <property name="font" >
816 <font>
817 <weight>50</weight>
818 <bold>false</bold>
819 </font>
820 </property>
821 <property name="toolTip" >
822 <string>Select font for the messages text display</string>
823 </property>
824 <property name="text" >
825 <string>&amp;Font...</string>
826 </property>
827 <property name="shortcut" >
828 <string>Alt+F</string>
829 </property>
830 <property name="autoDefault" >
831 <bool>false</bool>
832 </property>
833 </widget>
834 </item>
835 <item>
836 <spacer>
837 <property name="orientation" >
838 <enum>Qt::Horizontal</enum>
839 </property>
840 <property name="sizeType" >
841 <enum>QSizePolicy::Expanding</enum>
842 </property>
843 <property name="sizeHint" >
844 <size>
845 <width>49</width>
846 <height>16</height>
847 </size>
848 </property>
849 </spacer>
850 </item>
851 <item>
852 <widget class="QCheckBox" name="MessagesLimitCheckBox" >
853 <property name="font" >
854 <font>
855 <weight>50</weight>
856 <bold>false</bold>
857 </font>
858 </property>
859 <property name="toolTip" >
860 <string>Whether to keep a maximum number of lines in the messages window</string>
861 </property>
862 <property name="text" >
863 <string>&amp;Messages limit:</string>
864 </property>
865 <property name="shortcut" >
866 <string>Alt+M</string>
867 </property>
868 </widget>
869 </item>
870 <item>
871 <widget class="QSpinBox" name="MessagesLimitLinesSpinBox" >
872 <property name="font" >
873 <font>
874 <weight>50</weight>
875 <bold>false</bold>
876 </font>
877 </property>
878 <property name="toolTip" >
879 <string>The maximum number of message lines to keep in view</string>
880 </property>
881 <property name="suffix" >
882 <string> lines</string>
883 </property>
884 <property name="maximum" >
885 <number>10000</number>
886 </property>
887 <property name="minimum" >
888 <number>100</number>
889 </property>
890 <property name="singleStep" >
891 <number>100</number>
892 </property>
893 <property name="value" >
894 <number>1000</number>
895 </property>
896 </widget>
897 </item>
898 </layout>
899 </widget>
900 </item>
901 <item>
902 <widget class="QGroupBox" name="OtherGroupBox" >
903 <property name="font" >
904 <font>
905 <weight>75</weight>
906 <bold>true</bold>
907 </font>
908 </property>
909 <property name="title" >
910 <string>Other</string>
911 </property>
912 <property name="flat" >
913 <bool>true</bool>
914 </property>
915 <layout class="QGridLayout" >
916 <property name="margin" >
917 <number>4</number>
918 </property>
919 <property name="spacing" >
920 <number>4</number>
921 </property>
922 <item rowspan="2" row="0" column="0" >
923 <layout class="QVBoxLayout" >
924 <property name="margin" >
925 <number>0</number>
926 </property>
927 <property name="spacing" >
928 <number>4</number>
929 </property>
930 <item>
931 <widget class="QCheckBox" name="ConfirmRemoveCheckBox" >
932 <property name="font" >
933 <font>
934 <weight>50</weight>
935 <bold>false</bold>
936 </font>
937 </property>
938 <property name="toolTip" >
939 <string>Whether to ask for confirmation on removals</string>
940 </property>
941 <property name="text" >
942 <string>&amp;Confirm removals</string>
943 </property>
944 <property name="shortcut" >
945 <string>Alt+C</string>
946 </property>
947 </widget>
948 </item>
949 <item>
950 <widget class="QCheckBox" name="KeepOnTopCheckBox" >
951 <property name="font" >
952 <font>
953 <weight>50</weight>
954 <bold>false</bold>
955 </font>
956 </property>
957 <property name="toolTip" >
958 <string>Whether to keep all child windows on top of the main window</string>
959 </property>
960 <property name="text" >
961 <string>&amp;Keep child windows always on top</string>
962 </property>
963 <property name="shortcut" >
964 <string>Alt+K</string>
965 </property>
966 </widget>
967 </item>
968 <item>
969 <widget class="QCheckBox" name="StdoutCaptureCheckBox" >
970 <property name="font" >
971 <font>
972 <weight>50</weight>
973 <bold>false</bold>
974 </font>
975 </property>
976 <property name="toolTip" >
977 <string>Whether to capture standard output (stdout/stderr) into messages window</string>
978 </property>
979 <property name="text" >
980 <string>Capture standard &amp;output</string>
981 </property>
982 <property name="shortcut" >
983 <string>Alt+O</string>
984 </property>
985 </widget>
986 </item>
987 <item>
988 <widget class="QCheckBox" name="CompletePathCheckBox" >
989 <property name="font" >
990 <font>
991 <weight>50</weight>
992 <bold>false</bold>
993 </font>
994 </property>
995 <property name="toolTip" >
996 <string>Whether to show the complete directory path of loaded session files</string>
997 </property>
998 <property name="text" >
999 <string>Show complete &amp;path of session files</string>
1000 </property>
1001 <property name="shortcut" >
1002 <string>Alt+P</string>
1003 </property>
1004 </widget>
1005 </item>
1006 <item>
1007 <widget class="QCheckBox" name="InstrumentNamesCheckBox" >
1008 <property name="font" >
1009 <font>
1010 <weight>50</weight>
1011 <bold>false</bold>
1012 </font>
1013 </property>
1014 <property name="toolTip" >
1015 <string>Whether to show the actual instrument names as read from instrument file (using libgig)</string>
1016 </property>
1017 <property name="text" >
1018 <string>Show actual &amp;instrument names</string>
1019 </property>
1020 <property name="shortcut" >
1021 <string>Alt+I</string>
1022 </property>
1023 </widget>
1024 </item>
1025 </layout>
1026 </item>
1027 <item row="0" column="3" >
1028 <widget class="QSpinBox" name="MaxRecentFilesSpinBox" >
1029 <property name="font" >
1030 <font>
1031 <weight>50</weight>
1032 <bold>false</bold>
1033 </font>
1034 </property>
1035 <property name="toolTip" >
1036 <string>The maximum number of recent files to keep in menu</string>
1037 </property>
1038 <property name="maximum" >
1039 <number>20</number>
1040 </property>
1041 <property name="minimum" >
1042 <number>0</number>
1043 </property>
1044 <property name="value" >
1045 <number>5</number>
1046 </property>
1047 </widget>
1048 </item>
1049 <item row="0" column="2" >
1050 <widget class="QLabel" name="MaxRecentFilesTextLabel" >
1051 <property name="font" >
1052 <font>
1053 <weight>50</weight>
1054 <bold>false</bold>
1055 </font>
1056 </property>
1057 <property name="text" >
1058 <string>&amp;Number of recent files:</string>
1059 </property>
1060 <property name="alignment" >
1061 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1062 </property>
1063 <property name="wordWrap" >
1064 <bool>false</bool>
1065 </property>
1066 <property name="buddy" >
1067 <cstring>MaxRecentFilesSpinBox</cstring>
1068 </property>
1069 </widget>
1070 </item>
1071 <item row="0" column="1" >
1072 <spacer>
1073 <property name="orientation" >
1074 <enum>Qt::Horizontal</enum>
1075 </property>
1076 <property name="sizeType" >
1077 <enum>QSizePolicy::Expanding</enum>
1078 </property>
1079 <property name="sizeHint" >
1080 <size>
1081 <width>110</width>
1082 <height>16</height>
1083 </size>
1084 </property>
1085 </spacer>
1086 </item>
1087 <item row="1" column="1" colspan="3" >
1088 <spacer>
1089 <property name="orientation" >
1090 <enum>Qt::Horizontal</enum>
1091 </property>
1092 <property name="sizeType" >
1093 <enum>QSizePolicy::Expanding</enum>
1094 </property>
1095 <property name="sizeHint" >
1096 <size>
1097 <width>280</width>
1098 <height>16</height>
1099 </size>
1100 </property>
1101 </spacer>
1102 </item>
1103 </layout>
1104 </widget>
1105 </item>
1106 </layout>
1107 </widget>
1108 </widget>
1109 </item>
1110 </layout>
1111 </widget>
1112 <layoutdefault spacing="4" margin="4" />
1113 <tabstops>
1114 <tabstop>OptionsTabWidget</tabstop>
1115 <tabstop>ServerHostComboBox</tabstop>
1116 <tabstop>ServerPortComboBox</tabstop>
1117 <tabstop>ServerTimeoutSpinBox</tabstop>
1118 <tabstop>ServerStartCheckBox</tabstop>
1119 <tabstop>ServerCmdLineComboBox</tabstop>
1120 <tabstop>StartDelaySpinBox</tabstop>
1121 <tabstop>DisplayFontPushButton</tabstop>
1122 <tabstop>DisplayEffectCheckBox</tabstop>
1123 <tabstop>AutoRefreshCheckBox</tabstop>
1124 <tabstop>AutoRefreshTimeSpinBox</tabstop>
1125 <tabstop>MaxVolumeSpinBox</tabstop>
1126 <tabstop>MessagesFontPushButton</tabstop>
1127 <tabstop>MessagesLimitCheckBox</tabstop>
1128 <tabstop>MessagesLimitLinesSpinBox</tabstop>
1129 <tabstop>ConfirmRemoveCheckBox</tabstop>
1130 <tabstop>KeepOnTopCheckBox</tabstop>
1131 <tabstop>StdoutCaptureCheckBox</tabstop>
1132 <tabstop>CompletePathCheckBox</tabstop>
1133 <tabstop>InstrumentNamesCheckBox</tabstop>
1134 <tabstop>MaxRecentFilesSpinBox</tabstop>
1135 <tabstop>OkPushButton</tabstop>
1136 <tabstop>CancelPushButton</tabstop>
1137 </tabstops>
1138 <resources>
1139 <include location="../icons/qsampler.qrc" />
1140 </resources>
1141 </ui>

  ViewVC Help
Powered by ViewVC