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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 119 - (hide annotations) (download)
Wed Jun 9 20:24:48 2004 UTC (19 years, 10 months ago) by capela
File size: 61318 byte(s)
* Maximum channel volume percent setting is now a global option,
  provided to override the default (which is 100%).

* Client/server transaction timeout option upper limit has been
  increased from 5000 to 60000 milliseconds.

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     Copyright (C) 2004, rncbc aka Rui Nuno Capela. All rights reserved.
6    
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     <property name="paletteBackgroundPixmap">
548     <pixmap>displaybg1.png</pixmap>
549     </property>
550     <property name="font">
551     <font>
552     <bold>0</bold>
553     </font>
554     </property>
555     <property name="frameShape">
556     <enum>Panel</enum>
557     </property>
558     <property name="frameShadow">
559     <enum>Sunken</enum>
560     </property>
561     <property name="lineWidth">
562     <number>1</number>
563     </property>
564     <property name="alignment">
565     <set>AlignCenter</set>
566     </property>
567     <property name="toolTip" stdset="0">
568     <string>Sample channel display font display</string>
569     </property>
570     </widget>
571 capela 119 <widget class="QPushButton" row="0" column="1">
572 capela 102 <property name="name">
573     <cstring>DisplayFontPushButton</cstring>
574     </property>
575     <property name="font">
576     <font>
577     <bold>0</bold>
578     </font>
579     </property>
580     <property name="text">
581     <string>&amp;Font...</string>
582     </property>
583     <property name="accel">
584     <string>Alt+F</string>
585     </property>
586     <property name="autoDefault">
587     <bool>false</bool>
588     </property>
589     <property name="toolTip" stdset="0">
590     <string>Select font for the channel display</string>
591     </property>
592     </widget>
593 capela 119 <spacer row="0" column="2">
594 capela 102 <property name="name">
595     <cstring>space21</cstring>
596     </property>
597     <property name="orientation">
598     <enum>Horizontal</enum>
599     </property>
600     <property name="sizeType">
601     <enum>Expanding</enum>
602     </property>
603     <property name="sizeHint">
604     <size>
605 capela 119 <width>56</width>
606 capela 102 <height>16</height>
607     </size>
608     </property>
609     </spacer>
610 capela 119 <widget class="QCheckBox" row="0" column="3">
611 capela 102 <property name="name">
612     <cstring>AutoRefreshCheckBox</cstring>
613     </property>
614     <property name="font">
615     <font>
616     <bold>0</bold>
617     </font>
618     </property>
619     <property name="text">
620     <string>&amp;Auto refresh:</string>
621     </property>
622     <property name="accel">
623     <string>Alt+A</string>
624     </property>
625     <property name="toolTip" stdset="0">
626     <string>Whether to refresh the channels view automatically</string>
627     </property>
628     </widget>
629 capela 119 <widget class="QLabel" row="1" column="3">
630 capela 102 <property name="name">
631 capela 119 <cstring>MaxVolumeTextLabel</cstring>
632     </property>
633     <property name="font">
634     <font>
635     <bold>0</bold>
636     </font>
637     </property>
638     <property name="text">
639     <string>Maximum &amp;volume:</string>
640     </property>
641     <property name="alignment">
642     <set>AlignVCenter|AlignRight</set>
643     </property>
644     <property name="buddy" stdset="0">
645     <cstring>MaxVolumeSpinBox</cstring>
646     </property>
647     </widget>
648     <widget class="QSpinBox" row="0" column="4">
649     <property name="name">
650 capela 102 <cstring>AutoRefreshTimeSpinBox</cstring>
651     </property>
652     <property name="sizePolicy">
653     <sizepolicy>
654     <hsizetype>1</hsizetype>
655     <vsizetype>0</vsizetype>
656     <horstretch>0</horstretch>
657     <verstretch>0</verstretch>
658     </sizepolicy>
659     </property>
660     <property name="font">
661     <font>
662     <bold>0</bold>
663     </font>
664     </property>
665     <property name="suffix">
666     <string> msec</string>
667     </property>
668     <property name="maxValue">
669     <number>20000</number>
670     </property>
671     <property name="minValue">
672     <number>200</number>
673     </property>
674     <property name="lineStep">
675     <number>100</number>
676     </property>
677     <property name="value">
678     <number>1000</number>
679     </property>
680     <property name="toolTip" stdset="0">
681     <string>Time in milliseconds between each auto-refresh cycle</string>
682     </property>
683     </widget>
684 capela 119 <widget class="QSpinBox" row="1" column="4">
685     <property name="name">
686     <cstring>MaxVolumeSpinBox</cstring>
687     </property>
688     <property name="sizePolicy">
689     <sizepolicy>
690     <hsizetype>1</hsizetype>
691     <vsizetype>0</vsizetype>
692     <horstretch>0</horstretch>
693     <verstretch>0</verstretch>
694     </sizepolicy>
695     </property>
696     <property name="font">
697     <font>
698     <bold>0</bold>
699     </font>
700     </property>
701     <property name="suffix">
702     <string> %</string>
703     </property>
704     <property name="maxValue">
705     <number>1000</number>
706     </property>
707     <property name="lineStep">
708     <number>10</number>
709     </property>
710     <property name="value">
711     <number>100</number>
712     </property>
713     <property name="toolTip" stdset="0">
714     <string>Upper limit for the sampler channel volume setting</string>
715     </property>
716     </widget>
717     <spacer row="1" column="0" rowspan="1" colspan="3">
718     <property name="name">
719     <cstring>spacer22</cstring>
720     </property>
721     <property name="orientation">
722     <enum>Horizontal</enum>
723     </property>
724     <property name="sizeType">
725     <enum>Expanding</enum>
726     </property>
727     <property name="sizeHint">
728     <size>
729     <width>310</width>
730     <height>16</height>
731     </size>
732     </property>
733     </spacer>
734     </grid>
735 capela 102 </widget>
736     <widget class="QGroupBox">
737     <property name="name">
738     <cstring>MessagesGroupBox</cstring>
739     </property>
740     <property name="font">
741     <font>
742     <bold>1</bold>
743     </font>
744     </property>
745     <property name="margin">
746     <number>4</number>
747     </property>
748     <property name="title">
749 capela 119 <string>Messages</string>
750 capela 102 </property>
751     <property name="flat">
752     <bool>true</bool>
753     </property>
754     <hbox>
755     <property name="name">
756     <cstring>unnamed</cstring>
757     </property>
758     <widget class="QLabel">
759     <property name="name">
760     <cstring>MessagesFontTextLabel</cstring>
761     </property>
762     <property name="sizePolicy">
763     <sizepolicy>
764     <hsizetype>3</hsizetype>
765     <vsizetype>1</vsizetype>
766     <horstretch>0</horstretch>
767     <verstretch>0</verstretch>
768     </sizepolicy>
769     </property>
770     <property name="minimumSize">
771     <size>
772     <width>180</width>
773     <height>0</height>
774     </size>
775     </property>
776     <property name="maximumSize">
777     <size>
778     <width>180</width>
779     <height>32767</height>
780     </size>
781     </property>
782     <property name="paletteBackgroundColor">
783     <color>
784     <red>255</red>
785     <green>255</green>
786     <blue>255</blue>
787     </color>
788     </property>
789     <property name="font">
790     <font>
791     <bold>0</bold>
792     </font>
793     </property>
794     <property name="frameShape">
795     <enum>LineEditPanel</enum>
796     </property>
797     <property name="frameShadow">
798     <enum>Sunken</enum>
799     </property>
800     <property name="alignment">
801     <set>AlignCenter</set>
802     </property>
803     <property name="toolTip" stdset="0">
804     <string>Sample messages text font display</string>
805     </property>
806     </widget>
807     <widget class="QPushButton">
808     <property name="name">
809     <cstring>MessagesFontPushButton</cstring>
810     </property>
811     <property name="font">
812     <font>
813     <bold>0</bold>
814     </font>
815     </property>
816     <property name="text">
817     <string>&amp;Font...</string>
818     </property>
819     <property name="accel">
820     <string>Alt+F</string>
821     </property>
822     <property name="autoDefault">
823     <bool>false</bool>
824     </property>
825     <property name="toolTip" stdset="0">
826     <string>Select font for the messages text display</string>
827     </property>
828     </widget>
829     <spacer>
830     <property name="name">
831 capela 119 <cstring>space23</cstring>
832 capela 102 </property>
833     <property name="orientation">
834     <enum>Horizontal</enum>
835     </property>
836     <property name="sizeType">
837     <enum>Expanding</enum>
838     </property>
839     <property name="sizeHint">
840     <size>
841 capela 119 <width>49</width>
842 capela 102 <height>16</height>
843     </size>
844     </property>
845     </spacer>
846     <widget class="QCheckBox">
847     <property name="name">
848     <cstring>MessagesLimitCheckBox</cstring>
849     </property>
850     <property name="font">
851     <font>
852     <bold>0</bold>
853     </font>
854     </property>
855     <property name="text">
856     <string>&amp;Messages limit:</string>
857     </property>
858     <property name="accel">
859     <string>Alt+M</string>
860     </property>
861     <property name="toolTip" stdset="0">
862     <string>Whether to keep a maximum number of lines in the messages window</string>
863     </property>
864     </widget>
865     <widget class="QSpinBox">
866     <property name="name">
867     <cstring>MessagesLimitLinesSpinBox</cstring>
868     </property>
869     <property name="font">
870     <font>
871     <bold>0</bold>
872     </font>
873     </property>
874     <property name="suffix">
875     <string> lines</string>
876     </property>
877     <property name="maxValue">
878     <number>10000</number>
879     </property>
880     <property name="minValue">
881     <number>100</number>
882     </property>
883     <property name="lineStep">
884     <number>100</number>
885     </property>
886     <property name="value">
887     <number>1000</number>
888     </property>
889     <property name="toolTip" stdset="0">
890     <string>The maximum number of message lines to keep in view</string>
891     </property>
892     </widget>
893     </hbox>
894     </widget>
895     <widget class="QGroupBox">
896     <property name="name">
897     <cstring>OtherGroupBox</cstring>
898     </property>
899     <property name="font">
900     <font>
901     <bold>1</bold>
902     </font>
903     </property>
904     <property name="title">
905     <string>Other</string>
906     </property>
907     <property name="flat">
908     <bool>true</bool>
909     </property>
910     <grid>
911     <property name="name">
912     <cstring>unnamed</cstring>
913     </property>
914     <widget class="QLayoutWidget" row="0" column="0" rowspan="2" colspan="1">
915     <property name="name">
916     <cstring>layout2</cstring>
917     </property>
918     <vbox>
919     <property name="name">
920     <cstring>unnamed</cstring>
921     </property>
922     <widget class="QCheckBox">
923     <property name="name">
924     <cstring>ConfirmRemoveCheckBox</cstring>
925     </property>
926     <property name="font">
927     <font>
928     <bold>0</bold>
929     </font>
930     </property>
931     <property name="text">
932     <string>&amp;Confirm channel removal</string>
933     </property>
934     <property name="accel">
935     <string>Alt+C</string>
936     </property>
937     <property name="toolTip" stdset="0">
938     <string>Whether to ask for confirmation on channel removal</string>
939     </property>
940     </widget>
941     <widget class="QCheckBox">
942     <property name="name">
943     <cstring>StdoutCaptureCheckBox</cstring>
944     </property>
945     <property name="font">
946     <font>
947     <bold>0</bold>
948     </font>
949     </property>
950     <property name="text">
951     <string>Capture standard &amp;output</string>
952     </property>
953     <property name="accel">
954     <string>Alt+O</string>
955     </property>
956     <property name="toolTip" stdset="0">
957     <string>Whether to capture standard output (stdout/stderr) into messages window</string>
958     </property>
959     </widget>
960     <widget class="QCheckBox">
961     <property name="name">
962     <cstring>CompletePathCheckBox</cstring>
963     </property>
964     <property name="font">
965     <font>
966     <bold>0</bold>
967     </font>
968     </property>
969     <property name="text">
970     <string>&amp;Show complete path of session files</string>
971     </property>
972     <property name="accel">
973     <string>Alt+S</string>
974     </property>
975     <property name="toolTip" stdset="0">
976     <string>Whether to show the complete directory path of loaded session files</string>
977     </property>
978     </widget>
979     </vbox>
980     </widget>
981     <widget class="QSpinBox" row="0" column="3">
982     <property name="name">
983     <cstring>MaxRecentFilesSpinBox</cstring>
984     </property>
985     <property name="font">
986     <font>
987     <bold>0</bold>
988     </font>
989     </property>
990     <property name="maxValue">
991     <number>20</number>
992     </property>
993     <property name="minValue">
994     <number>0</number>
995     </property>
996     <property name="value">
997     <number>5</number>
998     </property>
999     <property name="toolTip" stdset="0">
1000     <string>The maximum number of recent files to keep in menu</string>
1001     </property>
1002     </widget>
1003     <widget class="QLabel" row="0" column="2">
1004     <property name="name">
1005     <cstring>MaxRecentFilesTextLabel</cstring>
1006     </property>
1007     <property name="font">
1008     <font>
1009     <bold>0</bold>
1010     </font>
1011     </property>
1012     <property name="text">
1013     <string>&amp;Number of recent files:</string>
1014     </property>
1015     <property name="alignment">
1016     <set>AlignVCenter|AlignRight</set>
1017     </property>
1018     <property name="buddy" stdset="0">
1019     <cstring>MaxRecentFilesSpinBox</cstring>
1020     </property>
1021     </widget>
1022     <spacer row="0" column="1">
1023     <property name="name">
1024 capela 119 <cstring>space24</cstring>
1025 capela 102 </property>
1026     <property name="orientation">
1027     <enum>Horizontal</enum>
1028     </property>
1029     <property name="sizeType">
1030     <enum>Expanding</enum>
1031     </property>
1032     <property name="sizeHint">
1033     <size>
1034     <width>110</width>
1035     <height>16</height>
1036     </size>
1037     </property>
1038     </spacer>
1039     <spacer row="1" column="1" rowspan="1" colspan="3">
1040     <property name="name">
1041 capela 119 <cstring>space25</cstring>
1042 capela 102 </property>
1043     <property name="orientation">
1044     <enum>Horizontal</enum>
1045     </property>
1046     <property name="sizeType">
1047     <enum>Expanding</enum>
1048     </property>
1049     <property name="sizeHint">
1050     <size>
1051     <width>280</width>
1052     <height>16</height>
1053     </size>
1054     </property>
1055     </spacer>
1056     </grid>
1057     </widget>
1058     </vbox>
1059     </widget>
1060     </widget>
1061     </grid>
1062     </widget>
1063     <connections>
1064     <connection>
1065     <sender>ServerHostComboBox</sender>
1066     <signal>textChanged(const QString&amp;)</signal>
1067     <receiver>qsamplerOptionsForm</receiver>
1068     <slot>optionsChanged()</slot>
1069     </connection>
1070     <connection>
1071     <sender>ServerPortComboBox</sender>
1072     <signal>textChanged(const QString&amp;)</signal>
1073     <receiver>qsamplerOptionsForm</receiver>
1074     <slot>optionsChanged()</slot>
1075     </connection>
1076     <connection>
1077     <sender>ServerTimeoutSpinBox</sender>
1078     <signal>valueChanged(int)</signal>
1079     <receiver>qsamplerOptionsForm</receiver>
1080     <slot>optionsChanged()</slot>
1081     </connection>
1082     <connection>
1083     <sender>ServerStartCheckBox</sender>
1084     <signal>stateChanged(int)</signal>
1085     <receiver>qsamplerOptionsForm</receiver>
1086     <slot>optionsChanged()</slot>
1087     </connection>
1088     <connection>
1089     <sender>ServerCmdLineComboBox</sender>
1090     <signal>textChanged(const QString&amp;)</signal>
1091     <receiver>qsamplerOptionsForm</receiver>
1092     <slot>optionsChanged()</slot>
1093     </connection>
1094     <connection>
1095     <sender>StartDelaySpinBox</sender>
1096     <signal>valueChanged(int)</signal>
1097     <receiver>qsamplerOptionsForm</receiver>
1098     <slot>optionsChanged()</slot>
1099     </connection>
1100     <connection>
1101     <sender>DisplayFontPushButton</sender>
1102     <signal>clicked()</signal>
1103     <receiver>qsamplerOptionsForm</receiver>
1104     <slot>chooseDisplayFont()</slot>
1105     </connection>
1106     <connection>
1107     <sender>AutoRefreshCheckBox</sender>
1108     <signal>stateChanged(int)</signal>
1109     <receiver>qsamplerOptionsForm</receiver>
1110     <slot>optionsChanged()</slot>
1111     </connection>
1112     <connection>
1113     <sender>AutoRefreshTimeSpinBox</sender>
1114     <signal>valueChanged(int)</signal>
1115     <receiver>qsamplerOptionsForm</receiver>
1116     <slot>optionsChanged()</slot>
1117     </connection>
1118     <connection>
1119 capela 119 <sender>MaxVolumeSpinBox</sender>
1120     <signal>valueChanged(int)</signal>
1121     <receiver>qsamplerOptionsForm</receiver>
1122     <slot>optionsChanged()</slot>
1123     </connection>
1124     <connection>
1125 capela 102 <sender>MessagesFontPushButton</sender>
1126     <signal>clicked()</signal>
1127     <receiver>qsamplerOptionsForm</receiver>
1128     <slot>chooseMessagesFont()</slot>
1129     </connection>
1130     <connection>
1131     <sender>MessagesLimitCheckBox</sender>
1132     <signal>stateChanged(int)</signal>
1133     <receiver>qsamplerOptionsForm</receiver>
1134     <slot>optionsChanged()</slot>
1135     </connection>
1136     <connection>
1137     <sender>MessagesLimitLinesSpinBox</sender>
1138     <signal>valueChanged(int)</signal>
1139     <receiver>qsamplerOptionsForm</receiver>
1140     <slot>optionsChanged()</slot>
1141     </connection>
1142     <connection>
1143     <sender>ConfirmRemoveCheckBox</sender>
1144     <signal>stateChanged(int)</signal>
1145     <receiver>qsamplerOptionsForm</receiver>
1146     <slot>optionsChanged()</slot>
1147     </connection>
1148     <connection>
1149     <sender>StdoutCaptureCheckBox</sender>
1150     <signal>stateChanged(int)</signal>
1151     <receiver>qsamplerOptionsForm</receiver>
1152     <slot>optionsChanged()</slot>
1153     </connection>
1154     <connection>
1155     <sender>MaxRecentFilesSpinBox</sender>
1156     <signal>valueChanged(int)</signal>
1157     <receiver>qsamplerOptionsForm</receiver>
1158     <slot>optionsChanged()</slot>
1159     </connection>
1160     <connection>
1161     <sender>CompletePathCheckBox</sender>
1162     <signal>stateChanged(int)</signal>
1163     <receiver>qsamplerOptionsForm</receiver>
1164     <slot>optionsChanged()</slot>
1165     </connection>
1166     <connection>
1167     <sender>OkPushButton</sender>
1168     <signal>clicked()</signal>
1169     <receiver>qsamplerOptionsForm</receiver>
1170     <slot>accept()</slot>
1171     </connection>
1172     <connection>
1173     <sender>CancelPushButton</sender>
1174     <signal>clicked()</signal>
1175     <receiver>qsamplerOptionsForm</receiver>
1176     <slot>reject()</slot>
1177     </connection>
1178     </connections>
1179     <tabstops>
1180     <tabstop>OptionsTabWidget</tabstop>
1181     <tabstop>ServerHostComboBox</tabstop>
1182     <tabstop>ServerPortComboBox</tabstop>
1183     <tabstop>ServerTimeoutSpinBox</tabstop>
1184     <tabstop>ServerStartCheckBox</tabstop>
1185     <tabstop>ServerCmdLineComboBox</tabstop>
1186     <tabstop>StartDelaySpinBox</tabstop>
1187     <tabstop>DisplayFontPushButton</tabstop>
1188     <tabstop>AutoRefreshCheckBox</tabstop>
1189     <tabstop>AutoRefreshTimeSpinBox</tabstop>
1190 capela 119 <tabstop>MaxVolumeSpinBox</tabstop>
1191 capela 102 <tabstop>MessagesFontPushButton</tabstop>
1192     <tabstop>MessagesLimitCheckBox</tabstop>
1193     <tabstop>MessagesLimitLinesSpinBox</tabstop>
1194     <tabstop>ConfirmRemoveCheckBox</tabstop>
1195     <tabstop>StdoutCaptureCheckBox</tabstop>
1196     <tabstop>CompletePathCheckBox</tabstop>
1197     <tabstop>MaxRecentFilesSpinBox</tabstop>
1198     <tabstop>OkPushButton</tabstop>
1199     <tabstop>CancelPushButton</tabstop>
1200     </tabstops>
1201     <includes>
1202     <include location="local" impldecl="in implementation">qsamplerOptionsForm.ui.h</include>
1203     </includes>
1204     <forwards>
1205     <forward>class qsamplerOptions;</forward>
1206     </forwards>
1207     <variables>
1208     <variable access="private">qsamplerOptions *m_pOptions;</variable>
1209     <variable access="private">int m_iDirtySetup;</variable>
1210     <variable access="private">int m_iDirtyCount;</variable>
1211     </variables>
1212     <slots>
1213     <slot specifier="non virtual">accept()</slot>
1214     <slot specifier="non virtual">reject()</slot>
1215     <slot specifier="non virtual">optionsChanged()</slot>
1216     <slot specifier="non virtual">stabilizeForm()</slot>
1217     <slot specifier="non virtual">chooseDisplayFont()</slot>
1218     <slot specifier="non virtual">chooseMessagesFont()</slot>
1219     </slots>
1220     <functions>
1221     <function access="private" specifier="non virtual">init()</function>
1222     <function access="private" specifier="non virtual">destroy()</function>
1223     <function specifier="non virtual">setup( qsamplerOptions *pOptions )</function>
1224     </functions>
1225     <pixmapinproject/>
1226     <layoutdefaults spacing="4" margin="4"/>
1227     </UI>

  ViewVC Help
Powered by ViewVC