/[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 266 by capela, Wed Jun 9 20:24:48 2004 UTC revision 267 by capela, Wed Oct 6 15:42:59 2004 UTC
# 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 1104  Line 1130 
1130          <slot>chooseDisplayFont()</slot>          <slot>chooseDisplayFont()</slot>
1131      </connection>      </connection>
1132      <connection>      <connection>
1133            <sender>DisplayEffectCheckBox</sender>
1134            <signal>toggled(bool)</signal>
1135            <receiver>qsamplerOptionsForm</receiver>
1136            <slot>toggleDisplayEffect(bool)</slot>
1137        </connection>
1138        <connection>
1139          <sender>AutoRefreshCheckBox</sender>          <sender>AutoRefreshCheckBox</sender>
1140          <signal>stateChanged(int)</signal>          <signal>stateChanged(int)</signal>
1141          <receiver>qsamplerOptionsForm</receiver>          <receiver>qsamplerOptionsForm</receiver>
# Line 1185  Line 1217 
1217      <tabstop>ServerCmdLineComboBox</tabstop>      <tabstop>ServerCmdLineComboBox</tabstop>
1218      <tabstop>StartDelaySpinBox</tabstop>      <tabstop>StartDelaySpinBox</tabstop>
1219      <tabstop>DisplayFontPushButton</tabstop>      <tabstop>DisplayFontPushButton</tabstop>
1220        <tabstop>DisplayEffectCheckBox</tabstop>
1221      <tabstop>AutoRefreshCheckBox</tabstop>      <tabstop>AutoRefreshCheckBox</tabstop>
1222      <tabstop>AutoRefreshTimeSpinBox</tabstop>      <tabstop>AutoRefreshTimeSpinBox</tabstop>
1223      <tabstop>MaxVolumeSpinBox</tabstop>      <tabstop>MaxVolumeSpinBox</tabstop>
# Line 1216  Line 1249 
1249      <slot specifier="non virtual">stabilizeForm()</slot>      <slot specifier="non virtual">stabilizeForm()</slot>
1250      <slot specifier="non virtual">chooseDisplayFont()</slot>      <slot specifier="non virtual">chooseDisplayFont()</slot>
1251      <slot specifier="non virtual">chooseMessagesFont()</slot>      <slot specifier="non virtual">chooseMessagesFont()</slot>
1252        <slot specifier="non virtual">toggleDisplayEffect( bool bOn )</slot>
1253  </slots>  </slots>
1254  <functions>  <functions>
1255      <function access="private" specifier="non virtual">init()</function>      <function access="private" specifier="non virtual">init()</function>

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

  ViewVC Help
Powered by ViewVC