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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1504 - (hide annotations) (download)
Wed Nov 21 11:46:40 2007 UTC (16 years, 5 months ago) by capela
File size: 37642 byte(s)
* Qt4 migration: Qt3Support is now scrapped.

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

  ViewVC Help
Powered by ViewVC