/[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 1461 by schoenebeck, Sun Oct 28 23:30:36 2007 UTC revision 1463 by capela, Thu Nov 1 13:01:27 2007 UTC
# Line 1  Line 1 
1  <ui version="4.0" >  <ui version="4.0" >
2     <author>rncbc aka Rui Nuno Capela</author>
3     <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5       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
8       modify it under the terms of the GNU General Public License
9       as published by the Free Software Foundation; either version 2
10       of the License, or (at your option) any later version.
11    
12       This program is distributed in the hope that it will be useful,
13       but WITHOUT ANY WARRANTY; without even the implied warranty of
14       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15       GNU General Public License for more details.
16    
17       You should have received a copy of the GNU General Public License along
18       with this program; if not, write to the Free Software Foundation, Inc.,
19       51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20    
21    </comment>
22   <class>qsamplerMainForm</class>   <class>qsamplerMainForm</class>
23   <widget class="QMainWindow" name="qsamplerMainForm" >   <widget class="QMainWindow" name="qsamplerMainForm" >
24    <property name="geometry" >    <property name="geometry" >
# Line 87  Line 107 
107    <widget class="QStatusBar" name="statusbar" />    <widget class="QStatusBar" name="statusbar" />
108    <action name="fileNewAction" >    <action name="fileNewAction" >
109     <property name="icon" >     <property name="icon" >
110      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/fileNew.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileNew.png</iconset>
111     </property>     </property>
112     <property name="text" >     <property name="text" >
113      <string>&amp;New</string>      <string>&amp;New</string>
# Line 107  Line 127 
127    </action>    </action>
128    <action name="fileOpenAction" >    <action name="fileOpenAction" >
129     <property name="icon" >     <property name="icon" >
130      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/fileOpen.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileOpen.png</iconset>
131     </property>     </property>
132     <property name="text" >     <property name="text" >
133      <string>&amp;Open...</string>      <string>&amp;Open...</string>
# Line 127  Line 147 
147    </action>    </action>
148    <action name="fileSaveAction" >    <action name="fileSaveAction" >
149     <property name="icon" >     <property name="icon" >
150      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/fileSave.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileSave.png</iconset>
151     </property>     </property>
152     <property name="text" >     <property name="text" >
153      <string>&amp;Save</string>      <string>&amp;Save</string>
# Line 161  Line 181 
181    </action>    </action>
182    <action name="fileResetAction" >    <action name="fileResetAction" >
183     <property name="icon" >     <property name="icon" >
184      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/fileReset.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileReset.png</iconset>
185     </property>     </property>
186     <property name="text" >     <property name="text" >
187      <string>Rese&amp;t</string>      <string>Rese&amp;t</string>
# Line 181  Line 201 
201    </action>    </action>
202    <action name="fileRestartAction" >    <action name="fileRestartAction" >
203     <property name="icon" >     <property name="icon" >
204      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/fileRestart.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileRestart.png</iconset>
205     </property>     </property>
206     <property name="text" >     <property name="text" >
207      <string>&amp;Restart</string>      <string>&amp;Restart</string>
# Line 215  Line 235 
235    </action>    </action>
236    <action name="editAddChannelAction" >    <action name="editAddChannelAction" >
237     <property name="icon" >     <property name="icon" >
238      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editAddChannel.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/editAddChannel.png</iconset>
239     </property>     </property>
240     <property name="text" >     <property name="text" >
241      <string>&amp;Add Channel</string>      <string>&amp;Add Channel</string>
# Line 235  Line 255 
255    </action>    </action>
256    <action name="editRemoveChannelAction" >    <action name="editRemoveChannelAction" >
257     <property name="icon" >     <property name="icon" >
258      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editRemoveChannel.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/editRemoveChannel.png</iconset>
259     </property>     </property>
260     <property name="text" >     <property name="text" >
261      <string>&amp;Remove Channel</string>      <string>&amp;Remove Channel</string>
# Line 255  Line 275 
275    </action>    </action>
276    <action name="editResetChannelAction" >    <action name="editResetChannelAction" >
277     <property name="icon" >     <property name="icon" >
278      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editResetChannel.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/editResetChannel.png</iconset>
279     </property>     </property>
280     <property name="text" >     <property name="text" >
281      <string>Re&amp;set Channel</string>      <string>Re&amp;set Channel</string>
# Line 275  Line 295 
295    </action>    </action>
296    <action name="editResetAllChannelsAction" >    <action name="editResetAllChannelsAction" >
297     <property name="icon" >     <property name="icon" >
298      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editResetAllChannels.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/editResetAllChannels.png</iconset>
299     </property>     </property>
300     <property name="text" >     <property name="text" >
301      <string>R&amp;eset All Channels</string>      <string>R&amp;eset All Channels</string>
# Line 295  Line 315 
315    </action>    </action>
316    <action name="editSetupChannelAction" >    <action name="editSetupChannelAction" >
317     <property name="icon" >     <property name="icon" >
318      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editSetupChannel.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/editSetupChannel.png</iconset>
319     </property>     </property>
320     <property name="text" >     <property name="text" >
321      <string>&amp;Setup Channel...</string>      <string>&amp;Setup Channel...</string>
# Line 315  Line 335 
335    </action>    </action>
336    <action name="editEditChannelAction" >    <action name="editEditChannelAction" >
337     <property name="icon" >     <property name="icon" >
338      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editEditChannel.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/editEditChannel.png</iconset>
339     </property>     </property>
340     <property name="text" >     <property name="text" >
341      <string>Ed&amp;it Channel...</string>      <string>Ed&amp;it Channel...</string>
# Line 418  Line 438 
438      <bool>true</bool>      <bool>true</bool>
439     </property>     </property>
440     <property name="icon" >     <property name="icon" >
441      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/qsamplerInstrument.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerInstrument.png</iconset>
442     </property>     </property>
443     <property name="text" >     <property name="text" >
444      <string>&amp;Instruments</string>      <string>&amp;Instruments</string>
# Line 441  Line 461 
461      <bool>true</bool>      <bool>true</bool>
462     </property>     </property>
463     <property name="icon" >     <property name="icon" >
464      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/qsamplerDevice.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerDevice.png</iconset>
465     </property>     </property>
466     <property name="text" >     <property name="text" >
467      <string>&amp;Devices</string>      <string>&amp;Devices</string>
# Line 481  Line 501 
501      <bool>false</bool>      <bool>false</bool>
502     </property>     </property>
503     <property name="icon" >     <property name="icon" >
504      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/channelsArrange.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/channelsArrange.png</iconset>
505     </property>     </property>
506     <property name="text" >     <property name="text" >
507      <string>&amp;Arrange</string>      <string>&amp;Arrange</string>
# Line 549  Line 569 
569    </action>    </action>
570   </widget>   </widget>
571   <resources>   <resources>
572    <include location="../pixmaps.qrc" />    <include location="../icons/qsampler.qrc" />
573   </resources>   </resources>
574   <connections/>   <connections/>
575  </ui>  </ui>

Legend:
Removed from v.1461  
changed lines
  Added in v.1463

  ViewVC Help
Powered by ViewVC