/[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 590 by capela, Sun May 29 16:28:01 2005 UTC revision 1034 by capela, Mon Jan 15 16:21:01 2007 UTC
# Line 2  Line 2 
2  <class>qsamplerMainForm</class>  <class>qsamplerMainForm</class>
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.  <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2004-2005, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, 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 14  Line 14 
14     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15     GNU General Public License for more details.     GNU General Public License for more details.
16    
17     You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License along
18     along with this program; if not, write to the Free Software     with this program; if not, write to the Free Software Foundation, Inc.,
19     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20    
21  </comment>  </comment>
22  <author>rncbc aka Rui Nuno Capela</author>  <author>rncbc aka Rui Nuno Capela</author>
# Line 39  Line 39 
39          </size>          </size>
40      </property>      </property>
41      <property name="caption">      <property name="caption">
42          <string>qsampler</string>          <string>Qsampler</string>
43      </property>      </property>
44      <property name="icon">      <property name="icon">
45          <pixmap>qsampler.png</pixmap>          <pixmap>qsampler.png</pixmap>
# Line 83  Line 83 
83          <action name="viewStatusbarAction"/>          <action name="viewStatusbarAction"/>
84          <separator/>          <separator/>
85          <action name="viewMessagesAction"/>          <action name="viewMessagesAction"/>
86            <action name="viewInstrumentsAction"/>
87          <action name="viewDevicesAction"/>          <action name="viewDevicesAction"/>
88          <separator/>          <separator/>
89          <action name="viewOptionsAction"/>          <action name="viewOptionsAction"/>
# Line 112  Line 113 
113          <action name="fileResetAction"/>          <action name="fileResetAction"/>
114          <action name="fileRestartAction"/>          <action name="fileRestartAction"/>
115          <separator/>          <separator/>
116            <action name="viewInstrumentsAction"/>
117          <action name="viewDevicesAction"/>          <action name="viewDevicesAction"/>
118      </toolbar>      </toolbar>
119      <toolbar dock="2">      <toolbar dock="2">
# Line 498  Line 500 
500      </action>      </action>
501      <action>      <action>
502          <property name="name">          <property name="name">
503                <cstring>viewInstrumentsAction</cstring>
504            </property>
505            <property name="iconSet">
506                <iconset>qsamplerInstrument.png</iconset>
507            </property>
508            <property name="toggleAction">
509                <bool>true</bool>
510            </property>
511            <property name="text">
512                <string>Instruments</string>
513            </property>
514            <property name="menuText">
515                <string>&amp;Instruments</string>
516            </property>
517            <property name="toolTip">
518                <string>MIDI instruments configuration</string>
519            </property>
520            <property name="statusTip">
521                <string>Show/hide the MIDI instruments configuration window</string>
522            </property>
523            <property name="accel">
524                <string>F10</string>
525            </property>
526        </action>
527        <action>
528            <property name="name">
529              <cstring>viewDevicesAction</cstring>              <cstring>viewDevicesAction</cstring>
530          </property>          </property>
531          <property name="iconSet">          <property name="iconSet">
# Line 565  Line 593 
593              <string>Line up all channel strips</string>              <string>Line up all channel strips</string>
594          </property>          </property>
595          <property name="accel">          <property name="accel">
596              <string>F10</string>              <string>F5</string>
597          </property>          </property>
598      </action>      </action>
599      <action>      <action>
# Line 724  Line 752 
752          <slot>viewMessages(bool)</slot>          <slot>viewMessages(bool)</slot>
753      </connection>      </connection>
754      <connection>      <connection>
755            <sender>viewInstrumentsAction</sender>
756            <signal>activated()</signal>
757            <receiver>qsamplerMainForm</receiver>
758            <slot>viewInstruments()</slot>
759        </connection>
760        <connection>
761          <sender>viewDevicesAction</sender>          <sender>viewDevicesAction</sender>
762          <signal>activated()</signal>          <signal>activated()</signal>
763          <receiver>qsamplerMainForm</receiver>          <receiver>qsamplerMainForm</receiver>
# Line 767  Line 801 
801  <forwards>  <forwards>
802      <forward>class QWorkspace;</forward>      <forward>class QWorkspace;</forward>
803      <forward>class QProcess;</forward>      <forward>class QProcess;</forward>
804        <forward>class QSlider;</forward>
805        <forward>class QSpinBox;</forward>
806      <forward>class QLabel;</forward>      <forward>class QLabel;</forward>
807      <forward>class qsamplerOptions;</forward>      <forward>class qsamplerOptions;</forward>
808      <forward>class qsamplerChannel;</forward>      <forward>class qsamplerChannel;</forward>
809      <forward>class qsamplerMessages;</forward>      <forward>class qsamplerMessages;</forward>
810      <forward>class qsamplerChannelStrip;</forward>      <forward>class qsamplerChannelStrip;</forward>
811        <forward>class qsamplerInstrumentListForm;</forward>
812      <forward>class qsamplerDeviceForm;</forward>      <forward>class qsamplerDeviceForm;</forward>
813  </forwards>  </forwards>
814  <variables>  <variables>
# Line 785  Line 822 
822      <variable access="private">QProcess *m_pServer;</variable>      <variable access="private">QProcess *m_pServer;</variable>
823      <variable access="private">int m_iStartDelay;</variable>      <variable access="private">int m_iStartDelay;</variable>
824      <variable access="private">int m_iTimerDelay;</variable>      <variable access="private">int m_iTimerDelay;</variable>
825      <variable access="private">int m_iTimerSlot;</variable>      <variable access="private">int m_iTimerSlot;</variable>    
826      <variable access="private">QLabel *m_statusItem[5];</variable>      <variable access="private">QLabel *m_statusItem[5];</variable>
827      <variable access="private">QPopupMenu *m_pRecentFilesMenu;</variable>      <variable access="private">QPopupMenu *m_pRecentFilesMenu;</variable>
828      <variable access="private">QPtrList&lt;qsamplerChannelStrip&gt; m_changedStrips;</variable>      <variable access="private">QPtrList&lt;qsamplerChannelStrip&gt; m_changedStrips;</variable>
829        <variable access="private">qsamplerInstrumentListForm *m_pInstrumentListForm;</variable>
830      <variable access="private">qsamplerDeviceForm *m_pDeviceForm;</variable>      <variable access="private">qsamplerDeviceForm *m_pDeviceForm;</variable>
831        <variable access="private">static qsamplerMainForm *g_pMainForm;</variable>
832        <variable access="private">QSlider *m_pVolumeSlider;</variable>
833        <variable access="private">QSpinBox *m_pVolumeSpinBox;</variable>
834        <variable access="private">int m_iVolumeChanging;</variable>
835  </variables>  </variables>
836  <slots>  <slots>
837      <slot specifier="non virtual">fileNew( void )</slot>      <slot specifier="non virtual">fileNew( void )</slot>
# Line 809  Line 851 
851      <slot specifier="non virtual">viewToolbar( bool bOn )</slot>      <slot specifier="non virtual">viewToolbar( bool bOn )</slot>
852      <slot specifier="non virtual">viewStatusbar( bool bOn )</slot>      <slot specifier="non virtual">viewStatusbar( bool bOn )</slot>
853      <slot specifier="non virtual">viewMessages( bool bOn )</slot>      <slot specifier="non virtual">viewMessages( bool bOn )</slot>
854        <slot specifier="non virtual">viewInstruments( void )</slot>
855      <slot specifier="non virtual">viewDevices( void )</slot>      <slot specifier="non virtual">viewDevices( void )</slot>
856      <slot specifier="non virtual">viewOptions( void )</slot>      <slot specifier="non virtual">viewOptions( void )</slot>
857      <slot specifier="non virtual">channelsArrange( void )</slot>      <slot specifier="non virtual">channelsArrange( void )</slot>
# Line 817  Line 860 
860      <slot specifier="non virtual">helpAbout( void )</slot>      <slot specifier="non virtual">helpAbout( void )</slot>
861      <slot specifier="non virtual">sessionDirty( void )</slot>      <slot specifier="non virtual">sessionDirty( void )</slot>
862      <slot specifier="non virtual">stabilizeForm( void )</slot>      <slot specifier="non virtual">stabilizeForm( void )</slot>
863        <slot specifier="non virtual">volumeChanged( int iVolume )</slot>
864      <slot specifier="non virtual">channelStripChanged( qsamplerChannelStrip *pChannelStrip )</slot>      <slot specifier="non virtual">channelStripChanged( qsamplerChannelStrip *pChannelStrip )</slot>
865      <slot specifier="non virtual">channelsMenuAboutToShow()</slot>      <slot specifier="non virtual">channelsMenuAboutToShow()</slot>
866      <slot specifier="non virtual">channelsMenuActivated( int iChannel )</slot>      <slot specifier="non virtual">channelsMenuActivated( int iChannel )</slot>
# Line 869  Line 913 
913      <function access="private" specifier="non virtual">stopServer( void )</function>      <function access="private" specifier="non virtual">stopServer( void )</function>
914      <function access="private" specifier="non virtual" returnType="bool">startClient( void )</function>      <function access="private" specifier="non virtual" returnType="bool">startClient( void )</function>
915      <function access="private" specifier="non virtual">stopClient( void )</function>      <function access="private" specifier="non virtual">stopClient( void )</function>
916        <function specifier="non virtual" returnType="static qsamplerMainForm *">getInstance( void )</function>
917  </functions>  </functions>
918  <pixmapinproject/>  <pixmapinproject/>
919  <layoutdefaults spacing="4" margin="8"/>  <layoutdefaults spacing="4" margin="8"/>

Legend:
Removed from v.590  
changed lines
  Added in v.1034

  ViewVC Help
Powered by ViewVC