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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC