/[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 2721 by capela, Thu Oct 16 17:11:32 2014 UTC revision 2722 by capela, Tue Mar 3 17:41:04 2015 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-2014, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2005-2015, 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 26  Line 26 
26     <rect>     <rect>
27      <x>0</x>      <x>0</x>
28      <y>0</y>      <y>0</y>
29      <width>539</width>      <width>520</width>
30      <height>422</height>      <height>420</height>
31     </rect>     </rect>
32    </property>    </property>
33    <property name="windowTitle" >    <property name="windowTitle" >
# Line 1156  Line 1156 
1156              </property>              </property>
1157             </widget>             </widget>
1158            </item>            </item>
1159            <item rowspan="3" row="1" column="1" colspan="3" >            <item row="1" column="2" colspan="2">
1160             <spacer>             <widget class="QCheckBox" name="ConfirmResetCheckBox" >
1161              <property name="orientation" >              <property name="font" >
1162               <enum>Qt::Horizontal</enum>               <font>
1163                  <weight>50</weight>
1164                  <bold>false</bold>
1165                 </font>
1166              </property>              </property>
1167              <property name="sizeHint" stdset="0" >              <property name="toolTip" >
1168               <size>               <string>Whether to ask for session reset</string>
               <width>281</width>  
               <height>48</height>  
              </size>  
1169              </property>              </property>
1170             </spacer>              <property name="text" >
1171                 <string>&amp;Confirm session reset</string>
1172                </property>
1173               </widget>
1174            </item>            </item>
1175            <item row="2" column="0" >            <item row="2" column="0" >
1176             <widget class="QCheckBox" name="StdoutCaptureCheckBox" >             <widget class="QCheckBox" name="StdoutCaptureCheckBox" >
# Line 1185  Line 1188 
1188              </property>              </property>
1189             </widget>             </widget>
1190            </item>            </item>
1191              <item row="2" column="2" colspan="2">
1192               <widget class="QCheckBox" name="ConfirmRestartCheckBox" >
1193                <property name="font" >
1194                 <font>
1195                  <weight>50</weight>
1196                  <bold>false</bold>
1197                 </font>
1198                </property>
1199                <property name="toolTip" >
1200                 <string>Whether to ask for session restart</string>
1201                </property>
1202                <property name="text" >
1203                 <string>&amp;Confirm session restart</string>
1204                </property>
1205               </widget>
1206              </item>
1207            <item row="3" column="0" >            <item row="3" column="0" >
1208             <widget class="QCheckBox" name="CompletePathCheckBox" >             <widget class="QCheckBox" name="CompletePathCheckBox" >
1209              <property name="font" >              <property name="font" >
# Line 1201  Line 1220 
1220              </property>              </property>
1221             </widget>             </widget>
1222            </item>            </item>
1223              <item row="3" column="2" colspan="2">
1224               <widget class="QCheckBox" name="ConfirmErrorCheckBox" >
1225                <property name="font" >
1226                 <font>
1227                  <weight>50</weight>
1228                  <bold>false</bold>
1229                 </font>
1230                </property>
1231                <property name="toolTip" >
1232                 <string>Whether to show session errors</string>
1233                </property>
1234                <property name="text" >
1235                 <string>&amp;Confirm session errors</string>
1236                </property>
1237               </widget>
1238              </item>
1239            <item row="4" column="0" >            <item row="4" column="0" >
1240             <widget class="QCheckBox" name="InstrumentNamesCheckBox" >             <widget class="QCheckBox" name="InstrumentNamesCheckBox" >
1241              <property name="font" >              <property name="font" >
# Line 1337  Line 1372 
1372    <tabstop>CompletePathCheckBox</tabstop>    <tabstop>CompletePathCheckBox</tabstop>
1373    <tabstop>InstrumentNamesCheckBox</tabstop>    <tabstop>InstrumentNamesCheckBox</tabstop>
1374    <tabstop>MaxRecentFilesSpinBox</tabstop>    <tabstop>MaxRecentFilesSpinBox</tabstop>
1375      <tabstop>ConfirmResetCheckBox</tabstop>
1376      <tabstop>ConfirmRestartCheckBox</tabstop>
1377      <tabstop>ConfirmErrorCheckBox</tabstop>
1378    <tabstop>BaseFontSizeComboBox</tabstop>    <tabstop>BaseFontSizeComboBox</tabstop>
1379    <tabstop>DialogButtonBox</tabstop>    <tabstop>DialogButtonBox</tabstop>
1380   </tabstops>   </tabstops>

Legend:
Removed from v.2721  
changed lines
  Added in v.2722

  ViewVC Help
Powered by ViewVC