/[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 395 by capela, Sun Feb 20 19:13:33 2005 UTC revision 426 by capela, Mon Mar 7 11:09:32 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 711  Line 743 
743      <forward>class qsamplerChannel;</forward>      <forward>class qsamplerChannel;</forward>
744      <forward>class qsamplerMessages;</forward>      <forward>class qsamplerMessages;</forward>
745      <forward>class qsamplerChannelStrip;</forward>      <forward>class qsamplerChannelStrip;</forward>
746        <forward>class qsamplerDeviceForm;</forward>
747  </forwards>  </forwards>
748  <variables>  <variables>
749      <variable access="private">qsamplerOptions *m_pOptions;</variable>      <variable access="private">qsamplerOptions *m_pOptions;</variable>
# Line 719  Line 752 
752      <variable access="private">QString m_sFilename;</variable>      <variable access="private">QString m_sFilename;</variable>
753      <variable access="private">int m_iUntitled;</variable>      <variable access="private">int m_iUntitled;</variable>
754      <variable access="private">int m_iDirtyCount;</variable>      <variable access="private">int m_iDirtyCount;</variable>
     <variable access="private">int m_iChangeCount;</variable>  
755      <variable access="private">lscp_client_t *m_pClient;</variable>      <variable access="private">lscp_client_t *m_pClient;</variable>
756      <variable access="private">QProcess *m_pServer;</variable>      <variable access="private">QProcess *m_pServer;</variable>
757      <variable access="private">int m_iStartDelay;</variable>      <variable access="private">int m_iStartDelay;</variable>
# Line 727  Line 759 
759      <variable access="private">int m_iTimerSlot;</variable>      <variable access="private">int m_iTimerSlot;</variable>
760      <variable access="private">QLabel *m_status[5];</variable>      <variable access="private">QLabel *m_status[5];</variable>
761      <variable access="private">QPopupMenu *m_pRecentFilesMenu;</variable>      <variable access="private">QPopupMenu *m_pRecentFilesMenu;</variable>
762        <variable access="private">QPtrList&lt;qsamplerChannelStrip&gt; m_changedStrips;</variable>
763  </variables>  </variables>
764  <slots>  <slots>
765      <slot specifier="non virtual">fileNew( void )</slot>      <slot specifier="non virtual">fileNew( void )</slot>
# Line 741  Line 774 
774      <slot specifier="non virtual">editRemoveChannel( void )</slot>      <slot specifier="non virtual">editRemoveChannel( void )</slot>
775      <slot specifier="non virtual">editSetupChannel( void )</slot>      <slot specifier="non virtual">editSetupChannel( void )</slot>
776      <slot specifier="non virtual">editResetChannel( void )</slot>      <slot specifier="non virtual">editResetChannel( void )</slot>
777        <slot specifier="non virtual">editResetAllChannels( void )</slot>
778      <slot specifier="non virtual">viewMenubar( bool bOn )</slot>      <slot specifier="non virtual">viewMenubar( bool bOn )</slot>
779      <slot specifier="non virtual">viewToolbar( bool bOn )</slot>      <slot specifier="non virtual">viewToolbar( bool bOn )</slot>
780      <slot specifier="non virtual">viewStatusbar( bool bOn )</slot>      <slot specifier="non virtual">viewStatusbar( bool bOn )</slot>
# Line 751  Line 785 
785      <slot specifier="non virtual">helpAboutQt( void )</slot>      <slot specifier="non virtual">helpAboutQt( void )</slot>
786      <slot specifier="non virtual">helpAbout( void )</slot>      <slot specifier="non virtual">helpAbout( void )</slot>
787      <slot specifier="non virtual">stabilizeForm( void )</slot>      <slot specifier="non virtual">stabilizeForm( void )</slot>
788      <slot specifier="non virtual">channelStripChanged( qsamplerChannelStrip * )</slot>      <slot specifier="non virtual">channelStripChanged( qsamplerChannelStrip *pChannelStrip )</slot>
789      <slot specifier="non virtual">channelsMenuAboutToShow()</slot>      <slot specifier="non virtual">channelsMenuAboutToShow()</slot>
790      <slot specifier="non virtual">channelsMenuActivated( int iChannel )</slot>      <slot specifier="non virtual">channelsMenuActivated( int iChannel )</slot>
791      <slot specifier="non virtual">timerSlot( void )</slot>      <slot specifier="non virtual">timerSlot( void )</slot>

Legend:
Removed from v.395  
changed lines
  Added in v.426

  ViewVC Help
Powered by ViewVC