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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1840 - (show annotations) (download)
Thu Feb 19 11:44:57 2009 UTC (15 years, 2 months ago) by capela
File size: 46445 byte(s)
* Converted obsolete QMessageBox forms to standard buttons.

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-2009, 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>539</width>
30 <height>422</height>
31 </rect>
32 </property>
33 <property name="windowTitle" >
34 <string>Qsampler: Options</string>
35 </property>
36 <property name="windowIcon" >
37 <iconset resource="../icons/qsampler.qrc" >
38 <normaloff>:/icons/qsampler.png</normaloff>:/icons/qsampler.png</iconset>
39 </property>
40 <property name="sizeGripEnabled" >
41 <bool>true</bool>
42 </property>
43 <layout class="QGridLayout" >
44 <property name="margin" >
45 <number>4</number>
46 </property>
47 <property name="spacing" >
48 <number>4</number>
49 </property>
50 <item row="1" column="0" >
51 <layout class="QHBoxLayout" >
52 <property name="spacing" >
53 <number>4</number>
54 </property>
55 <property name="margin" >
56 <number>0</number>
57 </property>
58 <item>
59 <spacer>
60 <property name="orientation" >
61 <enum>Qt::Horizontal</enum>
62 </property>
63 <property name="sizeType" >
64 <enum>QSizePolicy::Expanding</enum>
65 </property>
66 <property name="sizeHint" stdset="0" >
67 <size>
68 <width>250</width>
69 <height>16</height>
70 </size>
71 </property>
72 </spacer>
73 </item>
74 <item>
75 <widget class="QPushButton" name="OkPushButton" >
76 <property name="text" >
77 <string>OK</string>
78 </property>
79 <property name="icon" >
80 <iconset resource="../icons/qsampler.qrc" >
81 <normaloff>:/icons/formAccept.png</normaloff>:/icons/formAccept.png</iconset>
82 </property>
83 </widget>
84 </item>
85 <item>
86 <widget class="QPushButton" name="CancelPushButton" >
87 <property name="text" >
88 <string>Cancel</string>
89 </property>
90 <property name="icon" >
91 <iconset resource="../icons/qsampler.qrc" >
92 <normaloff>:/icons/formReject.png</normaloff>:/icons/formReject.png</iconset>
93 </property>
94 </widget>
95 </item>
96 </layout>
97 </item>
98 <item row="0" column="0" >
99 <widget class="QTabWidget" name="OptionsTabWidget" >
100 <property name="acceptDrops" >
101 <bool>false</bool>
102 </property>
103 <property name="currentIndex" >
104 <number>0</number>
105 </property>
106 <widget class="QWidget" name="ServerTabPage" >
107 <property name="geometry" >
108 <rect>
109 <x>0</x>
110 <y>0</y>
111 <width>527</width>
112 <height>352</height>
113 </rect>
114 </property>
115 <attribute name="title" >
116 <string>&amp;Server</string>
117 </attribute>
118 <layout class="QVBoxLayout" >
119 <property name="spacing" >
120 <number>4</number>
121 </property>
122 <property name="margin" >
123 <number>8</number>
124 </property>
125 <item>
126 <widget class="QGroupBox" name="SettingsGroupBox" >
127 <property name="font" >
128 <font>
129 <weight>75</weight>
130 <bold>true</bold>
131 </font>
132 </property>
133 <property name="title" >
134 <string>Settings</string>
135 </property>
136 <property name="flat" >
137 <bool>true</bool>
138 </property>
139 <layout class="QGridLayout" >
140 <property name="margin" >
141 <number>4</number>
142 </property>
143 <property name="spacing" >
144 <number>4</number>
145 </property>
146 <item row="0" column="0" >
147 <widget class="QLabel" name="ServerHostTextLabel" >
148 <property name="font" >
149 <font>
150 <weight>50</weight>
151 <bold>false</bold>
152 </font>
153 </property>
154 <property name="text" >
155 <string>&amp;Host:</string>
156 </property>
157 <property name="alignment" >
158 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
159 </property>
160 <property name="wordWrap" >
161 <bool>false</bool>
162 </property>
163 <property name="buddy" >
164 <cstring>ServerHostComboBox</cstring>
165 </property>
166 </widget>
167 </item>
168 <item row="0" column="4" >
169 <widget class="QComboBox" name="ServerPortComboBox" >
170 <property name="maximumSize" >
171 <size>
172 <width>60</width>
173 <height>32767</height>
174 </size>
175 </property>
176 <property name="font" >
177 <font>
178 <weight>50</weight>
179 <bold>false</bold>
180 </font>
181 </property>
182 <property name="toolTip" >
183 <string>LinuxSampler server listener port number</string>
184 </property>
185 <property name="editable" >
186 <bool>true</bool>
187 </property>
188 <item>
189 <property name="text" >
190 <string>8888</string>
191 </property>
192 </item>
193 </widget>
194 </item>
195 <item row="0" column="3" >
196 <widget class="QLabel" name="ServerPortTextLabel" >
197 <property name="maximumSize" >
198 <size>
199 <width>60</width>
200 <height>32767</height>
201 </size>
202 </property>
203 <property name="font" >
204 <font>
205 <weight>50</weight>
206 <bold>false</bold>
207 </font>
208 </property>
209 <property name="text" >
210 <string>&amp;Port:</string>
211 </property>
212 <property name="alignment" >
213 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
214 </property>
215 <property name="wordWrap" >
216 <bool>false</bool>
217 </property>
218 <property name="buddy" >
219 <cstring>ServerPortComboBox</cstring>
220 </property>
221 </widget>
222 </item>
223 <item row="0" column="1" colspan="2" >
224 <widget class="QComboBox" name="ServerHostComboBox" >
225 <property name="sizePolicy" >
226 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
227 <horstretch>0</horstretch>
228 <verstretch>0</verstretch>
229 </sizepolicy>
230 </property>
231 <property name="font" >
232 <font>
233 <weight>50</weight>
234 <bold>false</bold>
235 </font>
236 </property>
237 <property name="toolTip" >
238 <string>LinuxSampler server host name or address</string>
239 </property>
240 <property name="editable" >
241 <bool>true</bool>
242 </property>
243 <item>
244 <property name="text" >
245 <string>localhost</string>
246 </property>
247 </item>
248 </widget>
249 </item>
250 <item row="4" column="0" >
251 <widget class="QLabel" name="ServerCmdLineTextLabel" >
252 <property name="font" >
253 <font>
254 <weight>50</weight>
255 <bold>false</bold>
256 </font>
257 </property>
258 <property name="text" >
259 <string>&amp;Command line:</string>
260 </property>
261 <property name="alignment" >
262 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
263 </property>
264 <property name="wordWrap" >
265 <bool>false</bool>
266 </property>
267 <property name="buddy" >
268 <cstring>ServerCmdLineComboBox</cstring>
269 </property>
270 </widget>
271 </item>
272 <item row="3" column="1" colspan="4" >
273 <widget class="QCheckBox" name="ServerStartCheckBox" >
274 <property name="font" >
275 <font>
276 <weight>50</weight>
277 <bold>false</bold>
278 </font>
279 </property>
280 <property name="toolTip" >
281 <string>Whether to start the LinuxSampler server on local machine</string>
282 </property>
283 <property name="text" >
284 <string>&amp;Start server locally</string>
285 </property>
286 <property name="shortcut" >
287 <string>Alt+S</string>
288 </property>
289 </widget>
290 </item>
291 <item row="4" column="1" colspan="4" >
292 <widget class="QComboBox" name="ServerCmdLineComboBox" >
293 <property name="sizePolicy" >
294 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
295 <horstretch>0</horstretch>
296 <verstretch>0</verstretch>
297 </sizepolicy>
298 </property>
299 <property name="font" >
300 <font>
301 <weight>50</weight>
302 <bold>false</bold>
303 </font>
304 </property>
305 <property name="toolTip" >
306 <string>Command line to start LinuxSampler server locally</string>
307 </property>
308 <property name="editable" >
309 <bool>true</bool>
310 </property>
311 <item>
312 <property name="text" >
313 <string>linuxsampler</string>
314 </property>
315 </item>
316 </widget>
317 </item>
318 <item row="5" column="0" >
319 <widget class="QLabel" name="StartDelayTextLabel" >
320 <property name="font" >
321 <font>
322 <weight>50</weight>
323 <bold>false</bold>
324 </font>
325 </property>
326 <property name="text" >
327 <string>Start &amp;delay:</string>
328 </property>
329 <property name="alignment" >
330 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
331 </property>
332 <property name="wordWrap" >
333 <bool>false</bool>
334 </property>
335 <property name="buddy" >
336 <cstring>StartDelaySpinBox</cstring>
337 </property>
338 </widget>
339 </item>
340 <item row="5" column="1" >
341 <widget class="QSpinBox" name="StartDelaySpinBox" >
342 <property name="sizePolicy" >
343 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
344 <horstretch>0</horstretch>
345 <verstretch>0</verstretch>
346 </sizepolicy>
347 </property>
348 <property name="minimumSize" >
349 <size>
350 <width>40</width>
351 <height>0</height>
352 </size>
353 </property>
354 <property name="font" >
355 <font>
356 <weight>50</weight>
357 <bold>false</bold>
358 </font>
359 </property>
360 <property name="toolTip" >
361 <string>Delay time in seconds after server startup</string>
362 </property>
363 <property name="suffix" >
364 <string> secs</string>
365 </property>
366 <property name="minimum" >
367 <number>1</number>
368 </property>
369 <property name="maximum" >
370 <number>100</number>
371 </property>
372 <property name="value" >
373 <number>3</number>
374 </property>
375 </widget>
376 </item>
377 <item row="5" column="2" colspan="3" >
378 <spacer>
379 <property name="orientation" >
380 <enum>Qt::Horizontal</enum>
381 </property>
382 <property name="sizeType" >
383 <enum>QSizePolicy::Expanding</enum>
384 </property>
385 <property name="sizeHint" stdset="0" >
386 <size>
387 <width>320</width>
388 <height>16</height>
389 </size>
390 </property>
391 </spacer>
392 </item>
393 <item row="2" column="1" >
394 <spacer>
395 <property name="orientation" >
396 <enum>Qt::Vertical</enum>
397 </property>
398 <property name="sizeType" >
399 <enum>QSizePolicy::Expanding</enum>
400 </property>
401 <property name="sizeHint" stdset="0" >
402 <size>
403 <width>20</width>
404 <height>20</height>
405 </size>
406 </property>
407 </spacer>
408 </item>
409 <item row="1" column="2" colspan="3" >
410 <spacer>
411 <property name="orientation" >
412 <enum>Qt::Horizontal</enum>
413 </property>
414 <property name="sizeType" >
415 <enum>QSizePolicy::Expanding</enum>
416 </property>
417 <property name="sizeHint" stdset="0" >
418 <size>
419 <width>320</width>
420 <height>16</height>
421 </size>
422 </property>
423 </spacer>
424 </item>
425 <item row="1" column="1" >
426 <widget class="QSpinBox" name="ServerTimeoutSpinBox" >
427 <property name="sizePolicy" >
428 <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
429 <horstretch>0</horstretch>
430 <verstretch>0</verstretch>
431 </sizepolicy>
432 </property>
433 <property name="minimumSize" >
434 <size>
435 <width>40</width>
436 <height>0</height>
437 </size>
438 </property>
439 <property name="font" >
440 <font>
441 <weight>50</weight>
442 <bold>false</bold>
443 </font>
444 </property>
445 <property name="toolTip" >
446 <string>Receive timeout in milliseconds</string>
447 </property>
448 <property name="suffix" >
449 <string> msec</string>
450 </property>
451 <property name="minimum" >
452 <number>100</number>
453 </property>
454 <property name="maximum" >
455 <number>60000</number>
456 </property>
457 <property name="singleStep" >
458 <number>100</number>
459 </property>
460 <property name="value" >
461 <number>1000</number>
462 </property>
463 </widget>
464 </item>
465 <item row="1" column="0" >
466 <widget class="QLabel" name="ServerTimeoutTextLabel" >
467 <property name="font" >
468 <font>
469 <weight>50</weight>
470 <bold>false</bold>
471 </font>
472 </property>
473 <property name="text" >
474 <string>&amp;Timeout:</string>
475 </property>
476 <property name="alignment" >
477 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
478 </property>
479 <property name="wordWrap" >
480 <bool>false</bool>
481 </property>
482 <property name="buddy" >
483 <cstring>ServerTimeoutSpinBox</cstring>
484 </property>
485 </widget>
486 </item>
487 <item row="6" column="1" >
488 <spacer>
489 <property name="orientation" >
490 <enum>Qt::Vertical</enum>
491 </property>
492 <property name="sizeType" >
493 <enum>QSizePolicy::Expanding</enum>
494 </property>
495 <property name="sizeHint" stdset="0" >
496 <size>
497 <width>20</width>
498 <height>20</height>
499 </size>
500 </property>
501 </spacer>
502 </item>
503 </layout>
504 </widget>
505 </item>
506 <item>
507 <widget class="QGroupBox" name="LoggingGroupBox" >
508 <property name="font" >
509 <font>
510 <weight>75</weight>
511 <bold>true</bold>
512 </font>
513 </property>
514 <property name="title" >
515 <string>Logging</string>
516 </property>
517 <property name="flat" >
518 <bool>true</bool>
519 </property>
520 <layout class="QGridLayout" >
521 <property name="margin" >
522 <number>8</number>
523 </property>
524 <property name="spacing" >
525 <number>4</number>
526 </property>
527 <item row="0" column="1" colspan="3" >
528 <widget class="QComboBox" name="MessagesLogPathComboBox" >
529 <property name="sizePolicy" >
530 <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
531 <horstretch>0</horstretch>
532 <verstretch>0</verstretch>
533 </sizepolicy>
534 </property>
535 <property name="font" >
536 <font>
537 <weight>50</weight>
538 <bold>false</bold>
539 </font>
540 </property>
541 <property name="toolTip" >
542 <string>Messages log file</string>
543 </property>
544 <property name="editable" >
545 <bool>true</bool>
546 </property>
547 </widget>
548 </item>
549 <item row="0" column="4" >
550 <widget class="QToolButton" name="MessagesLogPathToolButton" >
551 <property name="minimumSize" >
552 <size>
553 <width>22</width>
554 <height>22</height>
555 </size>
556 </property>
557 <property name="maximumSize" >
558 <size>
559 <width>24</width>
560 <height>24</height>
561 </size>
562 </property>
563 <property name="font" >
564 <font>
565 <weight>50</weight>
566 <bold>false</bold>
567 </font>
568 </property>
569 <property name="focusPolicy" >
570 <enum>Qt::TabFocus</enum>
571 </property>
572 <property name="toolTip" >
573 <string>Browse for the messages log file location</string>
574 </property>
575 <property name="text" >
576 <string>...</string>
577 </property>
578 </widget>
579 </item>
580 <item row="0" column="0" >
581 <widget class="QCheckBox" name="MessagesLogCheckBox" >
582 <property name="font" >
583 <font>
584 <weight>50</weight>
585 <bold>false</bold>
586 </font>
587 </property>
588 <property name="toolTip" >
589 <string>Whether to activate a messages logging to file.</string>
590 </property>
591 <property name="text" >
592 <string>&amp;Messages log file:</string>
593 </property>
594 <property name="shortcut" >
595 <string>Alt+M</string>
596 </property>
597 </widget>
598 </item>
599 </layout>
600 </widget>
601 </item>
602 </layout>
603 </widget>
604 <widget class="QWidget" name="TuningTabPage" >
605 <property name="geometry" >
606 <rect>
607 <x>0</x>
608 <y>0</y>
609 <width>527</width>
610 <height>352</height>
611 </rect>
612 </property>
613 <attribute name="title" >
614 <string>&amp;Tuning</string>
615 </attribute>
616 <layout class="QGridLayout" >
617 <item row="0" column="0" >
618 <widget class="QGroupBox" name="LimitsGroupBox" >
619 <property name="font" >
620 <font>
621 <weight>75</weight>
622 <bold>true</bold>
623 </font>
624 </property>
625 <property name="title" >
626 <string>Limits</string>
627 </property>
628 <property name="flat" >
629 <bool>true</bool>
630 </property>
631 <layout class="QGridLayout" >
632 <item row="0" column="0" >
633 <widget class="QLabel" name="MaxVoicesTextLabel" >
634 <property name="font" >
635 <font>
636 <weight>50</weight>
637 <bold>false</bold>
638 </font>
639 </property>
640 <property name="text" >
641 <string>Maximum number of voices:</string>
642 </property>
643 </widget>
644 </item>
645 <item row="0" column="1" >
646 <widget class="QSpinBox" name="MaxVoicesSpinBox" >
647 <property name="minimumSize" >
648 <size>
649 <width>60</width>
650 <height>0</height>
651 </size>
652 </property>
653 <property name="font" >
654 <font>
655 <weight>50</weight>
656 <bold>false</bold>
657 </font>
658 </property>
659 <property name="toolTip" >
660 <string>Maximum number of voices</string>
661 </property>
662 <property name="maximum" >
663 <number>999999999</number>
664 </property>
665 </widget>
666 </item>
667 <item rowspan="2" row="0" column="2" >
668 <spacer>
669 <property name="orientation" >
670 <enum>Qt::Horizontal</enum>
671 </property>
672 <property name="sizeHint" stdset="0" >
673 <size>
674 <width>250</width>
675 <height>20</height>
676 </size>
677 </property>
678 </spacer>
679 </item>
680 <item row="1" column="0" >
681 <widget class="QLabel" name="MaxDiskStreamsTextLabel" >
682 <property name="font" >
683 <font>
684 <weight>50</weight>
685 <bold>false</bold>
686 </font>
687 </property>
688 <property name="text" >
689 <string>Maximum number of disk streams:</string>
690 </property>
691 </widget>
692 </item>
693 <item row="1" column="1" >
694 <widget class="QSpinBox" name="MaxStreamsSpinBox" >
695 <property name="minimumSize" >
696 <size>
697 <width>60</width>
698 <height>0</height>
699 </size>
700 </property>
701 <property name="font" >
702 <font>
703 <weight>50</weight>
704 <bold>false</bold>
705 </font>
706 </property>
707 <property name="toolTip" >
708 <string>Maximum number of disk streams</string>
709 </property>
710 <property name="maximum" >
711 <number>999999999</number>
712 </property>
713 </widget>
714 </item>
715 <item row="2" column="0" colspan="3" >
716 <spacer>
717 <property name="orientation" >
718 <enum>Qt::Vertical</enum>
719 </property>
720 <property name="sizeHint" stdset="0" >
721 <size>
722 <width>20</width>
723 <height>194</height>
724 </size>
725 </property>
726 </spacer>
727 </item>
728 </layout>
729 </widget>
730 </item>
731 </layout>
732 </widget>
733 <widget class="QWidget" name="DisplayTabPage" >
734 <property name="geometry" >
735 <rect>
736 <x>0</x>
737 <y>0</y>
738 <width>800</width>
739 <height>480</height>
740 </rect>
741 </property>
742 <attribute name="title" >
743 <string>&amp;Display</string>
744 </attribute>
745 <layout class="QVBoxLayout" >
746 <item>
747 <widget class="QGroupBox" name="ChannelsGroupBox" >
748 <property name="font" >
749 <font>
750 <weight>75</weight>
751 <bold>true</bold>
752 </font>
753 </property>
754 <property name="title" >
755 <string>Channels</string>
756 </property>
757 <property name="flat" >
758 <bool>true</bool>
759 </property>
760 <layout class="QGridLayout" >
761 <property name="margin" >
762 <number>4</number>
763 </property>
764 <property name="spacing" >
765 <number>4</number>
766 </property>
767 <item row="0" column="0" >
768 <widget class="QLabel" name="DisplayFontTextLabel" >
769 <property name="sizePolicy" >
770 <sizepolicy vsizetype="Minimum" hsizetype="MinimumExpanding" >
771 <horstretch>0</horstretch>
772 <verstretch>0</verstretch>
773 </sizepolicy>
774 </property>
775 <property name="minimumSize" >
776 <size>
777 <width>180</width>
778 <height>0</height>
779 </size>
780 </property>
781 <property name="maximumSize" >
782 <size>
783 <width>180</width>
784 <height>32767</height>
785 </size>
786 </property>
787 <property name="font" >
788 <font>
789 <weight>50</weight>
790 <bold>false</bold>
791 </font>
792 </property>
793 <property name="toolTip" >
794 <string>Sample channel display font display</string>
795 </property>
796 <property name="autoFillBackground" >
797 <bool>true</bool>
798 </property>
799 <property name="frameShape" >
800 <enum>QFrame::StyledPanel</enum>
801 </property>
802 <property name="frameShadow" >
803 <enum>QFrame::Sunken</enum>
804 </property>
805 <property name="lineWidth" >
806 <number>1</number>
807 </property>
808 <property name="alignment" >
809 <set>Qt::AlignCenter</set>
810 </property>
811 <property name="wordWrap" >
812 <bool>false</bool>
813 </property>
814 </widget>
815 </item>
816 <item row="0" column="1" >
817 <widget class="QPushButton" name="DisplayFontPushButton" >
818 <property name="font" >
819 <font>
820 <weight>50</weight>
821 <bold>false</bold>
822 </font>
823 </property>
824 <property name="toolTip" >
825 <string>Select font for the channel display</string>
826 </property>
827 <property name="text" >
828 <string>&amp;Font...</string>
829 </property>
830 <property name="shortcut" >
831 <string>Alt+F</string>
832 </property>
833 <property name="autoDefault" >
834 <bool>false</bool>
835 </property>
836 </widget>
837 </item>
838 <item row="0" column="2" >
839 <spacer>
840 <property name="orientation" >
841 <enum>Qt::Horizontal</enum>
842 </property>
843 <property name="sizeType" >
844 <enum>QSizePolicy::Expanding</enum>
845 </property>
846 <property name="sizeHint" stdset="0" >
847 <size>
848 <width>56</width>
849 <height>16</height>
850 </size>
851 </property>
852 </spacer>
853 </item>
854 <item row="0" column="3" >
855 <widget class="QCheckBox" name="AutoRefreshCheckBox" >
856 <property name="font" >
857 <font>
858 <weight>50</weight>
859 <bold>false</bold>
860 </font>
861 </property>
862 <property name="toolTip" >
863 <string>Whether to refresh the channels view automatically</string>
864 </property>
865 <property name="text" >
866 <string>&amp;Auto refresh:</string>
867 </property>
868 <property name="shortcut" >
869 <string>Alt+A</string>
870 </property>
871 </widget>
872 </item>
873 <item row="1" column="3" >
874 <widget class="QLabel" name="MaxVolumeTextLabel" >
875 <property name="font" >
876 <font>
877 <weight>50</weight>
878 <bold>false</bold>
879 </font>
880 </property>
881 <property name="text" >
882 <string>Maximum &amp;volume:</string>
883 </property>
884 <property name="alignment" >
885 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
886 </property>
887 <property name="wordWrap" >
888 <bool>false</bool>
889 </property>
890 <property name="buddy" >
891 <cstring>MaxVolumeSpinBox</cstring>
892 </property>
893 </widget>
894 </item>
895 <item row="0" column="4" >
896 <widget class="QSpinBox" name="AutoRefreshTimeSpinBox" >
897 <property name="sizePolicy" >
898 <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
899 <horstretch>0</horstretch>
900 <verstretch>0</verstretch>
901 </sizepolicy>
902 </property>
903 <property name="font" >
904 <font>
905 <weight>50</weight>
906 <bold>false</bold>
907 </font>
908 </property>
909 <property name="toolTip" >
910 <string>Time in milliseconds between each auto-refresh cycle</string>
911 </property>
912 <property name="suffix" >
913 <string> msec</string>
914 </property>
915 <property name="minimum" >
916 <number>200</number>
917 </property>
918 <property name="maximum" >
919 <number>20000</number>
920 </property>
921 <property name="singleStep" >
922 <number>100</number>
923 </property>
924 <property name="value" >
925 <number>1000</number>
926 </property>
927 </widget>
928 </item>
929 <item row="1" column="4" >
930 <widget class="QSpinBox" name="MaxVolumeSpinBox" >
931 <property name="sizePolicy" >
932 <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
933 <horstretch>0</horstretch>
934 <verstretch>0</verstretch>
935 </sizepolicy>
936 </property>
937 <property name="font" >
938 <font>
939 <weight>50</weight>
940 <bold>false</bold>
941 </font>
942 </property>
943 <property name="toolTip" >
944 <string>Upper limit for the sampler channel volume setting</string>
945 </property>
946 <property name="suffix" >
947 <string> %</string>
948 </property>
949 <property name="maximum" >
950 <number>1000</number>
951 </property>
952 <property name="singleStep" >
953 <number>10</number>
954 </property>
955 <property name="value" >
956 <number>100</number>
957 </property>
958 </widget>
959 </item>
960 <item row="1" column="0" colspan="2" >
961 <widget class="QCheckBox" name="DisplayEffectCheckBox" >
962 <property name="font" >
963 <font>
964 <weight>50</weight>
965 <bold>false</bold>
966 </font>
967 </property>
968 <property name="toolTip" >
969 <string>Whether to enable a shiny glass light effect on the channel display</string>
970 </property>
971 <property name="text" >
972 <string>Display shiny glass light &amp;effect</string>
973 </property>
974 <property name="shortcut" >
975 <string>Alt+E</string>
976 </property>
977 </widget>
978 </item>
979 </layout>
980 </widget>
981 </item>
982 <item>
983 <widget class="QGroupBox" name="MessagesGroupBox" >
984 <property name="font" >
985 <font>
986 <weight>75</weight>
987 <bold>true</bold>
988 </font>
989 </property>
990 <property name="title" >
991 <string>Messages</string>
992 </property>
993 <property name="flat" >
994 <bool>true</bool>
995 </property>
996 <layout class="QHBoxLayout" >
997 <property name="spacing" >
998 <number>4</number>
999 </property>
1000 <property name="margin" >
1001 <number>4</number>
1002 </property>
1003 <item>
1004 <widget class="QLabel" name="MessagesFontTextLabel" >
1005 <property name="sizePolicy" >
1006 <sizepolicy vsizetype="Minimum" hsizetype="MinimumExpanding" >
1007 <horstretch>0</horstretch>
1008 <verstretch>0</verstretch>
1009 </sizepolicy>
1010 </property>
1011 <property name="minimumSize" >
1012 <size>
1013 <width>180</width>
1014 <height>0</height>
1015 </size>
1016 </property>
1017 <property name="maximumSize" >
1018 <size>
1019 <width>180</width>
1020 <height>32767</height>
1021 </size>
1022 </property>
1023 <property name="font" >
1024 <font>
1025 <weight>50</weight>
1026 <bold>false</bold>
1027 </font>
1028 </property>
1029 <property name="toolTip" >
1030 <string>Sample messages text font display</string>
1031 </property>
1032 <property name="autoFillBackground" >
1033 <bool>true</bool>
1034 </property>
1035 <property name="frameShape" >
1036 <enum>QFrame::StyledPanel</enum>
1037 </property>
1038 <property name="frameShadow" >
1039 <enum>QFrame::Sunken</enum>
1040 </property>
1041 <property name="alignment" >
1042 <set>Qt::AlignCenter</set>
1043 </property>
1044 <property name="wordWrap" >
1045 <bool>false</bool>
1046 </property>
1047 </widget>
1048 </item>
1049 <item>
1050 <widget class="QPushButton" name="MessagesFontPushButton" >
1051 <property name="font" >
1052 <font>
1053 <weight>50</weight>
1054 <bold>false</bold>
1055 </font>
1056 </property>
1057 <property name="toolTip" >
1058 <string>Select font for the messages text display</string>
1059 </property>
1060 <property name="text" >
1061 <string>&amp;Font...</string>
1062 </property>
1063 <property name="shortcut" >
1064 <string>Alt+F</string>
1065 </property>
1066 <property name="autoDefault" >
1067 <bool>false</bool>
1068 </property>
1069 </widget>
1070 </item>
1071 <item>
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" stdset="0" >
1080 <size>
1081 <width>49</width>
1082 <height>16</height>
1083 </size>
1084 </property>
1085 </spacer>
1086 </item>
1087 <item>
1088 <widget class="QCheckBox" name="MessagesLimitCheckBox" >
1089 <property name="font" >
1090 <font>
1091 <weight>50</weight>
1092 <bold>false</bold>
1093 </font>
1094 </property>
1095 <property name="toolTip" >
1096 <string>Whether to keep a maximum number of lines in the messages window</string>
1097 </property>
1098 <property name="text" >
1099 <string>&amp;Messages limit:</string>
1100 </property>
1101 <property name="shortcut" >
1102 <string>Alt+M</string>
1103 </property>
1104 </widget>
1105 </item>
1106 <item>
1107 <widget class="QSpinBox" name="MessagesLimitLinesSpinBox" >
1108 <property name="font" >
1109 <font>
1110 <weight>50</weight>
1111 <bold>false</bold>
1112 </font>
1113 </property>
1114 <property name="toolTip" >
1115 <string>The maximum number of message lines to keep in view</string>
1116 </property>
1117 <property name="suffix" >
1118 <string> lines</string>
1119 </property>
1120 <property name="minimum" >
1121 <number>100</number>
1122 </property>
1123 <property name="maximum" >
1124 <number>10000</number>
1125 </property>
1126 <property name="singleStep" >
1127 <number>100</number>
1128 </property>
1129 <property name="value" >
1130 <number>1000</number>
1131 </property>
1132 </widget>
1133 </item>
1134 </layout>
1135 </widget>
1136 </item>
1137 <item>
1138 <widget class="QGroupBox" name="OtherGroupBox" >
1139 <property name="font" >
1140 <font>
1141 <weight>75</weight>
1142 <bold>true</bold>
1143 </font>
1144 </property>
1145 <property name="title" >
1146 <string>Other</string>
1147 </property>
1148 <property name="flat" >
1149 <bool>true</bool>
1150 </property>
1151 <layout class="QGridLayout" >
1152 <item row="0" column="0" >
1153 <widget class="QCheckBox" name="ConfirmRemoveCheckBox" >
1154 <property name="font" >
1155 <font>
1156 <weight>50</weight>
1157 <bold>false</bold>
1158 </font>
1159 </property>
1160 <property name="toolTip" >
1161 <string>Whether to ask for confirmation on removals</string>
1162 </property>
1163 <property name="text" >
1164 <string>&amp;Confirm removals</string>
1165 </property>
1166 <property name="shortcut" >
1167 <string>Alt+C</string>
1168 </property>
1169 </widget>
1170 </item>
1171 <item row="0" column="1" colspan="2" >
1172 <widget class="QLabel" name="MaxRecentFilesTextLabel" >
1173 <property name="font" >
1174 <font>
1175 <weight>50</weight>
1176 <bold>false</bold>
1177 </font>
1178 </property>
1179 <property name="text" >
1180 <string>&amp;Number of recent files:</string>
1181 </property>
1182 <property name="alignment" >
1183 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1184 </property>
1185 <property name="wordWrap" >
1186 <bool>false</bool>
1187 </property>
1188 <property name="buddy" >
1189 <cstring>MaxRecentFilesSpinBox</cstring>
1190 </property>
1191 </widget>
1192 </item>
1193 <item row="0" column="3" >
1194 <widget class="QSpinBox" name="MaxRecentFilesSpinBox" >
1195 <property name="font" >
1196 <font>
1197 <weight>50</weight>
1198 <bold>false</bold>
1199 </font>
1200 </property>
1201 <property name="toolTip" >
1202 <string>The maximum number of recent files to keep in menu</string>
1203 </property>
1204 <property name="minimum" >
1205 <number>0</number>
1206 </property>
1207 <property name="maximum" >
1208 <number>20</number>
1209 </property>
1210 <property name="value" >
1211 <number>5</number>
1212 </property>
1213 </widget>
1214 </item>
1215 <item row="1" column="0" >
1216 <widget class="QCheckBox" name="KeepOnTopCheckBox" >
1217 <property name="font" >
1218 <font>
1219 <weight>50</weight>
1220 <bold>false</bold>
1221 </font>
1222 </property>
1223 <property name="toolTip" >
1224 <string>Whether to keep all child windows on top of the main window</string>
1225 </property>
1226 <property name="text" >
1227 <string>&amp;Keep child windows always on top</string>
1228 </property>
1229 <property name="shortcut" >
1230 <string>Alt+K</string>
1231 </property>
1232 </widget>
1233 </item>
1234 <item rowspan="3" row="1" column="1" colspan="3" >
1235 <spacer>
1236 <property name="orientation" >
1237 <enum>Qt::Horizontal</enum>
1238 </property>
1239 <property name="sizeHint" stdset="0" >
1240 <size>
1241 <width>281</width>
1242 <height>48</height>
1243 </size>
1244 </property>
1245 </spacer>
1246 </item>
1247 <item row="2" column="0" >
1248 <widget class="QCheckBox" name="StdoutCaptureCheckBox" >
1249 <property name="font" >
1250 <font>
1251 <weight>50</weight>
1252 <bold>false</bold>
1253 </font>
1254 </property>
1255 <property name="toolTip" >
1256 <string>Whether to capture standard output (stdout/stderr) into messages window</string>
1257 </property>
1258 <property name="text" >
1259 <string>Capture standard &amp;output</string>
1260 </property>
1261 <property name="shortcut" >
1262 <string>Alt+O</string>
1263 </property>
1264 </widget>
1265 </item>
1266 <item row="3" column="0" >
1267 <widget class="QCheckBox" name="CompletePathCheckBox" >
1268 <property name="font" >
1269 <font>
1270 <weight>50</weight>
1271 <bold>false</bold>
1272 </font>
1273 </property>
1274 <property name="toolTip" >
1275 <string>Whether to show the complete directory path of loaded session files</string>
1276 </property>
1277 <property name="text" >
1278 <string>Show complete &amp;path of session files</string>
1279 </property>
1280 <property name="shortcut" >
1281 <string>Alt+P</string>
1282 </property>
1283 </widget>
1284 </item>
1285 <item row="4" column="0" >
1286 <widget class="QCheckBox" name="InstrumentNamesCheckBox" >
1287 <property name="font" >
1288 <font>
1289 <weight>50</weight>
1290 <bold>false</bold>
1291 </font>
1292 </property>
1293 <property name="toolTip" >
1294 <string>Whether to show the actual instrument names as read from instrument file (using libgig)</string>
1295 </property>
1296 <property name="text" >
1297 <string>Show actual &amp;instrument names</string>
1298 </property>
1299 <property name="shortcut" >
1300 <string>Alt+I</string>
1301 </property>
1302 </widget>
1303 </item>
1304 <item row="4" column="1" colspan="2" >
1305 <widget class="QLabel" name="BaseFontSizeTextLabel" >
1306 <property name="font" >
1307 <font>
1308 <weight>50</weight>
1309 <bold>false</bold>
1310 </font>
1311 </property>
1312 <property name="text" >
1313 <string>&amp;Base font size:</string>
1314 </property>
1315 <property name="alignment" >
1316 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1317 </property>
1318 <property name="buddy" >
1319 <cstring>BaseFontSizeComboBox</cstring>
1320 </property>
1321 </widget>
1322 </item>
1323 <item row="4" column="3" >
1324 <widget class="QComboBox" name="BaseFontSizeComboBox" >
1325 <property name="font" >
1326 <font>
1327 <weight>50</weight>
1328 <bold>false</bold>
1329 </font>
1330 </property>
1331 <property name="toolTip" >
1332 <string>Base application font size (pt.)</string>
1333 </property>
1334 <property name="editable" >
1335 <bool>true</bool>
1336 </property>
1337 <item>
1338 <property name="text" >
1339 <string>(default)</string>
1340 </property>
1341 </item>
1342 <item>
1343 <property name="text" >
1344 <string>6</string>
1345 </property>
1346 </item>
1347 <item>
1348 <property name="text" >
1349 <string>7</string>
1350 </property>
1351 </item>
1352 <item>
1353 <property name="text" >
1354 <string>8</string>
1355 </property>
1356 </item>
1357 <item>
1358 <property name="text" >
1359 <string>9</string>
1360 </property>
1361 </item>
1362 <item>
1363 <property name="text" >
1364 <string>10</string>
1365 </property>
1366 </item>
1367 <item>
1368 <property name="text" >
1369 <string>11</string>
1370 </property>
1371 </item>
1372 <item>
1373 <property name="text" >
1374 <string>12</string>
1375 </property>
1376 </item>
1377 </widget>
1378 </item>
1379 </layout>
1380 </widget>
1381 </item>
1382 </layout>
1383 </widget>
1384 </widget>
1385 </item>
1386 </layout>
1387 </widget>
1388 <layoutdefault spacing="4" margin="4" />
1389 <tabstops>
1390 <tabstop>OptionsTabWidget</tabstop>
1391 <tabstop>ServerHostComboBox</tabstop>
1392 <tabstop>ServerPortComboBox</tabstop>
1393 <tabstop>ServerTimeoutSpinBox</tabstop>
1394 <tabstop>ServerStartCheckBox</tabstop>
1395 <tabstop>ServerCmdLineComboBox</tabstop>
1396 <tabstop>StartDelaySpinBox</tabstop>
1397 <tabstop>MessagesLogCheckBox</tabstop>
1398 <tabstop>MessagesLogPathComboBox</tabstop>
1399 <tabstop>MessagesLogPathToolButton</tabstop>
1400 <tabstop>DisplayFontPushButton</tabstop>
1401 <tabstop>DisplayEffectCheckBox</tabstop>
1402 <tabstop>AutoRefreshCheckBox</tabstop>
1403 <tabstop>AutoRefreshTimeSpinBox</tabstop>
1404 <tabstop>MaxVolumeSpinBox</tabstop>
1405 <tabstop>MessagesFontPushButton</tabstop>
1406 <tabstop>MessagesLimitCheckBox</tabstop>
1407 <tabstop>MessagesLimitLinesSpinBox</tabstop>
1408 <tabstop>ConfirmRemoveCheckBox</tabstop>
1409 <tabstop>KeepOnTopCheckBox</tabstop>
1410 <tabstop>StdoutCaptureCheckBox</tabstop>
1411 <tabstop>CompletePathCheckBox</tabstop>
1412 <tabstop>InstrumentNamesCheckBox</tabstop>
1413 <tabstop>MaxRecentFilesSpinBox</tabstop>
1414 <tabstop>BaseFontSizeComboBox</tabstop>
1415 <tabstop>OkPushButton</tabstop>
1416 <tabstop>CancelPushButton</tabstop>
1417 </tabstops>
1418 <resources>
1419 <include location="../icons/qsampler.qrc" />
1420 </resources>
1421 <connections/>
1422 </ui>

  ViewVC Help
Powered by ViewVC