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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1815 - (hide annotations) (download)
Mon Dec 22 10:04:59 2008 UTC (15 years, 4 months ago) by capela
File size: 45726 byte(s)
* Tuning options tab layout stretch; bumped to 0.2.1.21

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

  ViewVC Help
Powered by ViewVC