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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1738 - (hide annotations) (download)
Wed May 14 15:24:22 2008 UTC (15 years, 11 months ago) by capela
File size: 41400 byte(s)
* Messages file logging makes its first long overdue appearance,
  with user configurable settings in View/Options.../Server/Logging.

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 1738 Copyright (C) 2005-2008, 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 capela 1738 <height>20</height>
408 schoenebeck 1461 </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 capela 1738 <item row="6" column="1" >
493     <spacer>
494     <property name="orientation" >
495     <enum>Qt::Vertical</enum>
496     </property>
497     <property name="sizeType" >
498     <enum>QSizePolicy::Expanding</enum>
499     </property>
500     <property name="sizeHint" >
501     <size>
502     <width>20</width>
503     <height>20</height>
504     </size>
505     </property>
506     </spacer>
507     </item>
508 schoenebeck 1461 </layout>
509 capela 102 </widget>
510 schoenebeck 1461 </item>
511 capela 1738 <item>
512     <widget class="QGroupBox" name="LoggingGroupBox" >
513     <property name="font" >
514     <font>
515     <weight>75</weight>
516     <bold>true</bold>
517     </font>
518     </property>
519     <property name="title" >
520     <string>Logging</string>
521     </property>
522     <property name="flat" >
523     <bool>true</bool>
524     </property>
525     <layout class="QGridLayout" >
526     <property name="margin" >
527     <number>8</number>
528     </property>
529     <property name="spacing" >
530     <number>4</number>
531     </property>
532     <item row="0" column="1" colspan="3" >
533     <widget class="QComboBox" name="MessagesLogPathComboBox" >
534     <property name="sizePolicy" >
535     <sizepolicy>
536     <hsizetype>7</hsizetype>
537     <vsizetype>0</vsizetype>
538     <horstretch>0</horstretch>
539     <verstretch>0</verstretch>
540     </sizepolicy>
541     </property>
542     <property name="font" >
543     <font>
544     <weight>50</weight>
545     <bold>false</bold>
546     </font>
547     </property>
548     <property name="toolTip" >
549     <string>Messages log file</string>
550     </property>
551     <property name="editable" >
552     <bool>true</bool>
553     </property>
554     </widget>
555     </item>
556     <item row="0" column="4" >
557     <widget class="QToolButton" name="MessagesLogPathToolButton" >
558     <property name="minimumSize" >
559     <size>
560     <width>22</width>
561     <height>22</height>
562     </size>
563     </property>
564     <property name="maximumSize" >
565     <size>
566     <width>24</width>
567     <height>24</height>
568     </size>
569     </property>
570     <property name="font" >
571     <font>
572     <weight>50</weight>
573     <bold>false</bold>
574     </font>
575     </property>
576     <property name="focusPolicy" >
577     <enum>Qt::TabFocus</enum>
578     </property>
579     <property name="toolTip" >
580     <string>Browse for the messages log file location</string>
581     </property>
582     <property name="text" >
583     <string>...</string>
584     </property>
585     </widget>
586     </item>
587     <item row="0" column="0" >
588     <widget class="QCheckBox" name="MessagesLogCheckBox" >
589     <property name="font" >
590     <font>
591     <weight>50</weight>
592     <bold>false</bold>
593     </font>
594     </property>
595     <property name="toolTip" >
596     <string>Whether to activate a messages logging to file.</string>
597     </property>
598     <property name="text" >
599     <string>&amp;Messages log file:</string>
600     </property>
601     <property name="shortcut" >
602     <string>Alt+M</string>
603     </property>
604     </widget>
605     </item>
606     </layout>
607     </widget>
608     </item>
609 schoenebeck 1461 </layout>
610     </widget>
611     <widget class="QWidget" name="DisplayTabPage" >
612     <attribute name="title" >
613     <string>&amp;Display</string>
614     </attribute>
615     <layout class="QVBoxLayout" >
616     <property name="margin" >
617 capela 1473 <number>8</number>
618 schoenebeck 1461 </property>
619     <property name="spacing" >
620     <number>4</number>
621     </property>
622     <item>
623     <widget class="QGroupBox" name="ChannelsGroupBox" >
624     <property name="font" >
625     <font>
626     <weight>75</weight>
627     <bold>true</bold>
628     </font>
629     </property>
630     <property name="title" >
631     <string>Channels</string>
632     </property>
633     <property name="flat" >
634     <bool>true</bool>
635     </property>
636     <layout class="QGridLayout" >
637     <property name="margin" >
638 capela 1473 <number>4</number>
639 schoenebeck 1461 </property>
640     <property name="spacing" >
641     <number>4</number>
642     </property>
643     <item row="0" column="0" >
644     <widget class="QLabel" name="DisplayFontTextLabel" >
645 capela 1473 <property name="font" >
646     <font>
647     <weight>50</weight>
648     <bold>false</bold>
649     </font>
650     </property>
651 schoenebeck 1461 <property name="sizePolicy" >
652     <sizepolicy>
653     <hsizetype>3</hsizetype>
654     <vsizetype>1</vsizetype>
655     <horstretch>0</horstretch>
656     <verstretch>0</verstretch>
657     </sizepolicy>
658 capela 102 </property>
659 schoenebeck 1461 <property name="minimumSize" >
660     <size>
661     <width>180</width>
662     <height>0</height>
663     </size>
664 capela 102 </property>
665 schoenebeck 1461 <property name="maximumSize" >
666     <size>
667     <width>180</width>
668     <height>32767</height>
669     </size>
670     </property>
671     <property name="toolTip" >
672     <string>Sample channel display font display</string>
673     </property>
674 capela 1504 <property name="autoFillBackground" >
675     <bool>true</bool>
676     </property>
677 schoenebeck 1461 <property name="frameShape" >
678 capela 1504 <enum>QFrame::StyledPanel</enum>
679 schoenebeck 1461 </property>
680     <property name="frameShadow" >
681     <enum>QFrame::Sunken</enum>
682     </property>
683     <property name="lineWidth" >
684     <number>1</number>
685     </property>
686     <property name="alignment" >
687     <set>Qt::AlignCenter</set>
688     </property>
689     <property name="wordWrap" >
690     <bool>false</bool>
691     </property>
692     </widget>
693     </item>
694     <item row="0" column="1" >
695     <widget class="QPushButton" name="DisplayFontPushButton" >
696     <property name="font" >
697 capela 1473 <font>
698     <weight>50</weight>
699     <bold>false</bold>
700     </font>
701 schoenebeck 1461 </property>
702     <property name="toolTip" >
703     <string>Select font for the channel display</string>
704     </property>
705     <property name="text" >
706     <string>&amp;Font...</string>
707     </property>
708     <property name="shortcut" >
709     <string>Alt+F</string>
710     </property>
711     <property name="autoDefault" >
712     <bool>false</bool>
713     </property>
714     </widget>
715     </item>
716     <item row="0" column="2" >
717     <spacer>
718     <property name="orientation" >
719     <enum>Qt::Horizontal</enum>
720     </property>
721     <property name="sizeType" >
722     <enum>QSizePolicy::Expanding</enum>
723     </property>
724     <property name="sizeHint" >
725     <size>
726     <width>56</width>
727     <height>16</height>
728     </size>
729     </property>
730     </spacer>
731     </item>
732     <item row="0" column="3" >
733     <widget class="QCheckBox" name="AutoRefreshCheckBox" >
734     <property name="font" >
735 capela 1473 <font>
736     <weight>50</weight>
737     <bold>false</bold>
738     </font>
739 schoenebeck 1461 </property>
740     <property name="toolTip" >
741     <string>Whether to refresh the channels view automatically</string>
742     </property>
743     <property name="text" >
744     <string>&amp;Auto refresh:</string>
745     </property>
746     <property name="shortcut" >
747     <string>Alt+A</string>
748     </property>
749     </widget>
750     </item>
751     <item row="1" column="3" >
752     <widget class="QLabel" name="MaxVolumeTextLabel" >
753     <property name="font" >
754 capela 1473 <font>
755     <weight>50</weight>
756     <bold>false</bold>
757     </font>
758 schoenebeck 1461 </property>
759     <property name="text" >
760     <string>Maximum &amp;volume:</string>
761     </property>
762     <property name="alignment" >
763     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
764     </property>
765     <property name="wordWrap" >
766     <bool>false</bool>
767     </property>
768     <property name="buddy" >
769     <cstring>MaxVolumeSpinBox</cstring>
770     </property>
771     </widget>
772     </item>
773     <item row="0" column="4" >
774     <widget class="QSpinBox" name="AutoRefreshTimeSpinBox" >
775     <property name="sizePolicy" >
776     <sizepolicy>
777     <hsizetype>1</hsizetype>
778     <vsizetype>0</vsizetype>
779     <horstretch>0</horstretch>
780     <verstretch>0</verstretch>
781     </sizepolicy>
782     </property>
783     <property name="font" >
784 capela 1473 <font>
785     <weight>50</weight>
786     <bold>false</bold>
787     </font>
788 schoenebeck 1461 </property>
789     <property name="toolTip" >
790     <string>Time in milliseconds between each auto-refresh cycle</string>
791     </property>
792     <property name="suffix" >
793     <string> msec</string>
794     </property>
795     <property name="maximum" >
796     <number>20000</number>
797     </property>
798     <property name="minimum" >
799     <number>200</number>
800     </property>
801     <property name="singleStep" >
802     <number>100</number>
803     </property>
804     <property name="value" >
805     <number>1000</number>
806     </property>
807     </widget>
808     </item>
809     <item row="1" column="4" >
810     <widget class="QSpinBox" name="MaxVolumeSpinBox" >
811     <property name="sizePolicy" >
812     <sizepolicy>
813     <hsizetype>1</hsizetype>
814     <vsizetype>0</vsizetype>
815     <horstretch>0</horstretch>
816     <verstretch>0</verstretch>
817     </sizepolicy>
818     </property>
819     <property name="font" >
820 capela 1473 <font>
821     <weight>50</weight>
822     <bold>false</bold>
823     </font>
824 schoenebeck 1461 </property>
825     <property name="toolTip" >
826     <string>Upper limit for the sampler channel volume setting</string>
827     </property>
828     <property name="suffix" >
829     <string> %</string>
830     </property>
831     <property name="maximum" >
832     <number>1000</number>
833     </property>
834     <property name="singleStep" >
835     <number>10</number>
836     </property>
837     <property name="value" >
838     <number>100</number>
839     </property>
840     </widget>
841     </item>
842     <item row="1" column="0" colspan="2" >
843     <widget class="QCheckBox" name="DisplayEffectCheckBox" >
844     <property name="font" >
845 capela 1473 <font>
846     <weight>50</weight>
847     <bold>false</bold>
848     </font>
849 schoenebeck 1461 </property>
850     <property name="toolTip" >
851     <string>Whether to enable a shiny glass light effect on the channel display</string>
852     </property>
853     <property name="text" >
854     <string>Display shiny glass light &amp;effect</string>
855     </property>
856     <property name="shortcut" >
857     <string>Alt+E</string>
858     </property>
859     </widget>
860     </item>
861     </layout>
862 capela 102 </widget>
863 schoenebeck 1461 </item>
864     <item>
865     <widget class="QGroupBox" name="MessagesGroupBox" >
866     <property name="font" >
867     <font>
868     <weight>75</weight>
869     <bold>true</bold>
870     </font>
871     </property>
872     <property name="title" >
873     <string>Messages</string>
874     </property>
875     <property name="flat" >
876     <bool>true</bool>
877     </property>
878     <layout class="QHBoxLayout" >
879     <property name="margin" >
880 capela 1473 <number>4</number>
881 schoenebeck 1461 </property>
882     <property name="spacing" >
883     <number>4</number>
884     </property>
885     <item>
886     <widget class="QLabel" name="MessagesFontTextLabel" >
887     <property name="sizePolicy" >
888     <sizepolicy>
889     <hsizetype>3</hsizetype>
890     <vsizetype>1</vsizetype>
891     <horstretch>0</horstretch>
892     <verstretch>0</verstretch>
893     </sizepolicy>
894     </property>
895 capela 1473 <property name="font" >
896     <font>
897     <weight>50</weight>
898     <bold>false</bold>
899     </font>
900     </property>
901 schoenebeck 1461 <property name="minimumSize" >
902     <size>
903     <width>180</width>
904     <height>0</height>
905     </size>
906     </property>
907     <property name="maximumSize" >
908     <size>
909     <width>180</width>
910     <height>32767</height>
911     </size>
912     </property>
913     <property name="toolTip" >
914     <string>Sample messages text font display</string>
915     </property>
916 capela 1504 <property name="autoFillBackground" >
917     <bool>true</bool>
918     </property>
919 capela 1473 <property name="frameShape" >
920 capela 1504 <enum>QFrame::StyledPanel</enum>
921 capela 1473 </property>
922 schoenebeck 1461 <property name="frameShadow" >
923     <enum>QFrame::Sunken</enum>
924     </property>
925     <property name="alignment" >
926     <set>Qt::AlignCenter</set>
927     </property>
928     <property name="wordWrap" >
929     <bool>false</bool>
930     </property>
931     </widget>
932     </item>
933     <item>
934     <widget class="QPushButton" name="MessagesFontPushButton" >
935     <property name="font" >
936 capela 1473 <font>
937     <weight>50</weight>
938     <bold>false</bold>
939     </font>
940 schoenebeck 1461 </property>
941     <property name="toolTip" >
942     <string>Select font for the messages text display</string>
943     </property>
944     <property name="text" >
945     <string>&amp;Font...</string>
946     </property>
947     <property name="shortcut" >
948     <string>Alt+F</string>
949     </property>
950     <property name="autoDefault" >
951     <bool>false</bool>
952     </property>
953     </widget>
954     </item>
955     <item>
956     <spacer>
957     <property name="orientation" >
958     <enum>Qt::Horizontal</enum>
959     </property>
960     <property name="sizeType" >
961     <enum>QSizePolicy::Expanding</enum>
962     </property>
963     <property name="sizeHint" >
964     <size>
965     <width>49</width>
966     <height>16</height>
967     </size>
968     </property>
969     </spacer>
970     </item>
971     <item>
972     <widget class="QCheckBox" name="MessagesLimitCheckBox" >
973     <property name="font" >
974 capela 1473 <font>
975     <weight>50</weight>
976     <bold>false</bold>
977     </font>
978 schoenebeck 1461 </property>
979     <property name="toolTip" >
980     <string>Whether to keep a maximum number of lines in the messages window</string>
981     </property>
982     <property name="text" >
983     <string>&amp;Messages limit:</string>
984     </property>
985     <property name="shortcut" >
986     <string>Alt+M</string>
987     </property>
988     </widget>
989     </item>
990     <item>
991     <widget class="QSpinBox" name="MessagesLimitLinesSpinBox" >
992     <property name="font" >
993 capela 1473 <font>
994     <weight>50</weight>
995     <bold>false</bold>
996     </font>
997 schoenebeck 1461 </property>
998     <property name="toolTip" >
999     <string>The maximum number of message lines to keep in view</string>
1000     </property>
1001     <property name="suffix" >
1002     <string> lines</string>
1003     </property>
1004     <property name="maximum" >
1005     <number>10000</number>
1006     </property>
1007     <property name="minimum" >
1008     <number>100</number>
1009     </property>
1010     <property name="singleStep" >
1011     <number>100</number>
1012     </property>
1013     <property name="value" >
1014     <number>1000</number>
1015     </property>
1016     </widget>
1017     </item>
1018     </layout>
1019     </widget>
1020     </item>
1021     <item>
1022     <widget class="QGroupBox" name="OtherGroupBox" >
1023     <property name="font" >
1024     <font>
1025     <weight>75</weight>
1026     <bold>true</bold>
1027     </font>
1028     </property>
1029     <property name="title" >
1030     <string>Other</string>
1031     </property>
1032     <property name="flat" >
1033     <bool>true</bool>
1034     </property>
1035     <layout class="QGridLayout" >
1036     <property name="margin" >
1037 capela 1473 <number>4</number>
1038 schoenebeck 1461 </property>
1039     <property name="spacing" >
1040     <number>4</number>
1041     </property>
1042     <item rowspan="2" row="0" column="0" >
1043     <layout class="QVBoxLayout" >
1044     <property name="margin" >
1045     <number>0</number>
1046     </property>
1047     <property name="spacing" >
1048     <number>4</number>
1049     </property>
1050     <item>
1051     <widget class="QCheckBox" name="ConfirmRemoveCheckBox" >
1052     <property name="font" >
1053 capela 1473 <font>
1054     <weight>50</weight>
1055     <bold>false</bold>
1056     </font>
1057 schoenebeck 1461 </property>
1058     <property name="toolTip" >
1059     <string>Whether to ask for confirmation on removals</string>
1060     </property>
1061     <property name="text" >
1062     <string>&amp;Confirm removals</string>
1063     </property>
1064     <property name="shortcut" >
1065     <string>Alt+C</string>
1066     </property>
1067     </widget>
1068     </item>
1069     <item>
1070     <widget class="QCheckBox" name="KeepOnTopCheckBox" >
1071     <property name="font" >
1072 capela 1473 <font>
1073     <weight>50</weight>
1074     <bold>false</bold>
1075     </font>
1076 schoenebeck 1461 </property>
1077     <property name="toolTip" >
1078     <string>Whether to keep all child windows on top of the main window</string>
1079     </property>
1080     <property name="text" >
1081     <string>&amp;Keep child windows always on top</string>
1082     </property>
1083     <property name="shortcut" >
1084     <string>Alt+K</string>
1085     </property>
1086     </widget>
1087     </item>
1088     <item>
1089     <widget class="QCheckBox" name="StdoutCaptureCheckBox" >
1090     <property name="font" >
1091 capela 1473 <font>
1092     <weight>50</weight>
1093     <bold>false</bold>
1094     </font>
1095 schoenebeck 1461 </property>
1096     <property name="toolTip" >
1097     <string>Whether to capture standard output (stdout/stderr) into messages window</string>
1098     </property>
1099     <property name="text" >
1100     <string>Capture standard &amp;output</string>
1101     </property>
1102     <property name="shortcut" >
1103     <string>Alt+O</string>
1104     </property>
1105     </widget>
1106     </item>
1107     <item>
1108     <widget class="QCheckBox" name="CompletePathCheckBox" >
1109     <property name="font" >
1110 capela 1473 <font>
1111     <weight>50</weight>
1112     <bold>false</bold>
1113     </font>
1114 schoenebeck 1461 </property>
1115     <property name="toolTip" >
1116     <string>Whether to show the complete directory path of loaded session files</string>
1117     </property>
1118     <property name="text" >
1119     <string>Show complete &amp;path of session files</string>
1120     </property>
1121     <property name="shortcut" >
1122     <string>Alt+P</string>
1123     </property>
1124     </widget>
1125     </item>
1126     <item>
1127     <widget class="QCheckBox" name="InstrumentNamesCheckBox" >
1128     <property name="font" >
1129 capela 1473 <font>
1130     <weight>50</weight>
1131     <bold>false</bold>
1132     </font>
1133 schoenebeck 1461 </property>
1134     <property name="toolTip" >
1135     <string>Whether to show the actual instrument names as read from instrument file (using libgig)</string>
1136     </property>
1137     <property name="text" >
1138     <string>Show actual &amp;instrument names</string>
1139     </property>
1140     <property name="shortcut" >
1141     <string>Alt+I</string>
1142     </property>
1143     </widget>
1144     </item>
1145     </layout>
1146     </item>
1147     <item row="0" column="3" >
1148     <widget class="QSpinBox" name="MaxRecentFilesSpinBox" >
1149     <property name="font" >
1150 capela 1473 <font>
1151     <weight>50</weight>
1152     <bold>false</bold>
1153     </font>
1154 schoenebeck 1461 </property>
1155     <property name="toolTip" >
1156     <string>The maximum number of recent files to keep in menu</string>
1157     </property>
1158     <property name="maximum" >
1159     <number>20</number>
1160     </property>
1161     <property name="minimum" >
1162     <number>0</number>
1163     </property>
1164     <property name="value" >
1165     <number>5</number>
1166     </property>
1167     </widget>
1168     </item>
1169     <item row="0" column="2" >
1170     <widget class="QLabel" name="MaxRecentFilesTextLabel" >
1171     <property name="font" >
1172 capela 1473 <font>
1173     <weight>50</weight>
1174     <bold>false</bold>
1175     </font>
1176 schoenebeck 1461 </property>
1177     <property name="text" >
1178     <string>&amp;Number of recent files:</string>
1179     </property>
1180     <property name="alignment" >
1181     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1182     </property>
1183     <property name="wordWrap" >
1184     <bool>false</bool>
1185     </property>
1186     <property name="buddy" >
1187     <cstring>MaxRecentFilesSpinBox</cstring>
1188     </property>
1189     </widget>
1190     </item>
1191     <item row="0" column="1" >
1192     <spacer>
1193     <property name="orientation" >
1194     <enum>Qt::Horizontal</enum>
1195     </property>
1196     <property name="sizeType" >
1197     <enum>QSizePolicy::Expanding</enum>
1198     </property>
1199     <property name="sizeHint" >
1200     <size>
1201     <width>110</width>
1202     <height>16</height>
1203     </size>
1204     </property>
1205     </spacer>
1206     </item>
1207     <item row="1" column="1" colspan="3" >
1208     <spacer>
1209     <property name="orientation" >
1210     <enum>Qt::Horizontal</enum>
1211     </property>
1212     <property name="sizeType" >
1213     <enum>QSizePolicy::Expanding</enum>
1214     </property>
1215     <property name="sizeHint" >
1216     <size>
1217     <width>280</width>
1218     <height>16</height>
1219     </size>
1220     </property>
1221     </spacer>
1222     </item>
1223     </layout>
1224     </widget>
1225     </item>
1226     </layout>
1227     </widget>
1228     </widget>
1229     </item>
1230     </layout>
1231     </widget>
1232     <layoutdefault spacing="4" margin="4" />
1233     <tabstops>
1234     <tabstop>OptionsTabWidget</tabstop>
1235     <tabstop>ServerHostComboBox</tabstop>
1236     <tabstop>ServerPortComboBox</tabstop>
1237     <tabstop>ServerTimeoutSpinBox</tabstop>
1238     <tabstop>ServerStartCheckBox</tabstop>
1239     <tabstop>ServerCmdLineComboBox</tabstop>
1240     <tabstop>StartDelaySpinBox</tabstop>
1241 capela 1738 <tabstop>MessagesLogCheckBox</tabstop>
1242     <tabstop>MessagesLogPathComboBox</tabstop>
1243     <tabstop>MessagesLogPathToolButton</tabstop>
1244 schoenebeck 1461 <tabstop>DisplayFontPushButton</tabstop>
1245     <tabstop>DisplayEffectCheckBox</tabstop>
1246     <tabstop>AutoRefreshCheckBox</tabstop>
1247     <tabstop>AutoRefreshTimeSpinBox</tabstop>
1248     <tabstop>MaxVolumeSpinBox</tabstop>
1249     <tabstop>MessagesFontPushButton</tabstop>
1250     <tabstop>MessagesLimitCheckBox</tabstop>
1251     <tabstop>MessagesLimitLinesSpinBox</tabstop>
1252     <tabstop>ConfirmRemoveCheckBox</tabstop>
1253     <tabstop>KeepOnTopCheckBox</tabstop>
1254     <tabstop>StdoutCaptureCheckBox</tabstop>
1255     <tabstop>CompletePathCheckBox</tabstop>
1256     <tabstop>InstrumentNamesCheckBox</tabstop>
1257     <tabstop>MaxRecentFilesSpinBox</tabstop>
1258     <tabstop>OkPushButton</tabstop>
1259     <tabstop>CancelPushButton</tabstop>
1260     </tabstops>
1261     <resources>
1262 capela 1463 <include location="../icons/qsampler.qrc" />
1263 schoenebeck 1461 </resources>
1264     </ui>

  ViewVC Help
Powered by ViewVC