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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

Legend:
Removed from v.957  
changed lines
  Added in v.2678

  ViewVC Help
Powered by ViewVC