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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 341 - (hide annotations) (download)
Tue Jan 18 11:29:01 2005 UTC (19 years, 3 months ago) by capela
File size: 64677 byte(s)
* Actual instrument names are now optionally retrieved
  from the instrument file, even though libgig is available,
  avoiding excessively annoying load times while on the
  channel dialog, when huge instrument files are selected.

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

  ViewVC Help
Powered by ViewVC