/[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 1463 by capela, Thu Nov 1 13:01:27 2007 UTC revision 1749 by capela, Wed Jul 2 13:19:09 2008 UTC
# Line 2  Line 2 
2   <author>rncbc aka Rui Nuno Capela</author>   <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) 2005-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2005-2008, rncbc aka Rui Nuno Capela. All rights reserved.
6       Copyright (C) 2007, Christian Schoenebeck
7    
8     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
9     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 18  Line 19 
19     with this program; if not, write to the Free Software Foundation, Inc.,     with this program; if not, write to the Free Software Foundation, Inc.,
20     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21    
22  </comment>   </comment>
23   <class>qsamplerOptionsForm</class>   <class>qsamplerOptionsForm</class>
24   <widget class="QDialog" name="qsamplerOptionsForm" >   <widget class="QDialog" name="qsamplerOptionsForm" >
25    <property name="geometry" >    <property name="geometry" >
26     <rect>     <rect>
27      <x>0</x>      <x>0</x>
28      <y>0</y>      <y>0</y>
29      <width>586</width>      <width>537</width>
30      <height>481</height>      <height>368</height>
31     </rect>     </rect>
32    </property>    </property>
   <property name="sizePolicy" >  
    <sizepolicy>  
     <hsizetype>1</hsizetype>  
     <vsizetype>1</vsizetype>  
     <horstretch>0</horstretch>  
     <verstretch>0</verstretch>  
    </sizepolicy>  
   </property>  
33    <property name="windowTitle" >    <property name="windowTitle" >
34     <string>Qsampler: Options</string>     <string>Qsampler: Options</string>
35    </property>    </property>
36    <property name="windowIcon" >    <property name="windowIcon" >
37     <iconset resource="../icons/qsampler.qrc" >:/icons/qsampler.png</iconset>     <iconset resource="../icons/qsampler.qrc" >
38        <normaloff>:/icons/qsampler.png</normaloff>:/icons/qsampler.png</iconset>
39    </property>    </property>
40    <property name="sizeGripEnabled" >    <property name="sizeGripEnabled" >
41     <bool>true</bool>     <bool>true</bool>
# Line 55  Line 49 
49     </property>     </property>
50     <item row="1" column="0" >     <item row="1" column="0" >
51      <layout class="QHBoxLayout" >      <layout class="QHBoxLayout" >
      <property name="margin" >  
       <number>0</number>  
      </property>  
52       <property name="spacing" >       <property name="spacing" >
53        <number>4</number>        <number>4</number>
54       </property>       </property>
55         <property name="margin" >
56          <number>0</number>
57         </property>
58       <item>       <item>
59        <spacer>        <spacer>
60         <property name="orientation" >         <property name="orientation" >
# Line 69  Line 63 
63         <property name="sizeType" >         <property name="sizeType" >
64          <enum>QSizePolicy::Expanding</enum>          <enum>QSizePolicy::Expanding</enum>
65         </property>         </property>
66         <property name="sizeHint" >         <property name="sizeHint" stdset="0" >
67          <size>          <size>
68           <width>250</width>           <width>250</width>
69           <height>16</height>           <height>16</height>
# Line 83  Line 77 
77          <string>OK</string>          <string>OK</string>
78         </property>         </property>
79         <property name="icon" >         <property name="icon" >
80          <iconset resource="../icons/qsampler.qrc" >:/icons/formAccept.png</iconset>          <iconset resource="../icons/qsampler.qrc" >
81             <normaloff>:/icons/formAccept.png</normaloff>:/icons/formAccept.png</iconset>
82         </property>         </property>
83        </widget>        </widget>
84       </item>       </item>
# Line 93  Line 88 
88          <string>Cancel</string>          <string>Cancel</string>
89         </property>         </property>
90         <property name="icon" >         <property name="icon" >
91          <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>          <iconset resource="../icons/qsampler.qrc" >
92             <normaloff>:/icons/formReject.png</normaloff>:/icons/formReject.png</iconset>
93         </property>         </property>
94        </widget>        </widget>
95       </item>       </item>
# Line 108  Line 104 
104        <number>0</number>        <number>0</number>
105       </property>       </property>
106       <widget class="QWidget" name="ServerTabPage" >       <widget class="QWidget" name="ServerTabPage" >
107          <property name="geometry" >
108           <rect>
109            <x>0</x>
110            <y>0</y>
111            <width>523</width>
112            <height>301</height>
113           </rect>
114          </property>
115        <attribute name="title" >        <attribute name="title" >
116         <string>&amp;Server</string>         <string>&amp;Server</string>
117        </attribute>        </attribute>
118        <layout class="QVBoxLayout" >        <layout class="QVBoxLayout" >
        <property name="margin" >  
         <number>0</number>  
        </property>  
