/[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 404 by capela, Wed Feb 23 13:47:47 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 29  Line 29 
29              <x>0</x>              <x>0</x>
30              <y>0</y>              <y>0</y>
31              <width>472</width>              <width>472</width>
32              <height>293</height>              <height>296</height>
33          </rect>          </rect>
34      </property>      </property>
35      <property name="minimumSize">      <property name="minimumSize">
# 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"/>
88          <separator/>          <separator/>
89          <action name="viewOptionsAction"/>          <action name="viewOptionsAction"/>
90      </item>      </item>
# Line 110  Line 112 
112          <separator/>          <separator/>
113          <action name="fileResetAction"/>          <action name="fileResetAction"/>
114          <action name="fileRestartAction"/>          <action name="fileRestartAction"/>
115            <separator/>
116            <action name="viewInstrumentsAction"/>
117            <action name="viewDevicesAction"/>
118      </toolbar>      </toolbar>
119      <toolbar dock="2">      <toolbar dock="2">
120          <property name="name">          <property name="name">
# Line 266  Line 271 
271              <string>Restart sampler instance</string>              <string>Restart sampler instance</string>
272          </property>          </property>
273          <property name="accel">          <property name="accel">
274              <string>Shift+Ctrl+R</string>              <string>Ctrl+Shift+R</string>
275          </property>          </property>
276      </action>      </action>
277      <action>      <action>
# Line 495  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>
530            </property>
531            <property name="iconSet">
532                <iconset>qsamplerDevice.png</iconset>
533            </property>
534            <property name="toggleAction">
535                <bool>true</bool>
536            </property>
537            <property name="text">
538                <string>Devices</string>
539            </property>
540            <property name="menuText">
541                <string>&amp;Devices</string>
542            </property>
543            <property name="toolTip">
544                <string>Device configuration</string>
545            </property>
546            <property name="statusTip">
547                <string>Show/hide the device configuration window</string>
548            </property>
549            <property name="accel">
550                <string>F11</string>
551            </property>
552        </action>
553        <action>
554            <property name="name">
555              <cstring>viewOptionsAction</cstring>              <cstring>viewOptionsAction</cstring>
556          </property>          </property>
557          <property name="text">          <property name="text">
# Line 536  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 695  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>
762            <signal>activated()</signal>
763            <receiver>qsamplerMainForm</receiver>
764            <slot>viewDevices()</slot>
765        </connection>
766        <connection>
767          <sender>viewOptionsAction</sender>          <sender>viewOptionsAction</sender>
768          <signal>activated()</signal>          <signal>activated()</signal>
769          <receiver>qsamplerMainForm</receiver>          <receiver>qsamplerMainForm</receiver>
# Line 724  Line 793 
793          <receiver>qsamplerMainForm</receiver>          <receiver>qsamplerMainForm</receiver>
794          <slot>helpAboutQt()</slot>          <slot>helpAboutQt()</slot>
795      </connection>      </connection>
     <connection>  
         <sender>channelsMenu</sender>  
         <signal>aboutToShow()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>channelsMenuAboutToShow()</slot>  
     </connection>  
796  </connections>  </connections>
797  <includes>  <includes>
798      <include location="global" impldecl="in declaration">lscp/client.h</include>      <include location="global" impldecl="in declaration">lscp/client.h</include>
# Line 738  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>
813  </forwards>  </forwards>
814  <variables>  <variables>
815      <variable access="private">qsamplerOptions *m_pOptions;</variable>      <variable access="private">qsamplerOptions *m_pOptions;</variable>
# Line 755  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_status[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>
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>
838      <slot specifier="non virtual">fileOpen( void )</slot>      <slot specifier="non virtual">fileOpen( void )</slot>
839        <slot specifier="non virtual">fileOpenRecent( int iIndex )</slot>
840      <slot specifier="non virtual">fileSave( void )</slot>      <slot specifier="non virtual">fileSave( void )</slot>
841      <slot specifier="non virtual">fileSaveAs( void )</slot>      <slot specifier="non virtual">fileSaveAs( void )</slot>
842      <slot specifier="non virtual">fileReset( void )</slot>      <slot specifier="non virtual">fileReset( void )</slot>
843      <slot specifier="non virtual">fileRestart( void )</slot>      <slot specifier="non virtual">fileRestart( void )</slot>
844      <slot specifier="non virtual">fileExit( void )</slot>      <slot specifier="non virtual">fileExit( void )</slot>
     <slot specifier="non virtual">fileOpenRecent( int iIndex )</slot>  
845      <slot specifier="non virtual">editAddChannel( void )</slot>      <slot specifier="non virtual">editAddChannel( void )</slot>
846      <slot specifier="non virtual">editRemoveChannel( void )</slot>      <slot specifier="non virtual">editRemoveChannel( void )</slot>
847      <slot specifier="non virtual">editSetupChannel( void )</slot>      <slot specifier="non virtual">editSetupChannel( void )</slot>
# Line 778  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>
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>
858      <slot specifier="non virtual">channelsAutoArrange( bool bOn )</slot>      <slot specifier="non virtual">channelsAutoArrange( bool bOn )</slot>
859      <slot specifier="non virtual">helpAboutQt( void )</slot>      <slot specifier="non virtual">helpAboutQt( void )</slot>
860      <slot specifier="non virtual">helpAbout( void )</slot>      <slot specifier="non virtual">helpAbout( void )</slot>
861        <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 836  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.404  
changed lines
  Added in v.1034

  ViewVC Help
Powered by ViewVC