/[svn]/qsampler/trunk/src/qsamplerMainForm.ui
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerMainForm.ui

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 403 by capela, Mon Feb 21 15:02:58 2005 UTC revision 404 by capela, Wed Feb 23 13:47:47 2005 UTC
# Line 75  Line 75 
75          <action name="editSetupChannelAction"/>          <action name="editSetupChannelAction"/>
76          <separator/>          <separator/>
77          <action name="editResetChannelAction"/>          <action name="editResetChannelAction"/>
78            <action name="editResetAllChannelsAction"/>
79      </item>      </item>
80      <item text="&amp;View" name="viewMenu">      <item text="&amp;View" name="viewMenu">
81          <action name="viewMenubarAction"/>          <action name="viewMenubarAction"/>
# Line 121  Line 122 
122          <action name="editRemoveChannelAction"/>          <action name="editRemoveChannelAction"/>
123          <separator/>          <separator/>
124          <action name="editSetupChannelAction"/>          <action name="editSetupChannelAction"/>
125            <separator/>
126          <action name="editResetChannelAction"/>          <action name="editResetChannelAction"/>
127            <action name="editResetAllChannelsAction"/>
128      </toolbar>      </toolbar>
129      <toolbar dock="2">      <toolbar dock="2">
130          <property name="name">          <property name="name">
# Line 331  Line 334 
334      </action>      </action>
335      <action>      <action>
336          <property name="name">          <property name="name">
337              <cstring>editSetupChannelAction</cstring>              <cstring>editResetChannelAction</cstring>
338          </property>          </property>
339          <property name="iconSet">          <property name="iconSet">
340              <iconset>editSetupChannel.png</iconset>              <iconset>editResetChannel.png</iconset>
341          </property>          </property>
342          <property name="text">          <property name="text">
343              <string>Setup</string>              <string>Reset</string>
344          </property>          </property>
345          <property name="menuText">          <property name="menuText">
346              <string>&amp;Setup Channel...</string>              <string>Re&amp;set Channel</string>
347          </property>          </property>
348          <property name="toolTip">          <property name="toolTip">
349              <string>Setup channel</string>              <string>Reset channel</string>
350          </property>          </property>
351          <property name="statusTip">          <property name="statusTip">
352              <string>Setup current sampler channel</string>              <string>Reset current sampler channel</string>
353          </property>          </property>
354          <property name="accel">          <property name="accel">
355              <string>F2</string>              <string></string>
356          </property>          </property>
357      </action>      </action>
358      <action>      <action>
359          <property name="name">          <property name="name">
360              <cstring>editResetChannelAction</cstring>              <cstring>editResetAllChannelsAction</cstring>
361          </property>          </property>
362          <property name="iconSet">          <property name="iconSet">
363              <iconset>editResetChannel.png</iconset>              <iconset>editResetAllChannels.png</iconset>
364          </property>          </property>
365          <property name="text">          <property name="text">
366              <string>Reset</string>              <string>Reset All</string>
367          </property>          </property>
368          <property name="menuText">          <property name="menuText">
369              <string>Re&amp;set Channel</string>              <string>R&amp;eset All Channels</string>
370          </property>          </property>
371          <property name="toolTip">          <property name="toolTip">
372              <string>Reset channel</string>              <string>Reset all channels</string>
373          </property>          </property>
374          <property name="statusTip">          <property name="statusTip">
375              <string>Reset current sampler channel</string>              <string>Reset all sampler channels</string>
376          </property>          </property>
377          <property name="accel">          <property name="accel">
378              <string></string>              <string></string>
# Line 377  Line 380 
380      </action>      </action>
381      <action>      <action>
382          <property name="name">          <property name="name">
383                <cstring>editSetupChannelAction</cstring>
384            </property>
385            <property name="iconSet">
386                <iconset>editSetupChannel.png</iconset>
387            </property>
388            <property name="text">
389                <string>Setup</string>
390            </property>
391            <property name="menuText">
392                <string>&amp;Setup Channel...</string>
393            </property>
394            <property name="toolTip">
395                <string>Setup channel</string>
396            </property>
397            <property name="statusTip">
398                <string>Setup current sampler channel</string>
399            </property>
400            <property name="accel">
401                <string>F2</string>
402            </property>
403        </action>
404        <action>
405            <property name="name">
406              <cstring>viewMenubarAction</cstring>              <cstring>viewMenubarAction</cstring>
407          </property>          </property>
408          <property name="toggleAction">          <property name="toggleAction">
# Line 639  Line 665 
665          <slot>editResetChannel()</slot>          <slot>editResetChannel()</slot>
666      </connection>      </connection>
667      <connection>      <connection>
668            <sender>editResetAllChannelsAction</sender>
669            <signal>activated()</signal>
670            <receiver>qsamplerMainForm</receiver>
671            <slot>editResetAllChannels()</slot>
672        </connection>
673        <connection>
674          <sender>viewMenubarAction</sender>          <sender>viewMenubarAction</sender>
675          <signal>toggled(bool)</signal>          <signal>toggled(bool)</signal>
676          <receiver>qsamplerMainForm</receiver>          <receiver>qsamplerMainForm</receiver>
# Line 741  Line 773 
773      <slot specifier="non virtual">editRemoveChannel( void )</slot>      <slot specifier="non virtual">editRemoveChannel( void )</slot>
774      <slot specifier="non virtual">editSetupChannel( void )</slot>      <slot specifier="non virtual">editSetupChannel( void )</slot>
775      <slot specifier="non virtual">editResetChannel( void )</slot>      <slot specifier="non virtual">editResetChannel( void )</slot>
776        <slot specifier="non virtual">editResetAllChannels( void )</slot>
777      <slot specifier="non virtual">viewMenubar( bool bOn )</slot>      <slot specifier="non virtual">viewMenubar( bool bOn )</slot>
778      <slot specifier="non virtual">viewToolbar( bool bOn )</slot>      <slot specifier="non virtual">viewToolbar( bool bOn )</slot>
779      <slot specifier="non virtual">viewStatusbar( bool bOn )</slot>      <slot specifier="non virtual">viewStatusbar( bool bOn )</slot>

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

  ViewVC Help
Powered by ViewVC