119         <property name="spacing" >         <property name="spacing" >
120          <number>4</number>          <number>4</number>
121         </property>         </property>
122           <property name="margin" >
123            <number>8</number>
124           </property>
125         <item>         <item>
126          <widget class="QGroupBox" name="SettingsGroupBox" >          <widget class="QGroupBox" name="SettingsGroupBox" >
127           <property name="font" >           <property name="font" >
# Line 134  Line 138 
138           </property>           </property>
139           <layout class="QGridLayout" >           <layout class="QGridLayout" >
140            <property name="margin" >            <property name="margin" >
141             <number>0</number>             <number>4</number>
142            </property>            </property>
143            <property name="spacing" >            <property name="spacing" >
144             <number>4</number>             <number>4</number>
# Line 142  Line 146 
146            <item row="0" column="0" >            <item row="0" column="0" >
147             <widget class="QLabel" name="ServerHostTextLabel" >             <widget class="QLabel" name="ServerHostTextLabel" >
148              <property name="font" >              <property name="font" >
149               <font/>               <font>
150                  <weight>50</weight>
151                  <bold>false</bold>
152                 </font>
153              </property>              </property>
154              <property name="text" >              <property name="text" >
155               <string>&amp;Host:</string>               <string>&amp;Host:</string>
# Line 167  Line 174 
174               </size>               </size>
175              </property>              </property>
176              <property name="font" >              <property name="font" >
177               <font/>               <font>
178                  <weight>50</weight>
179                  <bold>false</bold>
180                 </font>
181              </property>              </property>
182              <property name="toolTip" >              <property name="toolTip" >
183               <string>LinuxSampler server listener port number</string>               <string>LinuxSampler server listener port number</string>
# Line 191  Line 201 
201               </size>               </size>
202              </property>              </property>
203              <property name="font" >              <property name="font" >
204               <font/>               <font>
205                  <weight>50</weight>
206                  <bold>false</bold>
207                 </font>
208              </property>              </property>
209              <property name="text" >              <property name="text" >
210               <string>&amp;Port:</string>               <string>&amp;Port:</string>
# Line 209  Line 222 
222            </item>            </item>
223            <item row="0" column="1" colspan="2" >            <item row="0" column="1" colspan="2" >
224             <widget class="QComboBox" name="ServerHostComboBox" >             <widget class="QComboBox" name="ServerHostComboBox" >
225              <property name="sizePolicy" >               <property name="sizePolicy" >
226               <sizepolicy>               <sizepolicy>
227                <hsizetype>7</hsizetype>                <hsizetype>7</hsizetype>
228                <vsizetype>0</vsizetype>                <vsizetype>0</vsizetype>
# Line 218  Line 231 
231               </sizepolicy>               </sizepolicy>
232              </property>              </property>
233              <property name="font" >              <property name="font" >
234               <font/>               <font>
235                  <weight>50</weight>
236                  <bold>false</bold>
237                 </font>
238              </property>              </property>
239              <property name="toolTip" >              <property name="toolTip" >
240               <string>LinuxSampler server host name or address</string>               <string>LinuxSampler server host name or address</string>
# Line 236  Line 252 
252            <item row="4" column="0" >            <item row="4" column="0" >
253             <widget class="QLabel" name="ServerCmdLineTextLabel" >             <widget class="QLabel" name="ServerCmdLineTextLabel" >
254              <property name="font" >              <property name="font" >
255               <font/>               <font>
256                  <weight>50</weight>
257                  <bold>false</bold>
258                 </font>
259              </property>              </property>
260              <property name="text" >              <property name="text" >
261               <string>&amp;Command line:</string>               <string>&amp;Command line:</string>
# Line 255  Line 274 
274            <item row="3" column="1" colspan="4" >            <item row="3" column="1" colspan="4" >
275             <widget class="QCheckBox" name="ServerStartCheckBox" >             <widget class="QCheckBox" name="ServerStartCheckBox" >
276              <property name="font" >              <property name="font" >
277               <font/>               <font>
278                  <weight>50</weight>
279                  <bold>false</bold>
280                 </font>
281              </property>              </property>
282              <property name="toolTip" >              <property name="toolTip" >
283               <string>Whether to start the LinuxSampler server on local machine</string>               <string>Whether to start the LinuxSampler server on local machine</string>
# Line 279  Line 301 
301               </sizepolicy>               </sizepolicy>
302              </property>              </property>
303              <property name="font" >              <property name="font" >
304               <font/>               <font>
305                  <weight>50</weight>
306                  <bold>false</bold>
307                 </font>
308              </property>              </property>
309              <property name="toolTip" >              <property name="toolTip" >
310               <string>Command line to start LinuxSampler server locally</string>               <string>Command line to start LinuxSampler server locally</string>
# Line 297  Line 322 
322            <item row="5" column="0" >            <item row="5" column="0" >
323             <widget class="QLabel" name="StartDelayTextLabel" >             <widget class="QLabel" name="StartDelayTextLabel" >
324              <property name="font" >              <property name="font" >
325               <font/>               <font>
326                  <weight>50</weight>
327                  <bold>false</bold>
328                 </font>
329              </property>              </property>
330              <property name="text" >              <property name="text" >
331               <string>Start &amp;delay:</string>               <string>Start &amp;delay:</string>
# Line 330  Line 358 
358               </size>               </size>
359              </property>              </property>
360              <property name="font" >              <property name="font" >
361               <font/>               <font>
362                  <weight>50</weight>
363                  <bold>false</bold>
364                 </font>
365              </property>              </property>
366              <property name="toolTip" >              <property name="toolTip" >
367               <string>Delay time in seconds after server startup</string>               <string>Delay time in seconds after server startup</string>
# Line 338  Line 369 
369              <property name="suffix" >              <property name="suffix" >
370               <string> secs</string>               <string> secs</string>
371              </property>              </property>
             <property name="maximum" >  
              <number>100</number>  
             </property>  
372              <property name="minimum" >              <property name="minimum" >
373               <number>1</number>               <number>1</number>
374              </property>              </property>
375                <property name="maximum" >
376                 <number>100</number>
377                </property>
378              <property name="value" >              <property name="value" >
379               <number>3</number>               <number>3</number>
380              </property>              </property>
# Line 357  Line 388 
388              <property name="sizeType" >              <property name="sizeType" >
389               <enum>QSizePolicy::Expanding</enum>               <enum>QSizePolicy::Expanding</enum>
390              </property>              </property>
391              <property name="sizeHint" >              <property name="sizeHint" stdset="0" >
392               <size>               <size>
393                <width>320</width>                <width>320</width>
394                <height>16</height>                <height>16</height>
# Line 373  Line 404 
404              <property name="sizeType" >              <property name="sizeType" >
405               <enum>QSizePolicy::Expanding</enum>               <enum>QSizePolicy::Expanding</enum>
406              </property>              </property>
407              <property name="sizeHint" >              <property name="sizeHint" stdset="0" >
408               <size>               <size>
409                <width>20</width>                <width>20</width>
410                <height>80</height>                <height>20</height>
411               </size>               </size>
412              </property>              </property>
413             </spacer>             </spacer>
# Line 389  Line 420 
420              <property name="sizeType" >              <property name="sizeType" >
421               <enum>QSizePolicy::Expanding</enum>               <enum>QSizePolicy::Expanding</enum>
422              </property>              </property>
423              <property name="sizeHint" >              <property name="sizeHint" stdset="0" >
424               <size>               <size>
425                <width>320</width>                <width>320</width>
426                <height>16</height>                <height>16</height>
# Line 414  Line 445 
445               </size>               </size>
446              </property>              </property>
447              <property name="font" >              <property name="font" >
448               <font/>               <font>
449                  <weight>50</weight>
450                  <bold>false</bold>
451                 </font>
452              </property>              </property>
453              <property name="toolTip" >              <property name="toolTip" >
454               <string>Receive timeout in milliseconds</string>               <string>Receive timeout in milliseconds</string>
# Line 422  Line 456 
456              <property name="suffix" >              <property name="suffix" >
457               <string> msec</string>               <string> msec</string>
458              </property>              </property>
             <property name="maximum" >  
              <number>60000</number>  
             </property>  
