/[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 267 by capela, Wed Oct 6 15:42:59 2004 UTC revision 341 by capela, Tue Jan 18 11:29:01 2005 UTC
# Line 2  Line 2 
2  <class>qsamplerOptionsForm</class>  <class>qsamplerOptionsForm</class>
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.  <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2004, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2005, rncbc aka Rui Nuno Capela. All rights reserved.
6    
7     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 1002  Line 1002 
1002                                              <string>Whether to show the complete directory path of loaded session files</string>                                              <string>Whether to show the complete directory path of loaded session files</string>
1003                                          </property>                                          </property>
1004                                      </widget>                                      </widget>
1005                                        <widget class="QCheckBox">
1006                                            <property name="name">
1007                                                <cstring>InstrumentNamesCheckBox</cstring>
1008                                            </property>
1009                                            <property name="font">
1010                                                <font>
1011                                                    <bold>0</bold>
1012                                                </font>
1013                                            </property>
1014                                            <property name="text">
1015                                                <string>Show actual &amp;instrument names</string>
1016                                            </property>
1017                                            <property name="accel">
1018                                                <string>Alt+I</string>
1019                                            </property>
1020                                            <property name="toolTip" stdset="0">
1021                                                <string>Whether to show the actual instrument names as read from instrument file (using libgig)</string>
1022                                            </property>
1023                                        </widget>
1024                                  </vbox>                                  </vbox>
1025                              </widget>                              </widget>
1026                              <widget class="QSpinBox" row="0" column="3">                              <widget class="QSpinBox" row="0" column="3">
# Line 1196  Line 1215 
1215          <slot>optionsChanged()</slot>          <slot>optionsChanged()</slot>
1216      </connection>      </connection>
1217      <connection>      <connection>
1218            <sender>InstrumentNamesCheckBox</sender>
1219            <signal>stateChanged(int)</signal>
1220            <receiver>qsamplerOptionsForm</receiver>
1221            <slot>optionsChanged()</slot>
1222        </connection>
1223        <connection>
1224          <sender>OkPushButton</sender>          <sender>OkPushButton</sender>
1225          <signal>clicked()</signal>          <signal>clicked()</signal>
1226          <receiver>qsamplerOptionsForm</receiver>          <receiver>qsamplerOptionsForm</receiver>
# Line 1227  Line 1252 
1252      <tabstop>ConfirmRemoveCheckBox</tabstop>      <tabstop>ConfirmRemoveCheckBox</tabstop>
1253      <tabstop>StdoutCaptureCheckBox</tabstop>      <tabstop>StdoutCaptureCheckBox</tabstop>
1254      <tabstop>CompletePathCheckBox</tabstop>      <tabstop>CompletePathCheckBox</tabstop>
1255        <tabstop>InstrumentNamesCheckBox</tabstop>
1256      <tabstop>MaxRecentFilesSpinBox</tabstop>      <tabstop>MaxRecentFilesSpinBox</tabstop>
1257      <tabstop>OkPushButton</tabstop>      <tabstop>OkPushButton</tabstop>
1258      <tabstop>CancelPushButton</tabstop>      <tabstop>CancelPushButton</tabstop>

Legend:
Removed from v.267  
changed lines
  Added in v.341

  ViewVC Help
Powered by ViewVC