/[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 1738 by capela, Wed May 14 15:24:22 2008 UTC revision 2678 by capela, Thu Oct 16 17:11:32 2014 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-2008, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2005-2014, rncbc aka Rui Nuno Capela. All rights reserved.
6     Copyright (C) 2007, Christian Schoenebeck     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
# Line 19  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>539</width>
30      <height>481</height>      <height>422</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="qsampler.qrc" >
38        <normaloff>:/images/qsampler.png</normaloff>:/images/qsampler.png</iconset>
39    </property>    </property>
40    <property name="sizeGripEnabled" >    <property name="sizeGripEnabled" >
41     <bool>true</bool>     <bool>true</bool>
# Line 54  Line 47 
47     <property name="spacing" >     <property name="spacing" >
48      <number>4</number>      <number>4</number>
49     </property>     </property>
    <item row="1" column="0" >  
     <layout class="QHBoxLayout" >  
      <property name="margin" >  
       <number>0</number>  
      </property>  
      <property name="spacing" >  
       <number>4</number>  
      </property>  
      <item>  
       <spacer>  
        <property name="orientation" >  
         <enum>Qt::Horizontal</enum>  
        </property>  
        <property name="sizeType" >  
         <enum>QSizePolicy::Expanding</enum>  
        </property>  
        <property name="sizeHint" >  
         <size>  
          <width>250</width>  
          <height>16</height>  
         </size>  
        </property>  
       </spacer>  
      </item>  
      <item>  
       <widget class="QPushButton" name="OkPushButton" >  
        <property name="text" >  
         <string>OK</string>  
        </property>  
        <property name="icon" >  
         <iconset resource="../icons/qsampler.qrc" >:/icons/formAccept.png</iconset>  
        </property>  
       </widget>  
      </item>  
      <item>  
       <widget class="QPushButton" name="CancelPushButton" >  
        <property name="text" >  
         <string>Cancel</string>  
        </property>  
        <property name="icon" >  
         <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>  
        </property>  
       </widget>  
      </item>  
     </layout>  
    </item>  
50     <item row="0" column="0" >     <item row="0" column="0" >
51      <widget class="QTabWidget" name="OptionsTabWidget" >      <widget class="QTabWidget" name="OptionsTabWidget" >
52       <property name="acceptDrops" >       <property name="acceptDrops" >
# Line 109  Line 56 
56        <number>0</number>        <number>0</number>
57       </property>       </property>
58       <widget class="QWidget" name="ServerTabPage" >       <widget class="QWidget" name="ServerTabPage" >
59          <property name="geometry" >
60           <rect>
61            <x>0</x>
62            <y>0</y>
63            <width>527</width>
64            <height>352</height>
65           </rect>
66          </property>
67        <attribute name="title" >        <attribute name="title" >
68         <string>&amp;Server</string>         <string>&amp;Server</string>
69        </attribute>        </attribute>
70        <layout class="QVBoxLayout" >        <layout class="QVBoxLayout" >
        <property name="margin" >  
         <number>8</number>  
        </property>  
71         <property name="spacing" >         <property name="spacing" >
72          <number>4</number>          <number>4</number>
73         </property>         </property>
74           <property name="margin" >
75            <number>8</number>
76           </property>
77         <item>         <item>
78          <widget class="QGroupBox" name="SettingsGroupBox" >          <widget class="QGroupBox" name="SettingsGroupBox" >
79           <property name="font" >           <property name="font" >
# Line 220  Line 175 
175            <item row="0" column="1" colspan="2" >            <item row="0" column="1" colspan="2" >
176             <widget class="QComboBox" name="ServerHostComboBox" >             <widget class="QComboBox" name="ServerHostComboBox" >
177              <property name="sizePolicy" >              <property name="sizePolicy" >
178               <sizepolicy>               <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
               <hsizetype>7</hsizetype>  
               <vsizetype>0</vsizetype>  
179                <horstretch>0</horstretch>                <horstretch>0</horstretch>
180                <verstretch>0</verstretch>                <verstretch>0</verstretch>
181               </sizepolicy>               </sizepolicy>
# Line 282  Line 235 
235              <property name="text" >              <property name="text" >
236               <string>&amp;Start server locally</string>               <string>&amp;Start server locally</string>
237              </property>              </property>
             <property name="shortcut" >  
              <string>Alt+S</string>  
             </property>  
238             </widget>             </widget>
239            </item>            </item>
240            <item row="4" column="1" colspan="4" >            <item row="4" column="1" colspan="4" >
241             <widget class="QComboBox" name="ServerCmdLineComboBox" >             <widget class="QComboBox" name="ServerCmdLineComboBox" >
242              <property name="sizePolicy" >              <property name="sizePolicy" >
243               <sizepolicy>               <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
               <hsizetype>7</hsizetype>  
               <vsizetype>0</vsizetype>  
244                <horstretch>0</horstretch>                <horstretch>0</horstretch>
245                <verstretch>0</verstretch>                <verstretch>0</verstretch>
246               </sizepolicy>               </sizepolicy>
# Line 341  Line 289 
289            <item row="5" column="1" >            <item row="5" column="1" >
290             <widget class="QSpinBox" name="StartDelaySpinBox" >             <widget class="QSpinBox" name="StartDelaySpinBox" >
291              <property name="sizePolicy" >              <property name="sizePolicy" >
292               <sizepolicy>               <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
               <hsizetype>5</hsizetype>  
               <vsizetype>0</vsizetype>  
293                <horstretch>0</horstretch>                <horstretch>0</horstretch>
294                <verstretch>0</verstretch>                <verstretch>0</verstretch>
295               </sizepolicy>               </sizepolicy>
# Line 366  Line 312 
312              <property name="suffix" >              <property name="suffix" >
313               <string> secs</string>               <string> secs</string>
314              </property>              </property>
             <property name="maximum" >  
              <number>100</number>  
             </property>  
315              <property name="minimum" >              <property name="minimum" >
316               <number>1</number>               <number>1</number>
317              </property>              </property>
318                <property name="maximum" >
319                 <number>100</number>
320                </property>
321              <property name="value" >              <property name="value" >
322               <number>3</number>               <number>3</number>
323              </property>              </property>
# Line 385  Line 331 
331              <property name="sizeType" >              <property name="sizeType" >
332               <enum>QSizePolicy::Expanding</enum>               <enum>QSizePolicy::Expanding</enum>
333              </property>              </property>
334              <property name="sizeHint" >              <property name="sizeHint" stdset="0" >
335               <size>               <size>
336                <width>320</width>                <width>320</width>
337                <height>16</height>                <height>16</height>
# Line 401  Line 347 
347              <property name="sizeType" >              <property name="sizeType" >
348               <enum>QSizePolicy::Expanding</enum>               <enum>QSizePolicy::Expanding</enum>
349              </property>              </property>
350              <property name="sizeHint" >              <property name="sizeHint" stdset="0" >
351               <size>               <size>
352                <width>20</width>                <width>20</width>
353                <height>20</height>                <height>20</height>
# Line 417  Line 363 
363              <property name="sizeType" >              <property name="sizeType" >
364               <enum>QSizePolicy::Expanding</enum>               <enum>QSizePolicy::Expanding</enum>
365              </property>              </property>
366              <property name="sizeHint" >              <property name="sizeHint" stdset="0" >
367               <size>               <size>
368                <width>320</width>                <width>320</width>
369                <height>16</height>                <height>16</height>
# Line 428  Line 374 
374            <item row="1" column="1" >            <item row="1" column="1" >
375             <widget class="QSpinBox" name="ServerTimeoutSpinBox" >             <widget class="QSpinBox" name="ServerTimeoutSpinBox" >
376              <property name="sizePolicy" >              <property name="sizePolicy" >
377               <sizepolicy>               <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
               <hsizetype>5</hsizetype>  
               <vsizetype>0</vsizetype>  
378                <horstretch>0</horstretch>                <horstretch>0</horstretch>
379                <verstretch>0</verstretch>                <verstretch>0</verstretch>
380               </sizepolicy>               </sizepolicy>
# Line 453  Line 397 
397              <property name="suffix" >              <property name="suffix" >
398               <string> msec</string>               <string> msec</string>
399              </property>              </property>
             <property name="maximum" >  
              <number>60000</number>  
             </property>  
400              <property name="minimum" >              <property name="minimum" >
401               <number>100</number>               <number>100</number>
402              </property>              </property>
403                <property name="maximum" >
404                 <number>60000</number>
405                </property>
406              <property name="singleStep" >              <property name="singleStep" >
407               <number>100</number>               <number>100</number>
408              </property>              </property>
# Line 497  Line 441 
441              <property name="sizeType" >              <property name="sizeType" >
442               <enum>QSizePolicy::Expanding</enum>               <enum>QSizePolicy::Expanding</enum>
443              </property>              </property>
444              <property name="sizeHint" >              <property name="sizeHint" stdset="0" >
445               <size>               <size>
446                <width>20</width>                <width>20</width>
447                <height>20</height>                <height>20</height>
# Line 532  Line 476 
476            <item row="0" column="1" colspan="3" >            <item row="0" column="1" colspan="3" >
477             <widget class="QComboBox" name="MessagesLogPathComboBox" >             <widget class="QComboBox" name="MessagesLogPathComboBox" >
478              <property name="sizePolicy" >              <property name="sizePolicy" >
479               <sizepolicy>               <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
               <hsizetype>7</hsizetype>  
               <vsizetype>0</vsizetype>  
480                <horstretch>0</horstretch>                <horstretch>0</horstretch>
481                <verstretch>0</verstretch>                <verstretch>0</verstretch>
482               </sizepolicy>               </sizepolicy>
# Line 598  Line 540 
540              <property name="text" >              <property name="text" >
541               <string>&amp;Messages log file:</string>               <string>&amp;Messages log file:</string>
542              </property>              </property>
543              <property name="shortcut" >             </widget>
544               <string>Alt+M</string>            </item>
545             </layout>
546            </widget>
547           </item>
548          </layout>
549         </widget>
550         <widget class="QWidget" name="TuningTabPage" >
551          <property name="geometry" >
552           <rect>
553            <x>0</x>
554            <y>0</y>
555            <width>527</width>
556            <height>352</height>
557           </rect>
558          </property>
559          <attribute name="title" >
560           <string>&amp;Tuning</string>
561          </attribute>
562          <layout class="QGridLayout" >
563           <item row="0" column="0" >
564            <widget class="QGroupBox" name="LimitsGroupBox" >
565             <property name="font" >
566              <font>
567               <weight>75</weight>
568               <bold>true</bold>
569              </font>
570             </property>
571             <property name="title" >
572              <string>Limits</string>
573             </property>
574             <property name="flat" >
575              <bool>true</bool>
576             </property>
577             <layout class="QGridLayout" >
578              <item row="0" column="0" >
579               <widget class="QLabel" name="MaxVoicesTextLabel" >
580                <property name="font" >
581                 <font>
582                  <weight>50</weight>
583                  <bold>false</bold>
584                 </font>
585                </property>
586                <property name="text" >
587                 <string>Maximum number of voices:</string>
588                </property>
589               </widget>
590              </item>
591              <item row="0" column="1" >
592               <widget class="QSpinBox" name="MaxVoicesSpinBox" >
593                <property name="minimumSize" >
594                 <size>
595                  <width>60</width>
596                  <height>0</height>
597                 </size>
598                </property>
599                <property name="font" >
600                 <font>
601                  <weight>50</weight>
602                  <bold>false</bold>
603                 </font>
604                </property>
605                <property name="toolTip" >
606                 <string>Maximum number of voices</string>
607                </property>
608                <property name="maximum" >
609                 <number>999999999</number>
610                </property>
611               </widget>
612              </item>
613              <item rowspan="2" row="0" column="2" >
614               <spacer>
615                <property name="orientation" >
616                 <enum>Qt::Horizontal</enum>
617                </property>
618                <property name="sizeHint" stdset="0" >
619                 <size>
620                  <width>250</width>
621                  <height>20</height>
622                 </size>
623                </property>
624               </spacer>
625              </item>
626              <item row="1" column="0" >
627               <widget class="QLabel" name="MaxDiskStreamsTextLabel" >
628                <property name="font" >
629                 <font>
630                  <weight>50</weight>
631                  <bold>false</bold>
632                 </font>
633                </property>
634                <property name="text" >
635                 <string>Maximum number of disk streams:</string>
636                </property>
637               </widget>
638              </item>
639              <item row="1" column="1" >
640               <widget class="QSpinBox" name="MaxStreamsSpinBox" >
641                <property name="minimumSize" >
642                 <size>
643                  <width>60</width>
644                  <height>0</height>
645                 </size>
646                </property>
647                <property name="font" >
648                 <font>
649                  <weight>50</weight>
650                  <bold>false</bold>
651                 </font>
652                </property>
653                <property name="toolTip" >
654                 <string>Maximum number of disk streams</string>
655                </property>
656                <property name="maximum" >
657                 <number>999999999</number>
658              </property>              </property>
659             </widget>             </widget>
660            </item>            </item>
661              <item row="2" column="0" colspan="3" >
662               <spacer>
663                <property name="orientation" >
664                 <enum>Qt::Vertical</enum>
665                </property>
666                <property name="sizeHint" stdset="0" >
667                 <size>
668                  <width>20</width>
669                  <height>194</height>
670                 </size>
671                </property>
672               </spacer>
673              </item>
674           </layout>           </layout>
675          </widget>          </widget>
676         </item>         </item>
677        </layout>        </layout>
678       </widget>       </widget>
679       <widget class="QWidget" name="DisplayTabPage" >       <widget class="QWidget" name="DisplayTabPage" >
680          <property name="geometry" >
681           <rect>
682            <x>0</x>
683            <y>0</y>
684            <width>800</width>
685            <height>480</height>
686           </rect>
687          </property>
688        <attribute name="title" >        <attribute name="title" >
689         <string>&amp;Display</string>         <string>&amp;Display</string>
690        </attribute>        </attribute>
691        <layout class="QVBoxLayout" >        <layout class="QVBoxLayout" >
        <property name="margin" >  
         <number>8</number>  
        </property>  
        <property name="spacing" >  
         <number>4</number>  
        </property>  
692         <item>         <item>
693          <widget class="QGroupBox" name="ChannelsGroupBox" >          <widget class="QGroupBox" name="ChannelsGroupBox" >
694           <property name="font" >           <property name="font" >
# Line 642  Line 712 
712            </property>            </property>
713            <item row="0" column="0" >            <item row="0" column="0" >
714             <widget class="QLabel" name="DisplayFontTextLabel" >             <widget class="QLabel" name="DisplayFontTextLabel" >
             <property name="font" >  
              <font>  
               <weight>50</weight>  
               <bold>false</bold>  
              </font>  
             </property>  
715              <property name="sizePolicy" >              <property name="sizePolicy" >
716               <sizepolicy>               <sizepolicy vsizetype="Minimum" hsizetype="MinimumExpanding" >
               <hsizetype>3</hsizetype>  
               <vsizetype>1</vsizetype>  
717                <horstretch>0</horstretch>                <horstretch>0</horstretch>
718                <verstretch>0</verstretch>                <verstretch>0</verstretch>
719               </sizepolicy>               </sizepolicy>
# Line 668  Line 730 
730                <height>32767</height>                <height>32767</height>
731               </size>               </size>
732              </property>              </property>
733                <property name="font" >
734                 <font>
735                  <weight>50</weight>
736                  <bold>false</bold>
737                 </font>
738                </property>
739              <property name="toolTip" >              <property name="toolTip" >
740               <string>Sample channel display font display</string>               <string>Sample channel display font display</string>
741              </property>              </property>
# Line 705  Line 773 
773              <property name="text" >              <property name="text" >
774               <string>&amp;Font...</string>               <string>&amp;Font...</string>
775              </property>              </property>
             <property name="shortcut" >  
              <string>Alt+F</string>  
             </property>  
776              <property name="autoDefault" >              <property name="autoDefault" >
777               <bool>false</bool>               <bool>false</bool>
778              </property>              </property>
# Line 721  Line 786 
786              <property name="sizeType" >              <property name="sizeType" >
787               <enum>QSizePolicy::Expanding</enum>               <enum>QSizePolicy::Expanding</enum>
788              </property>              </property>
789              <property name="sizeHint" >              <property name="sizeHint" stdset="0" >
790               <size>               <size>
791                <width>56</width>                <width>56</width>
792                <height>16</height>                <height>16</height>
# Line 743  Line 808 
808              <property name="text" >              <property name="text" >
809               <string>&amp;Auto refresh:</string>               <string>&amp;Auto refresh:</string>
810              </property>              </property>
             <property name="shortcut" >  
              <string>Alt+A</string>  
             </property>  
811             </widget>             </widget>
812            </item>            </item>
813            <item row="1" column="3" >            <item row="1" column="3" >
# Line 773  Line 835 
835            <item row="0" column="4" >            <item row="0" column="4" >
836             <widget class="QSpinBox" name="AutoRefreshTimeSpinBox" >             <widget class="QSpinBox" name="AutoRefreshTimeSpinBox" >
837              <property name="sizePolicy" >              <property name="sizePolicy" >
838               <sizepolicy>               <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
               <hsizetype>1</hsizetype>  
               <vsizetype>0</vsizetype>  
839                <horstretch>0</horstretch>                <horstretch>0</horstretch>
840                <verstretch>0</verstretch>                <verstretch>0</verstretch>
841               </sizepolicy>               </sizepolicy>
# Line 792  Line 852 
852              <property name="suffix" >              <property name="suffix" >
853               <string> msec</string>               <string> msec</string>
854              </property>              </property>
             <property name="maximum" >  
              <number>20000</number>  
             </property>  
855              <property name="minimum" >              <property name="minimum" >
856               <number>200</number>               <number>200</number>
857              </property>              </property>
858                <property name="maximum" >
859                 <number>20000</number>
860                </property>
861              <property name="singleStep" >              <property name="singleStep" >
862               <number>100</number>               <number>100</number>
863              </property>              </property>
# Line 809  Line 869 
869            <item row="1" column="4" >            <item row="1" column="4" >
870             <widget class="QSpinBox" name="MaxVolumeSpinBox" >             <widget class="QSpinBox" name="MaxVolumeSpinBox" >
871              <property name="sizePolicy" >              <property name="sizePolicy" >
872               <sizepolicy>               <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
               <hsizetype>1</hsizetype>  
               <vsizetype>0</vsizetype>  
873                <horstretch>0</horstretch>                <horstretch>0</horstretch>
874                <verstretch>0</verstretch>                <verstretch>0</verstretch>
875               </sizepolicy>               </sizepolicy>
# Line 853  Line 911 
911              <property name="text" >              <property name="text" >
912               <string>Display shiny glass light &amp;effect</string>               <string>Display shiny glass light &amp;effect</string>
913              </property>              </property>
             <property name="shortcut" >  
              <string>Alt+E</string>  
             </property>  
914             </widget>             </widget>
915            </item>            </item>
916           </layout>           </layout>
# Line 876  Line 931 
931            <bool>true</bool>            <bool>true</bool>
932           </property>           </property>
933           <layout class="QHBoxLayout" >           <layout class="QHBoxLayout" >
934            <property name="margin" >            <property name="spacing" >
935             <number>4</number>             <number>4</number>
936            </property>            </property>
937            <property name="spacing" >            <property name="margin" >
938             <number>4</number>             <number>4</number>
939            </property>            </property>
940            <item>            <item>
941             <widget class="QLabel" name="MessagesFontTextLabel" >             <widget class="QLabel" name="MessagesFontTextLabel" >
942              <property name="sizePolicy" >              <property name="sizePolicy" >
943               <sizepolicy>               <sizepolicy vsizetype="Minimum" hsizetype="MinimumExpanding" >
               <hsizetype>3</hsizetype>  
               <vsizetype>1</vsizetype>  
944                <horstretch>0</horstretch>                <horstretch>0</horstretch>
945                <verstretch>0</verstretch>                <verstretch>0</verstretch>
946               </sizepolicy>               </sizepolicy>
947              </property>              </property>
             <property name="font" >  
              <font>  
               <weight>50</weight>  
               <bold>false</bold>  
              </font>  
             </property>  
948              <property name="minimumSize" >              <property name="minimumSize" >
949               <size>               <size>
950                <width>180</width>                <width>180</width>
# Line 910  Line 957 
957                <height>32767</height>                <height>32767</height>
958               </size>               </size>
959              </property>              </property>
960                <property name="font" >
961                 <font>
962                  <weight>50</weight>
963                  <bold>false</bold>
964                 </font>
965                </property>
966              <property name="toolTip" >              <property name="toolTip" >
967               <string>Sample messages text font display</string>               <string>Sample messages text font display</string>
968              </property>              </property>
# Line 944  Line 997 
997              <property name="text" >              <property name="text" >
998               <string>&amp;Font...</string>               <string>&amp;Font...</string>
999              </property>              </property>
             <property name="shortcut" >  
              <string>Alt+F</string>  
             </property>  
1000              <property name="autoDefault" >              <property name="autoDefault" >
1001               <bool>false</bool>               <bool>false</bool>
1002              </property>              </property>
# Line 960  Line 1010 
1010              <property name="sizeType" >              <property name="sizeType" >
1011               <enum>QSizePolicy::Expanding</enum>               <enum>QSizePolicy::Expanding</enum>
1012              </property>              </property>
1013              <property name="sizeHint" >              <property name="sizeHint" stdset="0" >
1014               <size>               <size>
1015                <width>49</width>                <width>49</width>
1016                <height>16</height>                <height>16</height>
# Line 982  Line 1032 
1032              <property name="text" >              <property name="text" >
1033               <string>&amp;Messages limit:</string>               <string>&amp;Messages limit:</string>
1034              </property>              </property>
             <property name="shortcut" >  
              <string>Alt+M</string>  
             </property>  
1035             </widget>             </widget>
1036            </item>            </item>
1037            <item>            <item>
# Line 1001  Line 1048 
1048              <property name="suffix" >              <property name="suffix" >
1049               <string> lines</string>               <string> lines</string>
1050              </property>              </property>
             <property name="maximum" >  
              <number>10000</number>  
             </property>  
1051              <property name="minimum" >              <property name="minimum" >
1052               <number>100</number>               <number>100</number>
1053              </property>              </property>
1054                <property name="maximum" >
1055                 <number>10000</number>
1056                </property>
1057              <property name="singleStep" >              <property name="singleStep" >
1058               <number>100</number>               <number>100</number>
1059              </property>              </property>
# Line 1033  Line 1080 
1080            <bool>true</bool>            <bool>true</bool>
1081           </property>           </property>
1082           <layout class="QGridLayout" >           <layout class="QGridLayout" >
1083            <property name="margin" >            <item row="0" column="0" >
1084             <number>4</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>  
                 <weight>50</weight>  
                 <bold>false</bold>  
                </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>  
                 <weight>50</weight>  
                 <bold>false</bold>  
                </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>  
                 <weight>50</weight>  
                 <bold>false</bold>  
                </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>  
                 <weight>50</weight>  
                 <bold>false</bold>  
                </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>  
                 <weight>50</weight>  
                 <bold>false</bold>  
                </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" >  
1085              <property name="font" >              <property name="font" >
1086               <font>               <font>
1087                <weight>50</weight>                <weight>50</weight>
# Line 1153  Line 1089 
1089               </font>               </font>
1090              </property>              </property>
1091              <property name="toolTip" >              <property name="toolTip" >
1092               <string>The maximum number of recent files to keep in menu</string>               <string>Whether to ask for confirmation on removals</string>
1093              </property>              </property>
1094              <property name="maximum" >              <property name="text" >
1095               <number>20</number>               <string>&amp;Confirm removals</string>
             </property>  
             <property name="minimum" >  
              <number>0</number>  
             </property>  
             <property name="value" >  
              <number>5</number>  
1096              </property>              </property>
1097             </widget>             </widget>
1098            </item>            </item>
1099            <item row="0" column="2" >            <item row="0" column="1" colspan="2" >
1100             <widget class="QLabel" name="MaxRecentFilesTextLabel" >             <widget class="QLabel" name="MaxRecentFilesTextLabel" >
1101              <property name="font" >              <property name="font" >
1102               <font>               <font>
# Line 1188  Line 1118 
1118              </property>              </property>
1119             </widget>             </widget>
1120            </item>            </item>
1121            <item row="0" column="1" >            <item row="0" column="3" >
1122             <spacer>             <widget class="QSpinBox" name="MaxRecentFilesSpinBox" >
1123              <property name="orientation" >              <property name="font" >
1124               <enum>Qt::Horizontal</enum>               <font>
1125                  <weight>50</weight>
1126                  <bold>false</bold>
1127                 </font>
1128              </property>              </property>
1129              <property name="sizeType" >              <property name="toolTip" >
1130               <enum>QSizePolicy::Expanding</enum>               <string>The maximum number of recent files to keep in menu</string>
1131              </property>              </property>
1132              <property name="sizeHint" >              <property name="minimum" >
1133               <size>               <number>0</number>
               <width>110</width>  
               <height>16</height>  
              </size>  
1134              </property>              </property>
1135             </spacer>              <property name="maximum" >
1136                 <number>20</number>
1137                </property>
1138                <property name="value" >
1139                 <number>5</number>
1140                </property>
1141               </widget>
1142            </item>            </item>
1143            <item row="1" column="1" colspan="3" >            <item row="1" column="0" >
1144               <widget class="QCheckBox" name="KeepOnTopCheckBox" >
1145                <property name="font" >
1146                 <font>
1147                  <weight>50</weight>
1148                  <bold>false</bold>
1149                 </font>
1150                </property>
1151                <property name="toolTip" >
1152                 <string>Whether to keep all child windows on top of the main window</string>
1153                </property>
1154                <property name="text" >
1155                 <string>&amp;Keep child windows always on top</string>
1156                </property>
1157               </widget>
1158              </item>
1159              <item rowspan="3" row="1" column="1" colspan="3" >
1160             <spacer>             <spacer>
1161              <property name="orientation" >              <property name="orientation" >
1162               <enum>Qt::Horizontal</enum>               <enum>Qt::Horizontal</enum>
1163              </property>              </property>
1164              <property name="sizeType" >              <property name="sizeHint" stdset="0" >
              <enum>QSizePolicy::Expanding</enum>  
             </property>  
             <property name="sizeHint" >  
1165               <size>               <size>
1166                <width>280</width>                <width>281</width>
1167                <height>16</height>                <height>48</height>
1168               </size>               </size>
1169              </property>              </property>
1170             </spacer>             </spacer>
1171            </item>            </item>
1172              <item row="2" column="0" >
1173               <widget class="QCheckBox" name="StdoutCaptureCheckBox" >
1174                <property name="font" >
1175                 <font>
1176                  <weight>50</weight>
1177                  <bold>false</bold>
1178                 </font>
1179                </property>
1180                <property name="toolTip" >
1181                 <string>Whether to capture standard output (stdout/stderr) into messages window</string>
1182                </property>
1183                <property name="text" >
1184                 <string>Capture standard &amp;output</string>
1185                </property>
1186               </widget>
1187              </item>
1188              <item row="3" column="0" >
1189               <widget class="QCheckBox" name="CompletePathCheckBox" >
1190                <property name="font" >
1191                 <font>
1192                  <weight>50</weight>
1193                  <bold>false</bold>
1194                 </font>
1195                </property>
1196                <property name="toolTip" >
1197                 <string>Whether to show the complete directory path of loaded session files</string>
1198                </property>
1199                <property name="text" >
1200                 <string>Show complete &amp;path of session files</string>
1201                </property>
1202               </widget>
1203              </item>
1204              <item row="4" column="0" >
1205               <widget class="QCheckBox" name="InstrumentNamesCheckBox" >
1206                <property name="font" >
1207                 <font>
1208                  <weight>50</weight>
1209                  <bold>false</bold>
1210                 </font>
1211                </property>
1212                <property name="toolTip" >
1213                 <string>Whether to show the actual instrument names as read from instrument file (using libgig)</string>
1214                </property>
1215                <property name="text" >
1216                 <string>Show actual &amp;instrument names</string>
1217                </property>
1218               </widget>
1219              </item>
1220              <item row="4" column="1" colspan="2" >
1221               <widget class="QLabel" name="BaseFontSizeTextLabel" >
1222                <property name="font" >
1223                 <font>
1224                  <weight>50</weight>
1225                  <bold>false</bold>
1226                 </font>
1227                </property>
1228                <property name="text" >
1229                 <string>&amp;Base font size:</string>
1230                </property>
1231                <property name="alignment" >
1232                 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1233                </property>
1234                <property name="buddy" >
1235                 <cstring>BaseFontSizeComboBox</cstring>
1236                </property>
1237               </widget>
1238              </item>
1239              <item row="4" column="3" >
1240               <widget class="QComboBox" name="BaseFontSizeComboBox" >
1241                <property name="font" >
1242                 <font>
1243                  <weight>50</weight>
1244                  <bold>false</bold>
1245                 </font>
1246                </property>
1247                <property name="toolTip" >
1248                 <string>Base application font size (pt.)</string>
1249                </property>
1250                <property name="editable" >
1251                 <bool>true</bool>
1252                </property>
1253                <item>
1254                 <property name="text" >
1255                  <string>(default)</string>
1256                 </property>
1257                </item>
1258                <item>
1259                 <property name="text" >
1260                  <string>6</string>
1261                 </property>
1262                </item>
1263                <item>
1264                 <property name="text" >
1265                  <string>7</string>
1266                 </property>
1267                </item>
1268                <item>
1269                 <property name="text" >
1270                  <string>8</string>
1271                 </property>
1272                </item>
1273                <item>
1274                 <property name="text" >
1275                  <string>9</string>
1276                 </property>
1277                </item>
1278                <item>
1279                 <property name="text" >
1280                  <string>10</string>
1281                 </property>
1282                </item>
1283                <item>
1284                 <property name="text" >
1285                  <string>11</string>
1286                 </property>
1287                </item>
1288                <item>
1289                 <property name="text" >
1290                  <string>12</string>
1291                 </property>
1292                </item>
1293               </widget>
1294              </item>
1295           </layout>           </layout>
1296          </widget>          </widget>
1297         </item>         </item>
# Line 1227  Line 1299 
1299       </widget>       </widget>
1300      </widget>      </widget>
1301     </item>     </item>
1302       <item row="1" column="0" >
1303        <widget class="QDialogButtonBox" name="DialogButtonBox">
1304         <property name="orientation">
1305          <enum>Qt::Horizontal</enum>
1306         </property>
1307         <property name="standardButtons">
1308          <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
1309         </property>
1310        </widget>
1311       </item>
1312    </layout>    </layout>
1313   </widget>   </widget>
1314   <layoutdefault spacing="4" margin="4" />   <layoutdefault spacing="4" margin="4" />
# Line 1255  Line 1337 
1337    <tabstop>CompletePathCheckBox</tabstop>    <tabstop>CompletePathCheckBox</tabstop>
1338    <tabstop>InstrumentNamesCheckBox</tabstop>    <tabstop>InstrumentNamesCheckBox</tabstop>
1339    <tabstop>MaxRecentFilesSpinBox</tabstop>    <tabstop>MaxRecentFilesSpinBox</tabstop>
1340    <tabstop>OkPushButton</tabstop>    <tabstop>BaseFontSizeComboBox</tabstop>
1341    <tabstop>CancelPushButton</tabstop>    <tabstop>DialogButtonBox</tabstop>
1342   </tabstops>   </tabstops>
1343   <resources>   <resources>
1344    <include location="../icons/qsampler.qrc" />    <include location="qsampler.qrc" />
1345   </resources>   </resources>
1346     <connections/>
1347  </ui>  </ui>

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

  ViewVC Help
Powered by ViewVC