459              <property name="minimum" >              <property name="minimum" >
460               <number>100</number>               <number>100</number>
461              </property>              </property>
462                <property name="maximum" >
463                 <number>60000</number>
464                </property>
465              <property name="singleStep" >              <property name="singleStep" >
466               <number>100</number>               <number>100</number>
467              </property>              </property>
# Line 439  Line 473 
473            <item row="1" column="0" >            <item row="1" column="0" >
474             <widget class="QLabel" name="ServerTimeoutTextLabel" >             <widget class="QLabel" name="ServerTimeoutTextLabel" >
475              <property name="font" >              <property name="font" >
476               <font/>               <font>
477                  <weight>50</weight>
478                  <bold>false</bold>
479                 </font>
480              </property>              </property>
481              <property name="text" >              <property name="text" >
482               <string>&amp;Timeout:</string>               <string>&amp;Timeout:</string>
# Line 455  Line 492 
492              </property>              </property>
493             </widget>             </widget>
494            </item>            </item>
495              <item row="6" column="1" >
496               <spacer>
497                <property name="orientation" >
498                 <enum>Qt::Vertical</enum>
499                </property>
500                <property name="sizeType" >
501                 <enum>QSizePolicy::Expanding</enum>
502                </property>
503                <property name="sizeHint" stdset="0" >
504                 <size>
505                  <width>20</width>
506                  <height>20</height>
507                 </size>
508                </property>
509               </spacer>
510              </item>
511             </layout>
512            </widget>
513           </item>
514           <item>
515            <widget class="QGroupBox" name="LoggingGroupBox" >
516             <property name="font" >
517              <font>
518               <weight>75</weight>
519               <bold>true</bold>
520              </font>
521             </property>
522             <property name="title" >
523              <string>Logging</string>
524             </property>
525             <property name="flat" >
526              <bool>true</bool>
527             </property>
528             <layout class="QGridLayout" >
529              <property name="margin" >
530               <number>8</number>
531              </property>
532              <property name="spacing" >
533               <number>4</number>
534              </property>
535              <item row="0" column="1" colspan="3" >
536               <widget class="QComboBox" name="MessagesLogPathComboBox" >
537                <property name="sizePolicy" >
538                 <sizepolicy>
539                  <hsizetype>7</hsizetype>
540                  <vsizetype>0</vsizetype>
541                  <horstretch>0</horstretch>
542                  <verstretch>0</verstretch>
543                 </sizepolicy>
544                </property>
545                <property name="font" >
546                 <font>
547                  <weight>50</weight>
548                  <bold>false</bold>
549                 </font>
550                </property>
551                <property name="toolTip" >
552                 <string>Messages log file</string>
553                </property>
554                <property name="editable" >
555                 <bool>true</bool>
556                </property>
557               </widget>
558              </item>
559              <item row="0" column="4" >
560               <widget class="QToolButton" name="MessagesLogPathToolButton" >
561                <property name="minimumSize" >
562                 <size>
563                  <width>22</width>
564                  <height>22</height>
565                 </size>
566                </property>
567                <property name="maximumSize" >
568                 <size>
569                  <width>24</width>
570                  <height>24</height>
571                 </size>
572                </property>
573                <property name="font" >
574                 <font>
575                  <weight>50</weight>
576                  <bold>false</bold>
577                 </font>
578                </property>
579                <property name="focusPolicy" >
580                 <enum>Qt::TabFocus</enum>
581                </property>
582                <property name="toolTip" >
583                 <string>Browse for the messages log file location</string>
584                </property>
585                <property name="text" >
586                 <string>...</string>
587                </property>
588               </widget>
589              </item>
590              <item row="0" column="0" >
591               <widget class="QCheckBox" name="MessagesLogCheckBox" >
592                <property name="font" >
593                 <font>
594                  <weight>50</weight>
595                  <bold>false</bold>
596                 </font>
597                </property>
598                <property name="toolTip" >
599                 <string>Whether to activate a messages logging to file.</string>
600                </property>
601                <property name="text" >
602                 <string>&amp;Messages log file:</string>
603                </property>
604                <property name="shortcut" >
605                 <string>Alt+M</string>
606                </property>
607               </widget>
608              </item>
609           </layout>           </layout>
610          </widget>          </widget>
611         </item>         </item>
612        </layout>        </layout>
613       </widget>       </widget>
614       <widget class="QWidget" name="DisplayTabPage" >       <widget class="QWidget" name="DisplayTabPage" >
615          <property name="geometry" >
616           <rect>
617            <x>0</x>
618            <y>0</y>
619            <width>523</width>
620            <height>301</height>
621           </rect>
622          </property>
623        <attribute name="title" >        <attribute name="title" >
624         <string>&amp;Display</string>         <string>&amp;Display</string>
625        </attribute>        </attribute>
626        <layout class="QVBoxLayout" >        <layout class="QVBoxLayout" name="verticalLayout" >
        <property name="margin" >  
         <number>0</number>  
        </property>  
        <property name="spacing" >  
         <number>4</number>  
        </property>  
