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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC