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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2107 - (hide annotations) (download)
Sat Jul 10 09:47:33 2010 UTC (13 years, 9 months ago) by capela
File size: 45343 byte(s)
- Outrageous HACK: GTK+ ppl won't see green on black thing =)

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

  ViewVC Help
Powered by ViewVC