627         <item>         <item>
628          <widget class="QGroupBox" name="ChannelsGroupBox" >          <widget class="QGroupBox" name="ChannelsGroupBox" >
629           <property name="font" >           <property name="font" >
# Line 487  Line 640 
640           </property>           </property>
641           <layout class="QGridLayout" >           <layout class="QGridLayout" >
642            <property name="margin" >            <property name="margin" >
643             <number>0</number>             <number>4</number>
644            </property>            </property>
645            <property name="spacing" >            <property name="spacing" >
646             <number>4</number>             <number>4</number>
# Line 514  Line 667 
667                <height>32767</height>                <height>32767</height>
668               </size>               </size>
669              </property>              </property>
             <property name="palette" >  
              <palette>  
               <active>  
                <colorrole role="WindowText" >  
                 <brush brushstyle="SolidPattern" >  
                  <color alpha="255" >  
                   <red>85</red>  
                   <green>255</green>  
                   <blue>0</blue>  
                  </color>  
                 </brush>  
                </colorrole>  
                <colorrole role="Base" >  
                 <brush brushstyle="SolidPattern" >  
                  <color alpha="255" >  
                   <red>255</red>  
                   <green>255</green>  
                   <blue>255</blue>  
                  </color>  
                 </brush>  
                </colorrole>  
                <colorrole role="Window" >  
                 <brush brushstyle="SolidPattern" >  
                  <color alpha="255" >  
                   <red>0</red>  
                   <green>0</green>  
                   <blue>0</blue>  
                  </color>  
                 </brush>  
                </colorrole>  
               </active>  
               <inactive>  
                <colorrole role="WindowText" >  
                 <brush brushstyle="SolidPattern" >  
                  <color alpha="255" >  
                   <red>85</red>  
                   <green>255</green>  
                   <blue>0</blue>  
                  </color>  
                 </brush>  
                </colorrole>  
                <colorrole role="Base" >  
                 <brush brushstyle="SolidPattern" >  
                  <color alpha="255" >  
                   <red>255</red>  
                   <green>255</green>  
                   <blue>255</blue>  
                  </color>  
                 </brush>  
                </colorrole>  
                <colorrole role="Window" >  
                 <brush brushstyle="SolidPattern" >  
                  <color alpha="255" >  
                   <red>0</red>  
                   <green>0</green>  
                   <blue>0</blue>  
                  </color>  
                 </brush>  
                </colorrole>  
               </inactive>  
               <disabled>  
                <colorrole role="WindowText" >  
                 <brush brushstyle="SolidPattern" >  
                  <color alpha="255" >  
                   <red>119</red>  
                   <green>119</green>  
                   <blue>119</blue>  
                  </color>  
                 </brush>  
                </colorrole>  
                <colorrole role="Base" >  
                 <brush brushstyle="SolidPattern" >  
                  <color alpha="255" >  
                   <red>0</red>  
                   <green>0</green>  
                   <blue>0</blue>  
                  </color>  
                 </brush>  
                </colorrole>  
                <colorrole role="Window" >  
                 <brush brushstyle="SolidPattern" >  
                  <color alpha="255" >  
                   <red>0</red>  
                   <green>0</green>  
                   <blue>0</blue>  
                  </color>  
                 </brush>  
                </colorrole>  
               </disabled>  
              </palette>  
             </property>  
670              <property name="font" >              <property name="font" >
671               <font/>               <font>
672                  <weight>50</weight>
673                  <bold>false</bold>
674                 </font>
675              </property>              </property>
676              <property name="toolTip" >              <property name="toolTip" >
677               <string>Sample channel display font display</string>               <string>Sample channel display font display</string>
678              </property>              </property>
679                <property name="autoFillBackground" >
680                 <bool>true</bool>
681                </property>
682              <property name="frameShape" >              <property name="frameShape" >
683               <enum>QFrame::Panel</enum>               <enum>QFrame::StyledPanel</enum>
684              </property>              </property>
685              <property name="frameShadow" >              <property name="frameShadow" >
686               <enum>QFrame::Sunken</enum>               <enum>QFrame::Sunken</enum>
# Line 631  Line 699 
699            <item row="0" column="1" >            <item row="0" column="1" >
700             <widget class="QPushButton" name="DisplayFontPushButton" >             <widget class="QPushButton" name="DisplayFontPushButton" >
701              <property name="font" >              <property name="font" >
702               <font/>               <font>
703                  <weight>50</weight>
704                  <bold>false</bold>
705                 </font>
706              </property>              </property>
707              <property name="toolTip" >              <property name="toolTip" >
708               <string>Select font for the channel display</string>               <string>Select font for the channel display</string>
# Line 655  Line 726 
726              <property name="sizeType" >              <property name="sizeType" >
727               <enum>QSizePolicy::Expanding</enum>               <enum>QSizePolicy::Expanding</enum>
728              </property>              </property>
729              <property name="sizeHint" >              <property name="sizeHint" stdset="0" >
730               <size>               <size>
731                <width>56</width>                <width>56</width>
732                <height>16</height>                <height>16</height>
# Line 666  Line 737 
737            <item row="0" column="3" >            <item row="0" column="3" >
738             <widget class="QCheckBox" name="AutoRefreshCheckBox" >             <widget class="QCheckBox" name="AutoRefreshCheckBox" >
739              <property name="font" >              <property name="font" >
740               <font/>               <font>
741                  <weight>50</weight>
742                  <bold>false</bold>
743                 </font>
744              </property>              </property>
745              <property name="toolTip" >              <property name="toolTip" >
746               <string>Whether to refresh the channels view automatically</string>               <string>Whether to refresh the channels view automatically</string>
# Line 682  Line 756 
756            <item row="1" column="3" >            <item row="1" column="3" >
757             <widget class="QLabel" name="MaxVolumeTextLabel" >             <widget class="QLabel" name="MaxVolumeTextLabel" >
758              <property name="font" >              <property name="font" >
759               <font/>               <font>
760                  <weight>50</weight>
761                  <bold>false</bold>
762                 </font>
763              </property>              </property>
764              <property name="text" >              <property name="text" >
765               <string>Maximum &amp;volume:</string>               <string>Maximum &amp;volume:</string>
# Line 709  Line 786 
786               </sizepolicy>               </sizepolicy>
787              </property>              </property>
788              <property name="font" >              <property name="font" >
789               <font/>               <font>
790                  <weight>50</weight>
791                  <bold>false</bold>
792                 </font>
793              </property>              </property>
794              <property name="toolTip" >              <property name="toolTip" >
795               <string>Time in milliseconds between each auto-refresh cycle</string>               <string>Time in milliseconds between each auto-refresh cycle</string>
# Line 717  Line 797 
797              <property name="suffix" >              <property name="suffix" >
798               <string> msec</string>               <string> msec</string>
799              </property>              </property>
             <property name="maximum" >  
              <number>20000</number>  
             </property>  
800              <property name="minimum" >              <property name="minimum" >
801               <number>200</number>               <number>200</number>
802              </property>              </property>
803                <property name="maximum" >
804                 <number>20000</number>
805                </property>
806              <property name="singleStep" >              <property name="singleStep" >
807               <number>100</number>               <number>100</number>
808              </property>              </property>
# Line 742  Line 822 
822               </sizepolicy>               </sizepolicy>
823              </property>              </property>
824              <property name="font" >              <property name="font" >
825               <font/>               <font>
826                  <weight>50</weight>
827                  <bold>false</bold>
828                 </font>
829              </property>              </property>
830              <property name="toolTip" >              <property name="toolTip" >
831               <string>Upper limit for the sampler channel volume setting</string>               <string>Upper limit for the sampler channel volume setting</string>
# Line 764  Line 847 
847            <item row="1" column="0" colspan="2" >            <item row="1" column="0" colspan="2" >
848             <widget class="QCheckBox" name="DisplayEffectCheckBox" >             <widget class="QCheckBox" name="DisplayEffectCheckBox" >
849              <property name="font" >              <property name="font" >
850               <font/>               <font>
851                  <weight>50</weight>
852                  <bold>false</bold>
853                 </font>
854              </property>              </property>
855              <property name="toolTip" >              <property name="toolTip" >
856               <string>Whether to enable a shiny glass light effect on the channel display</string>               <string>Whether to enable a shiny glass light effect on the channel display</string>
# Line 795  Line 881 
881            <bool>true</bool>            <bool>true</bool>
882           </property>           </property>
883           <layout class="QHBoxLayout" >           <layout class="QHBoxLayout" >
           <property name="margin" >  
            <number>0</number>  
           </property>  
884            <property name="spacing" >            <property name="spacing" >
885             <number>4</number>             <number>4</number>
886            </property>            </property>
887              <property name="margin" >
888               <number>4</number>
889              </property>
890            <item>            <item>
891             <widget class="QLabel" name="MessagesFontTextLabel" >             <widget class="QLabel" name="MessagesFontTextLabel" >
892              <property name="sizePolicy" >              <property name="sizePolicy" >
# Line 823  Line 909 
909                <height>32767</height>                <height>32767</height>
910               </size>               </size>
911              </property>              </property>
             <property name="palette" >  
              <palette>  
               <active>  
                <colorrole role="Base" >  
                 <brush brushstyle="SolidPattern" >  
                  <color alpha="255" >  
                   <red>255</red>  
                   <green>255</green>  
                   <blue>255</blue>  
                  </color>  
                 </brush>  
                </colorrole>  
                <colorrole role="Window" >  
                 <brush brushstyle="SolidPattern" >  
                  <color alpha="255" >  
                   <red>255</red>  
                   <green>255</green>  
                   <blue>255</blue>  
                  </color>  
                 </brush>  
                </colorrole>  
               </active>  
               <inactive>  
                <colorrole role="Base" >  
                 <brush brushstyle="SolidPattern" >  
                  <color alpha="255" >  
                   <red>255</red>  
                   <green>255</green>  
                   <blue>255</blue>  
                  </color>  
                 </brush>  
                </colorrole>  
                <colorrole role="Window" >  
                 <brush brushstyle="SolidPattern" >  
                  <color alpha="255" >  
                   <red>255</red>  
                   <green>255</green>  
                   <blue>255</blue>  
                  </color>  
                 </brush>  
                </colorrole>  
               </inactive>  
               <disabled>  
                <colorrole role="Base" >  
                 <brush brushstyle="SolidPattern" >  
                  <color alpha="255" >  
                   <red>255</red>  
                   <green>255</green>  
                   <blue>255</blue>  
                  </color>  
                 </brush>  
                </colorrole>  
                <colorrole role="Window" >  
                 <brush brushstyle="SolidPattern" >  
                  <color alpha="255" >  
                   <red>255</red>  
                   <green>255</green>  
                   <blue>255</blue>  
                  </color>  
                 </brush>  
                </colorrole>  
               </disabled>  
              </palette>  
             </property>  
912              <property name="font" >              <property name="font" >
913               <font/>               <font>
914                  <weight>50</weight>
915                  <bold>false</bold>
916                 </font>
917              </property>              </property>
918              <property name="toolTip" >              <property name="toolTip" >
919               <string>Sample messages text font display</string>               <string>Sample messages text font display</string>
920              </property>              </property>
921                <property name="autoFillBackground" >
922                 <bool>true</bool>
923                </property>
924                <property name="frameShape" >
925                 <enum>QFrame::StyledPanel</enum>
926                </property>
927              <property name="frameShadow" >              <property name="frameShadow" >
928               <enum>QFrame::Sunken</enum>               <enum>QFrame::Sunken</enum>
929              </property>              </property>
# Line 907  Line 938 
938            <item>            <item>
939             <widget class="QPushButton" name="MessagesFontPushButton" >             <widget class="QPushButton" name="MessagesFontPushButton" >
940              <property name="font" >              <property name="font" >
941               <font/>               <font>
942                  <weight>50</weight>
943                  <bold>false</bold>
944                 </font>
945              </property>              </property>
946              <property name="toolTip" >              <property name="toolTip" >
947               <string>Select font for the messages text display</string>               <string>Select font for the messages text display</string>
# Line 931  Line 965 
965              <property name="sizeType" >              <property name="sizeType" >
966               <enum>QSizePolicy::Expanding</enum>               <enum>QSizePolicy::Expanding</enum>
967              </property>              </property>
968              <property name="sizeHint" >              <property name="sizeHint" stdset="0" >
969               <size>               <size>
970                <width>49</width>                <width>49</width>
971                <height>16</height>                <height>16</height>
# Line 942  Line 976 
976            <item>            <item>
977             <widget class="QCheckBox" name="MessagesLimitCheckBox" >             <widget class="QCheckBox" name="MessagesLimitCheckBox" >
978              <property name="font" >              <property name="font" >
979               <font/>               <font>
980                  <weight>50</weight>
981                  <bold>false</bold>
982                 </font>
983              </property>              </property>
984              <property name="toolTip" >              <property name="toolTip" >
985               <string>Whether to keep a maximum number of lines in the messages window</string>               <string>Whether to keep a maximum number of lines in the messages window</string>
# Line 958  Line 995 
995            <item>            <item>
996             <widget class="QSpinBox" name="MessagesLimitLinesSpinBox" >             <widget class="QSpinBox" name="MessagesLimitLinesSpinBox" >
997              <property name="font" >              <property name="font" >
998               <font/>               <font>
999                  <weight>50</weight>
1000                  <bold>false</bold>
1001                 </font>
1002              </property>              </property>
1003              <property name="toolTip" >              <property name="toolTip" >
1004               <string>The maximum number of message lines to keep in view</string>               <string>The maximum number of message lines to keep in view</string>
# Line 966  Line 1006 
1006              <property name="suffix" >              <property name="suffix" >
1007               <string> lines</string>               <string> lines</string>
1008              </property>              </property>
             <property name="maximum" >  
              <number>10000</number>  
             </property>  
