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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1803 - (show annotations) (download)
Sun Dec 7 13:58:16 2008 UTC (15 years, 4 months ago) by schoenebeck
File size: 45449 byte(s)
* Added support for runtime max. voices / disk streams setting (accessible
  from the "Options..." dialog). Those fine tuning settins will be saved
  in case the user modified them and automatically restored to the sampler
  when reconnecting to a sampler the next time.
* bumped version to 0.2.1.20

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-2008, 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>537</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>525</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>525</width>
610 <height>352</height>
611 </rect>
612 </property>
613 <attribute name="title" >
614 <string>&amp;Tuning</string>
615 </attribute>
616 <layout class="QGridLayout" name="gridLayout" >
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" name="_2" >
632 <property name="margin" >
633 <number>8</number>
634 </property>
635 <property name="spacing" >
636 <number>4</number>
637 </property>
638 <item row="0" column="0" >
639 <widget class="QLabel" name="MaxVoicesTextLabel" >
640 <property name="font" >
641 <font>
642 <weight>50</weight>
643 <bold>false</bold>
644 </font>
645 </property>
646 <property name="text" >
647 <string>Max. Voices:</string>
648 </property>
649 </widget>
650 </item>
651 <item row="0" column="1" >
652 <widget class="QSpinBox" name="MaxVoicesSpinBox" >
653 <property name="font" >
654 <font>
655 <weight>50</weight>
656 <bold>false</bold>
657 </font>
658 </property>
659 </widget>
660 </item>
661 <item row="1" column="1" >
662 <widget class="QSpinBox" name="MaxStreamsSpinBox" >
663 <property name="font" >
664 <font>
665 <weight>50</weight>
666 <bold>false</bold>
667 </font>
668 </property>
669 </widget>
670 </item>
671 <item row="1" column="0" >
672 <widget class="QLabel" name="MaxDiskStreamsTextLabel" >
673 <property name="font" >
674 <font>
675 <weight>50</weight>
676 <bold>false</bold>
677 </font>
678 </property>
679 <property name="text" >
680 <string>Max. Disk Streams:</string>
681 </property>
682 </widget>
683 </item>
684 </layout>
685 </widget>
686 </item>
687 <item row="1" column="0" >
688 <spacer name="verticalSpacer" >
689 <property name="orientation" >
690 <enum>Qt::Vertical</enum>
691 </property>
692 <property name="sizeHint" stdset="0" >
693 <size>
694 <width>20</width>
695 <height>83</height>
696 </size>
697 </property>
698 </spacer>
699 </item>
700 </layout>
701 </widget>
702 <widget class="QWidget" name="DisplayTabPage" >
703 <property name="geometry" >
704 <rect>
705 <x>0</x>
706 <y>0</y>
707 <width>525</width>
708 <height>352</height>
709 </rect>
710 </property>
711 <attribute name="title" >
712 <string>&amp;Display</string>
713 </attribute>
714 <layout class="QVBoxLayout" name="verticalLayout" >
715 <item>
716 <widget class="QGroupBox" name="ChannelsGroupBox" >
717 <property name="font" >
718 <font>
719 <weight>75</weight>
720 <bold>true</bold>
721 </font>
722 </property>
723 <property name="title" >
724 <string>Channels</string>
725 </property>
726 <property name="flat" >
727 <bool>true</bool>
728 </property>
729 <layout class="QGridLayout" >
730 <property name="margin" >
731 <number>4</number>
732 </property>
733 <property name="spacing" >
734 <number>4</number>
735 </property>
736 <item row="0" column="0" >
737 <widget class="QLabel" name="DisplayFontTextLabel" >
738 <property name="sizePolicy" >
739 <sizepolicy vsizetype="Minimum" hsizetype="MinimumExpanding" >
740 <horstretch>0</horstretch>
741 <verstretch>0</verstretch>
742 </sizepolicy>
743 </property>
744 <property name="minimumSize" >
745 <size>
746 <width>180</width>
747 <height>0</height>
748 </size>
749 </property>
750 <property name="maximumSize" >
751 <size>
752 <width>180</width>
753 <height>32767</height>
754 </size>
755 </property>
756 <property name="font" >
757 <font>
758 <weight>50</weight>
759 <bold>false</bold>
760 </font>
761 </property>
762 <property name="toolTip" >
763 <string>Sample channel display font display</string>
764 </property>
765 <property name="autoFillBackground" >
766 <bool>true</bool>
767 </property>
768 <property name="frameShape" >
769 <enum>QFrame::StyledPanel</enum>
770 </property>
771 <property name="frameShadow" >
772 <enum>QFrame::Sunken</enum>
773 </property>
774 <property name="lineWidth" >
775 <number>1</number>
776 </property>
777 <property name="alignment" >
778 <set>Qt::AlignCenter</set>
779 </property>
780 <property name="wordWrap" >
781 <bool>false</bool>
782 </property>
783 </widget>
784 </item>
785 <item row="0" column="1" >
786 <widget class="QPushButton" name="DisplayFontPushButton" >
787 <property name="font" >
788 <font>
789 <weight>50</weight>
790 <bold>false</bold>
791 </font>
792 </property>
793 <property name="toolTip" >
794 <string>Select font for the channel display</string>
795 </property>
796 <property name="text" >
797 <string>&amp;Font...</string>
798 </property>
799 <property name="shortcut" >
800 <string>Alt+F</string>
801 </property>
802 <property name="autoDefault" >
803 <bool>false</bool>
804 </property>
805 </widget>
806 </item>
807 <item row="0" column="2" >
808 <spacer>
809 <property name="orientation" >
810 <enum>Qt::Horizontal</enum>
811 </property>
812 <property name="sizeType" >
813 <enum>QSizePolicy::Expanding</enum>
814 </property>
815 <property name="sizeHint" stdset="0" >
816 <size>
817 <width>56</width>
818 <height>16</height>
819 </size>
820 </property>
821 </spacer>
822 </item>
823 <item row="0" column="3" >
824 <widget class="QCheckBox" name="AutoRefreshCheckBox" >
825 <property name="font" >
826 <font>
827 <weight>50</weight>
828 <bold>false</bold>
829 </font>
830 </property>
831 <property name="toolTip" >
832 <string>Whether to refresh the channels view automatically</string>
833 </property>
834 <property name="text" >
835 <string>&amp;Auto refresh:</string>
836 </property>
837 <property name="shortcut" >
838 <string>Alt+A</string>
839 </property>
840 </widget>
841 </item>
842 <item row="1" column="3" >
843 <widget class="QLabel" name="MaxVolumeTextLabel" >
844 <property name="font" >
845 <font>
846 <weight>50</weight>
847 <bold>false</bold>
848 </font>
849 </property>
850 <property name="text" >
851 <string>Maximum &amp;volume:</string>
852 </property>
853 <property name="alignment" >
854 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
855 </property>
856 <property name="wordWrap" >
857 <bool>false</bool>
858 </property>
859 <property name="buddy" >
860 <cstring>MaxVolumeSpinBox</cstring>
861 </property>
862 </widget>
863 </item>
864 <item row="0" column="4" >
865 <widget class="QSpinBox" name="AutoRefreshTimeSpinBox" >
866 <property name="sizePolicy" >
867 <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
868 <horstretch>0</horstretch>
869 <verstretch>0</verstretch>
870 </sizepolicy>
871 </property>
872 <property name="font" >
873 <font>
874 <weight>50</weight>
875 <bold>false</bold>
876 </font>
877 </property>
878 <property name="toolTip" >
879 <string>Time in milliseconds between each auto-refresh cycle</string>
880 </property>
881 <property name="suffix" >
882 <string> msec</string>
883 </property>
884 <property name="minimum" >
885 <number>200</number>
886 </property>
887 <property name="maximum" >
888 <number>20000</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 <item row="1" column="4" >
899 <widget class="QSpinBox" name="MaxVolumeSpinBox" >
900 <property name="sizePolicy" >
901 <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
902 <horstretch>0</horstretch>
903 <verstretch>0</verstretch>
904 </sizepolicy>
905 </property>
906 <property name="font" >
907 <font>
908 <weight>50</weight>
909 <bold>false</bold>
910 </font>
911 </property>
912 <property name="toolTip" >
913 <string>Upper limit for the sampler channel volume setting</string>
914 </property>
915 <property name="suffix" >
916 <string> %</string>
917 </property>
918 <property name="maximum" >
919 <number>1000</number>
920 </property>
921 <property name="singleStep" >
922 <number>10</number>
923 </property>
924 <property name="value" >
925 <number>100</number>
926 </property>
927 </widget>
928 </item>
929 <item row="1" column="0" colspan="2" >
930 <widget class="QCheckBox" name="DisplayEffectCheckBox" >
931 <property name="font" >
932 <font>
933 <weight>50</weight>
934 <bold>false</bold>
935 </font>
936 </property>
937 <property name="toolTip" >
938 <string>Whether to enable a shiny glass light effect on the channel display</string>
939 </property>
940 <property name="text" >
941 <string>Display shiny glass light &amp;effect</string>
942 </property>
943 <property name="shortcut" >
944 <string>Alt+E</string>
945 </property>
946 </widget>
947 </item>
948 </layout>
949 </widget>
950 </item>
951 <item>
952 <widget class="QGroupBox" name="MessagesGroupBox" >
953 <property name="font" >
954 <font>
955 <weight>75</weight>
956 <bold>true</bold>
957 </font>
958 </property>
959 <property name="title" >
960 <string>Messages</string>
961 </property>
962 <property name="flat" >
963 <bool>true</bool>
964 </property>
965 <layout class="QHBoxLayout" >
966 <property name="spacing" >
967 <number>4</number>
968 </property>
969 <property name="margin" >
970 <number>4</number>
971 </property>
972 <item>
973 <widget class="QLabel" name="MessagesFontTextLabel" >
974 <property name="sizePolicy" >
975 <sizepolicy vsizetype="Minimum" hsizetype="MinimumExpanding" >
976 <horstretch>0</horstretch>
977 <verstretch>0</verstretch>
978 </sizepolicy>
979 </property>
980 <property name="minimumSize" >
981 <size>
982 <width>180</width>
983 <height>0</height>
984 </size>
985 </property>
986 <property name="maximumSize" >
987 <size>
988 <width>180</width>
989 <height>32767</height>
990 </size>
991 </property>
992 <property name="font" >
993 <font>
994 <weight>50</weight>
995 <bold>false</bold>
996 </font>
997 </property>
998 <property name="toolTip" >
999 <string>Sample messages text font display</string>
1000 </property>
1001 <property name="autoFillBackground" >
1002 <bool>true</bool>
1003 </property>
1004 <property name="frameShape" >
1005 <enum>QFrame::StyledPanel</enum>
1006 </property>
1007 <property name="frameShadow" >
1008 <enum>QFrame::Sunken</enum>
1009 </property>
1010 <property name="alignment" >
1011 <set>Qt::AlignCenter</set>
1012 </property>
1013 <property name="wordWrap" >
1014 <bool>false</bool>
1015 </property>
1016 </widget>
1017 </item>
1018 <item>
1019 <widget class="QPushButton" name="MessagesFontPushButton" >
1020 <property name="font" >
1021 <font>
1022 <weight>50</weight>
1023 <bold>false</bold>
1024 </font>
1025 </property>
1026 <property name="toolTip" >
1027 <string>Select font for the messages text display</string>
1028 </property>
1029 <property name="text" >
1030 <string>&amp;Font...</string>
1031 </property>
1032 <property name="shortcut" >
1033 <string>Alt+F</string>
1034 </property>
1035 <property name="autoDefault" >
1036 <bool>false</bool>
1037 </property>
1038 </widget>
1039 </item>
1040 <item>
1041 <spacer>
1042 <property name="orientation" >
1043 <enum>Qt::Horizontal</enum>
1044 </property>
1045 <property name="sizeType" >
1046 <enum>QSizePolicy::Expanding</enum>
1047 </property>
1048 <property name="sizeHint" stdset="0" >
1049 <size>
1050 <width>49</width>
1051 <height>16</height>
1052 </size>
1053 </property>
1054 </spacer>
1055 </item>
1056 <item>
1057 <widget class="QCheckBox" name="MessagesLimitCheckBox" >
1058 <property name="font" >
1059 <font>
1060 <weight>50</weight>
1061 <bold>false</bold>
1062 </font>
1063 </property>
1064 <property name="toolTip" >
1065 <string>Whether to keep a maximum number of lines in the messages window</string>
1066 </property>
1067 <property name="text" >
1068 <string>&amp;Messages limit:</string>
1069 </property>
1070 <property name="shortcut" >
1071 <string>Alt+M</string>
1072 </property>
1073 </widget>
1074 </item>
1075 <item>
1076 <widget class="QSpinBox" name="MessagesLimitLinesSpinBox" >
1077 <property name="font" >
1078 <font>
1079 <weight>50</weight>
1080 <bold>false</bold>
1081 </font>
1082 </property>
1083 <property name="toolTip" >
1084 <string>The maximum number of message lines to keep in view</string>
1085 </property>
1086 <property name="suffix" >
1087 <string> lines</string>
1088 </property>
1089 <property name="minimum" >
1090 <number>100</number>
1091 </property>
1092 <property name="maximum" >
1093 <number>10000</number>
1094 </property>
1095 <property name="singleStep" >
1096 <number>100</number>
1097 </property>
1098 <property name="value" >
1099 <number>1000</number>
1100 </property>
1101 </widget>
1102 </item>
1103 </layout>
1104 </widget>
1105 </item>
1106 <item>
1107 <widget class="QGroupBox" name="OtherGroupBox" >
1108 <property name="font" >
1109 <font>
1110 <weight>75</weight>
1111 <bold>true</bold>
1112 </font>
1113 </property>
1114 <property name="title" >
1115 <string>Other</string>
1116 </property>
1117 <property name="flat" >
1118 <bool>true</bool>
1119 </property>
1120 <layout class="QGridLayout" >
1121 <item row="0" column="0" >
1122 <widget class="QCheckBox" name="ConfirmRemoveCheckBox" >
1123 <property name="font" >
1124 <font>
1125 <weight>50</weight>
1126 <bold>false</bold>
1127 </font>
1128 </property>
1129 <property name="toolTip" >
1130 <string>Whether to ask for confirmation on removals</string>
1131 </property>
1132 <property name="text" >
1133 <string>&amp;Confirm removals</string>
1134 </property>
1135 <property name="shortcut" >
1136 <string>Alt+C</string>
1137 </property>
1138 </widget>
1139 </item>
1140 <item row="0" column="1" colspan="2" >
1141 <widget class="QLabel" name="MaxRecentFilesTextLabel" >
1142 <property name="font" >
1143 <font>
1144 <weight>50</weight>
1145 <bold>false</bold>
1146 </font>
1147 </property>
1148 <property name="text" >
1149 <string>&amp;Number of recent files:</string>
1150 </property>
1151 <property name="alignment" >
1152 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1153 </property>
1154 <property name="wordWrap" >
1155 <bool>false</bool>
1156 </property>
1157 <property name="buddy" >
1158 <cstring>MaxRecentFilesSpinBox</cstring>
1159 </property>
1160 </widget>
1161 </item>
1162 <item row="0" column="3" >
1163 <widget class="QSpinBox" name="MaxRecentFilesSpinBox" >
1164 <property name="font" >
1165 <font>
1166 <weight>50</weight>
1167 <bold>false</bold>
1168 </font>
1169 </property>
1170 <property name="toolTip" >
1171 <string>The maximum number of recent files to keep in menu</string>
1172 </property>
1173 <property name="minimum" >
1174 <number>0</number>
1175 </property>
1176 <property name="maximum" >
1177 <number>20</number>
1178 </property>
1179 <property name="value" >
1180 <number>5</number>
1181 </property>
1182 </widget>
1183 </item>
1184 <item row="1" column="0" >
1185 <widget class="QCheckBox" name="KeepOnTopCheckBox" >
1186 <property name="font" >
1187 <font>
1188 <weight>50</weight>
1189 <bold>false</bold>
1190 </font>
1191 </property>
1192 <property name="toolTip" >
1193 <string>Whether to keep all child windows on top of the main window</string>
1194 </property>
1195 <property name="text" >
1196 <string>&amp;Keep child windows always on top</string>
1197 </property>
1198 <property name="shortcut" >
1199 <string>Alt+K</string>
1200 </property>
1201 </widget>
1202 </item>
1203 <item rowspan="3" row="1" column="1" colspan="3" >
1204 <spacer name="horizontalSpacer" >
1205 <property name="orientation" >
1206 <enum>Qt::Horizontal</enum>
1207 </property>
1208 <property name="sizeHint" stdset="0" >
1209 <size>
1210 <width>281</width>
1211 <height>48</height>
1212 </size>
1213 </property>
1214 </spacer>
1215 </item>
1216 <item row="2" column="0" >
1217 <widget class="QCheckBox" name="StdoutCaptureCheckBox" >
1218 <property name="font" >
1219 <font>
1220 <weight>50</weight>
1221 <bold>false</bold>
1222 </font>
1223 </property>
1224 <property name="toolTip" >
1225 <string>Whether to capture standard output (stdout/stderr) into messages window</string>
1226 </property>
1227 <property name="text" >
1228 <string>Capture standard &amp;output</string>
1229 </property>
1230 <property name="shortcut" >
1231 <string>Alt+O</string>
1232 </property>
1233 </widget>
1234 </item>
1235 <item row="3" column="0" >
1236 <widget class="QCheckBox" name="CompletePathCheckBox" >
1237 <property name="font" >
1238 <font>
1239 <weight>50</weight>
1240 <bold>false</bold>
1241 </font>
1242 </property>
1243 <property name="toolTip" >
1244 <string>Whether to show the complete directory path of loaded session files</string>
1245 </property>
1246 <property name="text" >
1247 <string>Show complete &amp;path of session files</string>
1248 </property>
1249 <property name="shortcut" >
1250 <string>Alt+P</string>
1251 </property>
1252 </widget>
1253 </item>
1254 <item row="4" column="0" >
1255 <widget class="QCheckBox" name="InstrumentNamesCheckBox" >
1256 <property name="font" >
1257 <font>
1258 <weight>50</weight>
1259 <bold>false</bold>
1260 </font>
1261 </property>
1262 <property name="toolTip" >
1263 <string>Whether to show the actual instrument names as read from instrument file (using libgig)</string>
1264 </property>
1265 <property name="text" >
1266 <string>Show actual &amp;instrument names</string>
1267 </property>
1268 <property name="shortcut" >
1269 <string>Alt+I</string>
1270 </property>
1271 </widget>
1272 </item>
1273 <item row="4" column="1" colspan="2" >
1274 <widget class="QLabel" name="BaseFontSizeTextLabel" >
1275 <property name="font" >
1276 <font>
1277 <weight>50</weight>
1278 <bold>false</bold>
1279 </font>
1280 </property>
1281 <property name="text" >
1282 <string>&amp;Base font size:</string>
1283 </property>
1284 <property name="alignment" >
1285 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1286 </property>
1287 <property name="buddy" >
1288 <cstring>BaseFontSizeComboBox</cstring>
1289 </property>
1290 </widget>
1291 </item>
1292 <item row="4" column="3" >
1293 <widget class="QComboBox" name="BaseFontSizeComboBox" >
1294 <property name="font" >
1295 <font>
1296 <weight>50</weight>
1297 <bold>false</bold>
1298 </font>
1299 </property>
1300 <property name="toolTip" >
1301 <string>Base application font size (pt.)</string>
1302 </property>
1303 <property name="editable" >
1304 <bool>true</bool>
1305 </property>
1306 <item>
1307 <property name="text" >
1308 <string>(default)</string>
1309 </property>
1310 </item>
1311 <item>
1312 <property name="text" >
1313 <string>6</string>
1314 </property>
1315 </item>
1316 <item>
1317 <property name="text" >
1318 <string>7</string>
1319 </property>
1320 </item>
1321 <item>
1322 <property name="text" >
1323 <string>8</string>
1324 </property>
1325 </item>
1326 <item>
1327 <property name="text" >
1328 <string>9</string>
1329 </property>
1330 </item>
1331 <item>
1332 <property name="text" >
1333 <string>10</string>
1334 </property>
1335 </item>
1336 <item>
1337 <property name="text" >
1338 <string>11</string>
1339 </property>
1340 </item>
1341 <item>
1342 <property name="text" >
1343 <string>12</string>
1344 </property>
1345 </item>
1346 </widget>
1347 </item>
1348 </layout>
1349 </widget>
1350 </item>
1351 </layout>
1352 </widget>
1353 </widget>
1354 </item>
1355 </layout>
1356 </widget>
1357 <layoutdefault spacing="4" margin="4" />
1358 <tabstops>
1359 <tabstop>OptionsTabWidget</tabstop>
1360 <tabstop>ServerHostComboBox</tabstop>
1361 <tabstop>ServerPortComboBox</tabstop>
1362 <tabstop>ServerTimeoutSpinBox</tabstop>
1363 <tabstop>ServerStartCheckBox</tabstop>
1364 <tabstop>ServerCmdLineComboBox</tabstop>
1365 <tabstop>StartDelaySpinBox</tabstop>
1366 <tabstop>MessagesLogCheckBox</tabstop>
1367 <tabstop>MessagesLogPathComboBox</tabstop>
1368 <tabstop>MessagesLogPathToolButton</tabstop>
1369 <tabstop>DisplayFontPushButton</tabstop>
1370 <tabstop>DisplayEffectCheckBox</tabstop>
1371 <tabstop>AutoRefreshCheckBox</tabstop>
1372 <tabstop>AutoRefreshTimeSpinBox</tabstop>
1373 <tabstop>MaxVolumeSpinBox</tabstop>
1374 <tabstop>MessagesFontPushButton</tabstop>
1375 <tabstop>MessagesLimitCheckBox</tabstop>
1376 <tabstop>MessagesLimitLinesSpinBox</tabstop>
1377 <tabstop>ConfirmRemoveCheckBox</tabstop>
1378 <tabstop>KeepOnTopCheckBox</tabstop>
1379 <tabstop>StdoutCaptureCheckBox</tabstop>
1380 <tabstop>CompletePathCheckBox</tabstop>
1381 <tabstop>InstrumentNamesCheckBox</tabstop>
1382 <tabstop>MaxRecentFilesSpinBox</tabstop>
1383 <tabstop>BaseFontSizeComboBox</tabstop>
1384 <tabstop>OkPushButton</tabstop>
1385 <tabstop>CancelPushButton</tabstop>
1386 </tabstops>
1387 <resources>
1388 <include location="../icons/qsampler.qrc" />
1389 </resources>
1390 <connections/>
1391 </ui>

  ViewVC Help
Powered by ViewVC