/[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 1803 by schoenebeck, Sun Dec 7 13:58:16 2008 UTC revision 1816 by schoenebeck, Mon Dec 22 13:28:53 2008 UTC
# Line 26  Line 26 
26     <rect>     <rect>
27      <x>0</x>      <x>0</x>
28      <y>0</y>      <y>0</y>
29      <width>537</width>      <width>539</width>
30      <height>422</height>      <height>422</height>
31     </rect>     </rect>
32    </property>    </property>
# Line 108  Line 108 
108         <rect>         <rect>
109          <x>0</x>          <x>0</x>
110          <y>0</y>          <y>0</y>
111          <width>525</width>          <width>527</width>
112          <height>352</height>          <height>352</height>
113         </rect>         </rect>
114        </property>        </property>
# Line 606  Line 606 
606         <rect>         <rect>
607          <x>0</x>          <x>0</x>
608          <y>0</y>          <y>0</y>
609          <width>525</width>          <width>527</width>
610          <height>352</height>          <height>352</height>
611         </rect>         </rect>
612        </property>        </property>
613        <attribute name="title" >        <attribute name="title" >
614         <string>&amp;Tuning</string>         <string>&amp;Tuning</string>
615        </attribute>        </attribute>
616        <layout class="QGridLayout" name="gridLayout" >        <layout class="QGridLayout" >
617         <item row="0" column="0" >         <item row="0" column="0" >
618          <widget class="QGroupBox" name="LimitsGroupBox" >          <widget class="QGroupBox" name="LimitsGroupBox" >
619           <property name="font" >           <property name="font" >
# Line 628  Line 628 
628           <property name="flat" >           <property name="flat" >
629            <bool>true</bool>            <bool>true</bool>
630           </property>           </property>
631           <layout class="QGridLayout" name="_2" >           <layout class="QGridLayout" >
           <property name="margin" >  
            <number>8</number>  
           </property>  
           <property name="spacing" >  
            <number>4</number>  
           </property>  
632            <item row="0" column="0" >            <item row="0" column="0" >
633             <widget class="QLabel" name="MaxVoicesTextLabel" >             <widget class="QLabel" name="MaxVoicesTextLabel" >
634              <property name="font" >              <property name="font" >
# Line 644  Line 638 
638               </font>               </font>
639              </property>              </property>
640              <property name="text" >              <property name="text" >
641               <string>Max. Voices:</string>               <string>Maximum number of voices:</string>
642              </property>              </property>
643             </widget>             </widget>
644            </item>            </item>
645            <item row="0" column="1" >            <item row="0" column="1" >
646             <widget class="QSpinBox" name="MaxVoicesSpinBox" >             <widget class="QSpinBox" name="MaxVoicesSpinBox" >
647                <property name="minimumSize" >
648                 <size>
649                  <width>60</width>
650                  <height>0</height>
651                 </size>
652                </property>
653              <property name="font" >              <property name="font" >
654               <font>               <font>
655                <weight>50</weight>                <weight>50</weight>
656                <bold>false</bold>                <bold>false</bold>
657               </font>               </font>
658              </property>              </property>
659                <property name="toolTip" >
660                 <string>Maximum number of voices</string>
661                </property>
662                <property name="maximum" >
663                 <number>999999999</number>
664                </property>
665             </widget>             </widget>
666            </item>            </item>
667            <item row="1" column="1" >            <item rowspan="2" row="0" column="2" >
668             <widget class="QSpinBox" name="MaxStreamsSpinBox" >             <spacer>
669                <property name="orientation" >
670                 <enum>Qt::Horizontal</enum>
671                </property>
672                <property name="sizeHint" stdset="0" >
673                 <size>
674                  <width>250</width>
675                  <height>20</height>
676                 </size>
677                </property>
678               </spacer>
679              </item>
680              <item row="1" column="0" >
681               <widget class="QLabel" name="MaxDiskStreamsTextLabel" >
682              <property name="font" >              <property name="font" >
683               <font>               <font>
684                <weight>50</weight>                <weight>50</weight>
685                <bold>false</bold>                <bold>false</bold>
686               </font>               </font>
687              </property>              </property>
688                <property name="text" >
689                 <string>Maximum number of disk streams:</string>
690                </property>
691             </widget>             </widget>
692            </item>            </item>
693            <item row="1" column="0" >            <item row="1" column="1" >
694             <widget class="QLabel" name="MaxDiskStreamsTextLabel" >             <widget class="QSpinBox" name="MaxStreamsSpinBox" >
695                <property name="minimumSize" >
696                 <size>
697                  <width>60</width>
698                  <height>0</height>
699                 </size>
700                </property>
701              <property name="font" >              <property name="font" >
702               <font>               <font>
703                <weight>50</weight>                <weight>50</weight>
704                <bold>false</bold>                <bold>false</bold>
705               </font>               </font>
706              </property>              </property>
707              <property name="text" >              <property name="toolTip" >
708               <string>Max. Disk Streams:</string>               <string>Maximum number of disk streams</string>
709                </property>
710                <property name="maximum" >
711                 <number>999999999</number>
712              </property>              </property>
713             </widget>             </widget>
714            </item>            </item>
715              <item row="2" column="0" colspan="3" >
716               <spacer>
717                <property name="orientation" >
718                 <enum>Qt::Vertical</enum>
719                </property>
720                <property name="sizeHint" stdset="0" >
721                 <size>
722                  <width>20</width>
723                  <height>194</height>
724                 </size>
725                </property>
726               </spacer>
727              </item>
728           </layout>           </layout>
729          </widget>          </widget>
730         </item>         </item>
        <item row="1" column="0" >  
         <spacer name="verticalSpacer" >  
          <property name="orientation" >  
           <enum>Qt::Vertical</enum>  
          </property>  
          <property name="sizeHint" stdset="0" >  
           <size>  
            <width>20</width>  
            <height>83</height>  
           </size>  
          </property>  
         </spacer>  
        </item>  
731        </layout>        </layout>
732       </widget>       </widget>
733       <widget class="QWidget" name="DisplayTabPage" >       <widget class="QWidget" name="DisplayTabPage" >
# Line 704  Line 735 
735         <rect>         <rect>
736          <x>0</x>          <x>0</x>
737          <y>0</y>          <y>0</y>
738          <width>525</width>          <width>800</width>
739          <height>352</height>          <height>480</height>
740         </rect>         </rect>
741        </property>        </property>
742        <attribute name="title" >        <attribute name="title" >
743         <string>&amp;Display</string>         <string>&amp;Display</string>
744        </attribute>        </attribute>
745        <layout class="QVBoxLayout" name="verticalLayout" >        <layout class="QVBoxLayout" >
746         <item>         <item>
747          <widget class="QGroupBox" name="ChannelsGroupBox" >          <widget class="QGroupBox" name="ChannelsGroupBox" >
748           <property name="font" >           <property name="font" >
# Line 1201  Line 1232 
1232             </widget>             </widget>
1233            </item>            </item>
1234            <item rowspan="3" row="1" column="1" colspan="3" >            <item rowspan="3" row="1" column="1" colspan="3" >
1235             <spacer name="horizontalSpacer" >             <spacer>
1236              <property name="orientation" >              <property name="orientation" >
1237               <enum>Qt::Horizontal</enum>               <enum>Qt::Horizontal</enum>
1238              </property>              </property>

Legend:
Removed from v.1803  
changed lines
  Added in v.1816

  ViewVC Help
Powered by ViewVC