1009              <property name="minimum" >              <property name="minimum" >
1010               <number>100</number>               <number>100</number>
1011              </property>              </property>
1012                <property name="maximum" >
1013                 <number>10000</number>
1014                </property>
1015              <property name="singleStep" >              <property name="singleStep" >
1016               <number>100</number>               <number>100</number>
1017              </property>              </property>
# Line 998  Line 1038 
1038            <bool>true</bool>            <bool>true</bool>
1039           </property>           </property>
1040           <layout class="QGridLayout" >           <layout class="QGridLayout" >
1041            <property name="margin" >            <item row="0" column="0" >
1042             <number>0</number>             <widget class="QCheckBox" name="ConfirmRemoveCheckBox" >
           </property>  
           <property name="spacing" >  
            <number>4</number>  
           </property>  
           <item rowspan="2" row="0" column="0" >  
            <layout class="QVBoxLayout" >  
             <property name="margin" >  
              <number>0</number>  
             </property>  
             <property name="spacing" >  
              <number>4</number>  
             </property>  
             <item>  
              <widget class="QCheckBox" name="ConfirmRemoveCheckBox" >  
               <property name="font" >  
                <font/>  
               </property>  
               <property name="toolTip" >  
                <string>Whether to ask for confirmation on removals</string>  
               </property>  
               <property name="text" >  
                <string>&amp;Confirm removals</string>  
               </property>  
               <property name="shortcut" >  
                <string>Alt+C</string>  
               </property>  
              </widget>  
             </item>  
             <item>  
              <widget class="QCheckBox" name="KeepOnTopCheckBox" >  
               <property name="font" >  
                <font/>  
               </property>  
               <property name="toolTip" >  
                <string>Whether to keep all child windows on top of the main window</string>  
               </property>  
               <property name="text" >  
                <string>&amp;Keep child windows always on top</string>  
               </property>  
               <property name="shortcut" >  
                <string>Alt+K</string>  
               </property>  
              </widget>  
             </item>  
             <item>  
              <widget class="QCheckBox" name="StdoutCaptureCheckBox" >  
               <property name="font" >  
                <font/>  
               </property>  
               <property name="toolTip" >  
                <string>Whether to capture standard output (stdout/stderr) into messages window</string>  
               </property>  
               <property name="text" >  
                <string>Capture standard &amp;output</string>  
               </property>  
               <property name="shortcut" >  
                <string>Alt+O</string>  
               </property>  
              </widget>  
             </item>  
             <item>  
              <widget class="QCheckBox" name="CompletePathCheckBox" >  
               <property name="font" >  
                <font/>  
               </property>  
               <property name="toolTip" >  
                <string>Whether to show the complete directory path of loaded session files</string>  
               </property>  
               <property name="text" >  
                <string>Show complete &amp;path of session files</string>  
               </property>  
               <property name="shortcut" >  
                <string>Alt+P</string>  
               </property>  
              </widget>  
             </item>  
             <item>  
              <widget class="QCheckBox" name="InstrumentNamesCheckBox" >  
               <property name="font" >  
                <font/>  
               </property>  
               <property name="toolTip" >  
                <string>Whether to show the actual instrument names as read from instrument file (using libgig)</string>  
               </property>  
               <property name="text" >  
                <string>Show actual &amp;instrument names</string>  
               </property>  
               <property name="shortcut" >  
                <string>Alt+I</string>  
               </property>  
              </widget>  
             </item>  
            </layout>  
           </item>  
           <item row="0" column="3" >  
            <widget class="QSpinBox" name="MaxRecentFilesSpinBox" >  
1043              <property name="font" >              <property name="font" >
1044               <font/>               <font>
1045                  <weight>50</weight>
1046                  <bold>false</bold>
1047                 </font>
1048              </property>              </property>
1049              <property name="toolTip" >              <property name="toolTip" >
1050               <string>The maximum number of recent files to keep in menu</string>               <string>Whether to ask for confirmation on removals</string>
             </property>  
             <property name="maximum" >  
              <number>20</number>  
1051              </property>              </property>
1052              <property name="minimum" >              <property name="text" >
1053               <number>0</number>               <string>&amp;Confirm removals</string>
1054              </property>              </property>
1055              <property name="value" >              <property name="shortcut" >
1056               <number>5</number>               <string>Alt+C</string>
1057              </property>              </property>
1058             </widget>             </widget>
1059            </item>            </item>
1060            <item row="0" column="2" >            <item row="0" column="1" colspan="2" >
1061             <widget class="QLabel" name="MaxRecentFilesTextLabel" >             <widget class="QLabel" name="MaxRecentFilesTextLabel" >
1062              <property name="font" >              <property name="font" >
1063               <font/>               <font>
1064                  <weight>50</weight>
1065                  <bold>false</bold>
1066                 </font>
1067              </property>              </property>
1068              <property name="text" >              <property name="text" >
1069               <string>&amp;Number of recent files:</string>               <string>&amp;Number of recent files:</string>
# Line 1132  Line 1079 
1079              </property>              </property>
1080             </widget>             </widget>
1081            </item>            </item>
1082            <item row="0" column="1" >            <item row="0" column="3" >
1083             <spacer>             <widget class="QSpinBox" name="MaxRecentFilesSpinBox" >
1084              <property name="orientation" >              <property name="font" >
1085               <enum>Qt::Horizontal</enum>               <font>
1086                  <weight>50</weight>
1087                  <bold>false</bold>
1088                 </font>
1089              </property>              </property>
1090              <property name="sizeType" >              <property name="toolTip" >
1091               <enum>QSizePolicy::Expanding</enum>               <string>The maximum number of recent files to keep in menu</string>
1092              </property>              </property>
1093              <property name="sizeHint" >              <property name="minimum" >
1094               <size>               <number>0</number>
               <width>110</width>  
               <height>16</height>  
              </size>  
1095              </property>              </property>
1096             </spacer>              <property name="maximum" >
1097                 <number>20</number>
1098                </property>
1099                <property name="value" >
1100                 <number>5</number>
1101                </property>
1102               </widget>
1103            </item>            </item>
1104            <item row="1" column="1" colspan="3" >            <item row="1" column="0" >
1105             <spacer>             <widget class="QCheckBox" name="KeepOnTopCheckBox" >
1106                <property name="font" >
1107                 <font>
1108                  <weight>50</weight>
1109                  <bold>false</bold>
1110                 </font>
1111                </property>
1112                <property name="toolTip" >
1113                 <string>Whether to keep all child windows on top of the main window</string>
1114                </property>
1115                <property name="text" >
1116                 <string>&amp;Keep child windows always on top</string>
1117                </property>
1118                <property name="shortcut" >
1119                 <string>Alt+K</string>
1120                </property>
1121               </widget>
1122              </item>
1123              <item rowspan="3" row="1" column="1" colspan="3" >
1124               <spacer name="horizontalSpacer" >
1125              <property name="orientation" >              <property name="orientation" >
1126               <enum>Qt::Horizontal</enum>               <enum>Qt::Horizontal</enum>
1127              </property>              </property>
1128              <property name="sizeType" >              <property name="sizeHint" stdset="0" >
              <enum>QSizePolicy::Expanding</enum>  
             </property>  
             <property name="sizeHint" >  
