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

Legend:
Removed from v.987  
changed lines
  Added in v.1464

  ViewVC Help
Powered by ViewVC