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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1463 - (show annotations) (download)
Thu Nov 1 13:01:27 2007 UTC (16 years, 5 months ago) by capela
File size: 47922 byte(s)
* Qt4 migration: configure and icon/pixmaps resource arrangement.

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

  ViewVC Help
Powered by ViewVC