1129               <size>               <size>
1130                <width>280</width>                <width>281</width>
1131                <height>16</height>                <height>48</height>
1132               </size>               </size>
1133              </property>              </property>
1134             </spacer>             </spacer>
1135            </item>            </item>
1136              <item row="2" column="0" >
1137               <widget class="QCheckBox" name="StdoutCaptureCheckBox" >
1138                <property name="font" >
1139                 <font>
1140                  <weight>50</weight>
1141                  <bold>false</bold>
1142                 </font>
1143                </property>
1144                <property name="toolTip" >
1145                 <string>Whether to capture standard output (stdout/stderr) into messages window</string>
1146                </property>
1147                <property name="text" >
1148                 <string>Capture standard &amp;output</string>
1149                </property>
1150                <property name="shortcut" >
1151                 <string>Alt+O</string>
1152                </property>
1153               </widget>
1154              </item>
1155              <item row="3" column="0" >
1156               <widget class="QCheckBox" name="CompletePathCheckBox" >
1157                <property name="font" >
1158                 <font>
1159                  <weight>50</weight>
1160                  <bold>false</bold>
1161                 </font>
1162                </property>
1163                <property name="toolTip" >
1164                 <string>Whether to show the complete directory path of loaded session files</string>
1165                </property>
1166                <property name="text" >
1167                 <string>Show complete &amp;path of session files</string>
1168                </property>
1169                <property name="shortcut" >
1170                 <string>Alt+P</string>
1171                </property>
1172               </widget>
1173              </item>
1174              <item row="4" column="0" >
1175               <widget class="QCheckBox" name="InstrumentNamesCheckBox" >
1176                <property name="font" >
1177                 <font>
1178                  <weight>50</weight>
1179                  <bold>false</bold>
1180                 </font>
1181                </property>
1182                <property name="toolTip" >
1183                 <string>Whether to show the actual instrument names as read from instrument file (using libgig)</string>
1184                </property>
1185                <property name="text" >
1186                 <string>Show actual &amp;instrument names</string>
1187                </property>
1188                <property name="shortcut" >
1189                 <string>Alt+I</string>
1190                </property>
1191               </widget>
1192              </item>
1193              <item row="4" column="1" colspan="2" >
1194               <widget class="QLabel" name="BaseFontSizeTextLabel" >
1195                <property name="font" >
1196                 <font>
1197                  <weight>50</weight>
1198                  <bold>false</bold>
1199                 </font>
1200                </property>
1201                <property name="text" >
1202                 <string>&amp;Base font size:</string>
1203                </property>
1204                <property name="alignment" >
1205                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1206                </property>
1207                <property name="buddy" >
1208                 <cstring>BaseFontSizeComboBox</cstring>
1209                </property>
1210               </widget>
1211              </item>
1212              <item row="4" column="3" >
1213               <widget class="QComboBox" name="BaseFontSizeComboBox" >
1214                <property name="font" >
1215                 <font>
1216                  <weight>50</weight>
1217                  <bold>false</bold>
1218                 </font>
1219                </property>
1220                <property name="toolTip" >
1221                 <string>Base application font size (pt.)</string>
1222                </property>
1223                <property name="editable" >
1224                 <bool>true</bool>
1225                </property>
1226                <item>
1227                 <property name="text" >
1228                  <string>(default)</string>
1229                 </property>
1230                </item>
1231                <item>
1232                 <property name="text" >
1233                  <string>8</string>
1234                 </property>
1235                </item>
1236                <item>
1237                 <property name="text" >
1238                  <string>9</string>
1239                 </property>
1240                </item>
1241                <item>
1242                 <property name="text" >
1243                  <string>10</string>
1244                 </property>
1245                </item>
1246                <item>
1247                 <property name="text" >
1248                  <string>11</string>
1249                 </property>
1250                </item>
1251                <item>
1252                 <property name="text" >
1253                  <string>12</string>
1254                 </property>
1255                </item>
1256               </widget>
1257              </item>
1258           </layout>           </layout>
1259          </widget>          </widget>
1260         </item>         </item>
# Line 1174  Line 1265 
1265    </layout>    </layout>
1266   </widget>   </widget>
1267   <layoutdefault spacing="4" margin="4" />   <layoutdefault spacing="4" margin="4" />
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>  
1268   <tabstops>   <tabstops>
1269    <tabstop>OptionsTabWidget</tabstop>    <tabstop>OptionsTabWidget</tabstop>
1270    <tabstop>ServerHostComboBox</tabstop>    <tabstop>ServerHostComboBox</tabstop>
# Line 1183  Line 1273 
1273    <tabstop>ServerStartCheckBox</tabstop>    <tabstop>ServerStartCheckBox</tabstop>
1274    <tabstop>ServerCmdLineComboBox</tabstop>    <tabstop>ServerCmdLineComboBox</tabstop>
1275    <tabstop>StartDelaySpinBox</tabstop>    <tabstop>StartDelaySpinBox</tabstop>
1276      <tabstop>MessagesLogCheckBox</tabstop>
1277      <tabstop>MessagesLogPathComboBox</tabstop>
1278      <tabstop>MessagesLogPathToolButton</tabstop>
1279    <tabstop>DisplayFontPushButton</tabstop>    <tabstop>DisplayFontPushButton</tabstop>
1280    <tabstop>DisplayEffectCheckBox</tabstop>    <tabstop>DisplayEffectCheckBox</tabstop>
1281    <tabstop>AutoRefreshCheckBox</tabstop>    <tabstop>AutoRefreshCheckBox</tabstop>
# Line 1197  Line 1290 
1290    <tabstop>CompletePathCheckBox</tabstop>    <tabstop>CompletePathCheckBox</tabstop>
1291    <tabstop>InstrumentNamesCheckBox</tabstop>    <tabstop>InstrumentNamesCheckBox</tabstop>
1292    <tabstop>MaxRecentFilesSpinBox</tabstop>    <tabstop>MaxRecentFilesSpinBox</tabstop>
1293      <tabstop>BaseFontSizeComboBox</tabstop>
1294    <tabstop>OkPushButton</tabstop>    <tabstop>OkPushButton</tabstop>
1295    <tabstop>CancelPushButton</tabstop>    <tabstop>CancelPushButton</tabstop>
1296   </tabstops>   </tabstops>
1297   <resources>   <resources>
1298    <include location="../icons/qsampler.qrc" />    <include location="../icons/qsampler.qrc" />
1299   </resources>   </resources>
1300   <connections>   <connections/>
   <connection>  
    <sender>ServerHostComboBox</sender>  
    <signal>textChanged(QString)</signal>  
    <receiver>qsamplerOptionsForm</receiver>  
    <slot>optionsChanged()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>ServerPortComboBox</sender>  
    <signal>textChanged(QString)</signal>  
    <receiver>qsamplerOptionsForm</receiver>  
    <slot>optionsChanged()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>ServerTimeoutSpinBox</sender>  
    <signal>valueChanged(int)</signal>  
    <receiver>qsamplerOptionsForm</receiver>  
    <slot>optionsChanged()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>ServerStartCheckBox</sender>  
    <signal>stateChanged(int)</signal>  
    <receiver>qsamplerOptionsForm</receiver>  
    <slot>optionsChanged()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>ServerCmdLineComboBox</sender>  
    <signal>textChanged(QString)</signal>  
    <receiver>qsamplerOptionsForm</receiver>  
    <slot>optionsChanged()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>StartDelaySpinBox</sender>  
    <signal>valueChanged(int)</signal>  
    <receiver>qsamplerOptionsForm</receiver>  
    <slot>optionsChanged()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>DisplayFontPushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerOptionsForm</receiver>  
    <slot>chooseDisplayFont()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>DisplayEffectCheckBox</sender>  
    <signal>toggled(bool)</signal>  
    <receiver>qsamplerOptionsForm</receiver>  
    <slot>toggleDisplayEffect(bool)</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>AutoRefreshCheckBox</sender>  
    <signal>stateChanged(int)</signal>  
    <receiver>qsamplerOptionsForm</receiver>  
    <slot>optionsChanged()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>AutoRefreshTimeSpinBox</sender>  
    <signal>valueChanged(int)</signal>  
    <receiver>qsamplerOptionsForm</receiver>  
    <slot>optionsChanged()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>MaxVolumeSpinBox</sender>  
    <signal>valueChanged(int)</signal>  
    <receiver>qsamplerOptionsForm</receiver>  
    <slot>optionsChanged()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>MessagesFontPushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerOptionsForm</receiver>  
    <slot>chooseMessagesFont()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>MessagesLimitCheckBox</sender>  
    <signal>stateChanged(int)</signal>  
    <receiver>qsamplerOptionsForm</receiver>  
    <slot>optionsChanged()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>MessagesLimitLinesSpinBox</sender>  
    <signal>valueChanged(int)</signal>  
    <receiver>qsamplerOptionsForm</receiver>  
    <slot>optionsChanged()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>ConfirmRemoveCheckBox</sender>  
    <signal>stateChanged(int)</signal>  
    <receiver>qsamplerOptionsForm</receiver>  
    <slot>optionsChanged()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>KeepOnTopCheckBox</sender>  
    <signal>stateChanged(int)</signal>  
    <receiver>qsamplerOptionsForm</receiver>  
    <slot>optionsChanged()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>StdoutCaptureCheckBox</sender>  
    <signal>stateChanged(int)</signal>  
    <receiver>qsamplerOptionsForm</receiver>  
    <slot>optionsChanged()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>MaxRecentFilesSpinBox</sender>  
    <signal>valueChanged(int)</signal>  
    <receiver>qsamplerOptionsForm</receiver>  
    <slot>optionsChanged()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>CompletePathCheckBox</sender>  
    <signal>stateChanged(int)</signal>  
    <receiver>qsamplerOptionsForm</receiver>  
    <slot>optionsChanged()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>InstrumentNamesCheckBox</sender>  
    <signal>stateChanged(int)</signal>  
    <receiver>qsamplerOptionsForm</receiver>  
    <slot>optionsChanged()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>OkPushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerOptionsForm</receiver>  
    <slot>accept()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
   <connection>  
    <sender>CancelPushButton</sender>  
    <signal>clicked()</signal>  
    <receiver>qsamplerOptionsForm</receiver>  
    <slot>reject()</slot>  
    <hints>  
     <hint type="sourcelabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
     <hint type="destinationlabel" >  
      <x>20</x>  
      <y>20</y>  
     </hint>  
    </hints>  
   </connection>  
  </connections>  
1301  </ui>  </ui>

Legend:
Removed from v.1463  
changed lines
  Added in v.1749

  ViewVC Help
Powered by ViewVC