/[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 119 by capela, Wed Jun 9 20:24:48 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 544  Line 544 
544                                          <blue>0</blue>                                          <blue>0</blue>
545                                      </color>                                      </color>
546                                  </property>                                  </property>
547                                    <property name="paletteBackgroundColor">
548                                        <color>
549                                            <red>0</red>
550                                            <green>0</green>
551                                            <blue>0</blue>
552                                        </color>
553                                    </property>
554                                  <property name="paletteBackgroundPixmap">                                  <property name="paletteBackgroundPixmap">
555                                      <pixmap>displaybg1.png</pixmap>                                      <pixmap>displaybg1.png</pixmap>
556                                  </property>                                  </property>
# Line 626  Line 633 
633                                      <string>Whether to refresh the channels view automatically</string>                                      <string>Whether to refresh the channels view automatically</string>
634                                  </property>                                  </property>
635                              </widget>                              </widget>
636                                <widget class="QCheckBox" row="1" column="0" colspan="2">
637                                    <property name="name">
638                                        <cstring>DisplayEffectCheckBox</cstring>
639                                    </property>
640                                    <property name="font">
641                                        <font>
642                                            <bold>0</bold>
643                                        </font>
644                                    </property>
645                                    <property name="text">
646                                        <string>&amp;Display shiny glass light effect</string>
647                                    </property>
648                                    <property name="accel">
649                                        <string>Alt+D</string>
650                                    </property>
651                                    <property name="toolTip" stdset="0">
652                                        <string>Whether to enable a shiny glass light effect on the channel display</string>
653                                    </property>
654                                </widget>
655                              <widget class="QLabel" row="1" column="3">                              <widget class="QLabel" row="1" column="3">
656                                  <property name="name">                                  <property name="name">
657                                      <cstring>MaxVolumeTextLabel</cstring>                                      <cstring>MaxVolumeTextLabel</cstring>
# Line 976  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 1104  Line 1149 
1149          <slot>chooseDisplayFont()</slot>          <slot>chooseDisplayFont()</slot>
1150      </connection>      </connection>
1151      <connection>      <connection>
1152            <sender>DisplayEffectCheckBox</sender>
1153            <signal>toggled(bool)</signal>
1154            <receiver>qsamplerOptionsForm</receiver>
1155            <slot>toggleDisplayEffect(bool)</slot>
1156        </connection>
1157        <connection>
1158          <sender>AutoRefreshCheckBox</sender>          <sender>AutoRefreshCheckBox</sender>
1159          <signal>stateChanged(int)</signal>          <signal>stateChanged(int)</signal>
1160          <receiver>qsamplerOptionsForm</receiver>          <receiver>qsamplerOptionsForm</receiver>
# Line 1164  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 1185  Line 1242 
1242      <tabstop>ServerCmdLineComboBox</tabstop>      <tabstop>ServerCmdLineComboBox</tabstop>
1243      <tabstop>StartDelaySpinBox</tabstop>      <tabstop>StartDelaySpinBox</tabstop>
1244      <tabstop>DisplayFontPushButton</tabstop>      <tabstop>DisplayFontPushButton</tabstop>
1245        <tabstop>DisplayEffectCheckBox</tabstop>
1246      <tabstop>AutoRefreshCheckBox</tabstop>      <tabstop>AutoRefreshCheckBox</tabstop>
1247      <tabstop>AutoRefreshTimeSpinBox</tabstop>      <tabstop>AutoRefreshTimeSpinBox</tabstop>
1248      <tabstop>MaxVolumeSpinBox</tabstop>      <tabstop>MaxVolumeSpinBox</tabstop>
# Line 1194  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>
# Line 1216  Line 1275 
1275      <slot specifier="non virtual">stabilizeForm()</slot>      <slot specifier="non virtual">stabilizeForm()</slot>
1276      <slot specifier="non virtual">chooseDisplayFont()</slot>      <slot specifier="non virtual">chooseDisplayFont()</slot>
1277      <slot specifier="non virtual">chooseMessagesFont()</slot>      <slot specifier="non virtual">chooseMessagesFont()</slot>
1278        <slot specifier="non virtual">toggleDisplayEffect( bool bOn )</slot>
1279  </slots>  </slots>
1280  <functions>  <functions>
1281      <function access="private" specifier="non virtual">init()</function>      <function access="private" specifier="non virtual">init()</function>

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

  ViewVC Help
Powered by ViewVC