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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 757 - (show annotations) (download)
Fri Aug 26 23:04:32 2005 UTC (18 years, 7 months ago) by capela
File size: 65175 byte(s)
* All widget captions changed to include proper application title prefix.

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

  ViewVC Help
Powered by ViewVC