/[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 404 by capela, Wed Feb 23 13:47:47 2005 UTC revision 987 by capela, Tue Dec 19 11:19:55 2006 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-2005, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2006, 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 14  Line 14 
14     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15     GNU General Public License for more details.     GNU General Public License for more details.
16    
17     You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License along
18     along with this program; if not, write to the Free Software     with this program; if not, write to the Free Software Foundation, Inc.,
19     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20    
21  </comment>  </comment>
22  <author>rncbc aka Rui Nuno Capela</author>  <author>rncbc aka Rui Nuno Capela</author>
# Line 28  Line 28 
28          <rect>          <rect>
29              <x>0</x>              <x>0</x>
30              <y>0</y>              <y>0</y>
31              <width>520</width>              <width>512</width>
32              <height>323</height>              <height>320</height>
33          </rect>          </rect>
34      </property>      </property>
35      <property name="sizePolicy">      <property name="sizePolicy">
# Line 41  Line 41 
41          </sizepolicy>          </sizepolicy>
42      </property>      </property>
43      <property name="caption">      <property name="caption">
44          <string>qsampler: Options</string>          <string>Qsampler: Options</string>
45      </property>      </property>
46      <property name="sizeGripEnabled">      <property name="sizeGripEnabled">
47          <bool>true</bool>          <bool>true</bool>
# Line 938  Line 938 
938                                              </font>                                              </font>
939                                          </property>                                          </property>
940                                          <property name="text">                                          <property name="text">
941                                              <string>&amp;Confirm channel removal</string>                                              <string>&amp;Confirm removals</string>
942                                          </property>                                          </property>
943                                          <property name="accel">                                          <property name="accel">
944                                              <string>Alt+C</string>                                              <string>Alt+C</string>
945                                          </property>                                          </property>
946                                          <property name="toolTip" stdset="0">                                          <property name="toolTip" stdset="0">
947                                              <string>Whether to ask for confirmation on channel removal</string>                                              <string>Whether to ask for confirmation on removals</string>
948                                          </property>                                          </property>
949                                      </widget>                                      </widget>
950                                                <widget class="QCheckBox">
951                                                    <property name="name">
952                                                        <cstring>KeepOnTopCheckBox</cstring>
953                                                    </property>
954                                                    <property name="font">
955                                                        <font>
956                                                            <bold>0</bold>
957                                                        </font>
958                                                    </property>
959                                                    <property name="text">
960                                                        <string>&amp;Keep child windows always on top</string>
961                                                    </property>
962                                                    <property name="accel">
963                                                        <string>Alt+K</string>
964                                                    </property>
965                                                    <property name="toolTip" stdset="0">
966                                                        <string>Whether to keep all child windows on top of the main window</string>
967                                                    </property>
968                                                </widget>
969                                      <widget class="QCheckBox">                                      <widget class="QCheckBox">
970                                          <property name="name">                                          <property name="name">
971                                              <cstring>StdoutCaptureCheckBox</cstring>                                              <cstring>StdoutCaptureCheckBox</cstring>
# Line 1180  Line 1199 
1199          <slot>optionsChanged()</slot>          <slot>optionsChanged()</slot>
1200      </connection>      </connection>
1201      <connection>      <connection>
1202            <sender>KeepOnTopCheckBox</sender>
1203            <signal>stateChanged(int)</signal>
1204            <receiver>qsamplerOptionsForm</receiver>
1205            <slot>optionsChanged()</slot>
1206        </connection>
1207        <connection>
1208          <sender>StdoutCaptureCheckBox</sender>          <sender>StdoutCaptureCheckBox</sender>
1209          <signal>stateChanged(int)</signal>          <signal>stateChanged(int)</signal>
1210          <receiver>qsamplerOptionsForm</receiver>          <receiver>qsamplerOptionsForm</receiver>
# Line 1233  Line 1258 
1258      <tabstop>MessagesLimitCheckBox</tabstop>      <tabstop>MessagesLimitCheckBox</tabstop>
1259      <tabstop>MessagesLimitLinesSpinBox</tabstop>      <tabstop>MessagesLimitLinesSpinBox</tabstop>
1260      <tabstop>ConfirmRemoveCheckBox</tabstop>      <tabstop>ConfirmRemoveCheckBox</tabstop>
1261        <tabstop>KeepOnTopCheckBox</tabstop>
1262      <tabstop>StdoutCaptureCheckBox</tabstop>      <tabstop>StdoutCaptureCheckBox</tabstop>
1263      <tabstop>CompletePathCheckBox</tabstop>      <tabstop>CompletePathCheckBox</tabstop>
1264      <tabstop>InstrumentNamesCheckBox</tabstop>      <tabstop>InstrumentNamesCheckBox</tabstop>

Legend:
Removed from v.404  
changed lines
  Added in v.987

  ViewVC Help
Powered by ViewVC