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

  ViewVC Help
Powered by ViewVC