/[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 428 by capela, Mon Mar 7 17:05:55 2005 UTC revision 920 by capela, Sun Sep 24 12:47:51 2006 UTC
# Line 1  Line 1 
1  <!DOCTYPE UI><UI version="3.2" stdsetdef="1">  <!DOCTYPE UI><UI version="3.1" stdsetdef="1">
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-2006, 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 111  Line 111 
111          <separator/>          <separator/>
112          <action name="fileResetAction"/>          <action name="fileResetAction"/>
113          <action name="fileRestartAction"/>          <action name="fileRestartAction"/>
114            <separator/>
115            <action name="viewDevicesAction"/>
116      </toolbar>      </toolbar>
117      <toolbar dock="2">      <toolbar dock="2">
118          <property name="name">          <property name="name">
# Line 498  Line 500 
500          <property name="name">          <property name="name">
501              <cstring>viewDevicesAction</cstring>              <cstring>viewDevicesAction</cstring>
502          </property>          </property>
503            <property name="iconSet">
504                <iconset>qsamplerDevice.png</iconset>
505            </property>
506          <property name="toggleAction">          <property name="toggleAction">
507              <bool>true</bool>              <bool>true</bool>
508          </property>          </property>
# Line 513  Line 518 
518          <property name="statusTip">          <property name="statusTip">
519              <string>Show/hide the device configuration window</string>              <string>Show/hide the device configuration window</string>
520          </property>          </property>
521            <property name="accel">
522                <string>F11</string>
523            </property>
524      </action>      </action>
525      <action>      <action>
526          <property name="name">          <property name="name">
# Line 807  Line 815 
815      <slot specifier="non virtual">channelsAutoArrange( bool bOn )</slot>      <slot specifier="non virtual">channelsAutoArrange( bool bOn )</slot>
816      <slot specifier="non virtual">helpAboutQt( void )</slot>      <slot specifier="non virtual">helpAboutQt( void )</slot>
817      <slot specifier="non virtual">helpAbout( void )</slot>      <slot specifier="non virtual">helpAbout( void )</slot>
818        <slot specifier="non virtual">sessionDirty( void )</slot>
819      <slot specifier="non virtual">stabilizeForm( void )</slot>      <slot specifier="non virtual">stabilizeForm( void )</slot>
820      <slot specifier="non virtual">channelStripChanged( qsamplerChannelStrip *pChannelStrip )</slot>      <slot specifier="non virtual">channelStripChanged( qsamplerChannelStrip *pChannelStrip )</slot>
821      <slot specifier="non virtual">channelsMenuAboutToShow()</slot>      <slot specifier="non virtual">channelsMenuAboutToShow()</slot>

Legend:
Removed from v.428  
changed lines
  Added in v.920

  ViewVC Help
Powered by ViewVC