/[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 454 by capela, Mon Mar 14 10:59:57 2005 UTC
# 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 channel and device removal</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 channel or device removal</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.454

  ViewVC Help
Powered by ViewVC