/[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 1499 by capela, Tue Nov 20 16:48:04 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       Copyright (C) 2007, Christian Schoenebeck
7    
8       This program is free software; you can redistribute it and/or
9       modify it under the terms of the GNU General Public License
10       as published by the Free Software Foundation; either version 2
11       of the License, or (at your option) any later version.
12    
13       This program is distributed in the hope that it will be useful,
14       but WITHOUT ANY WARRANTY; without even the implied warranty of
15       MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16       GNU General Public License for more details.
17    
18       You should have received a copy of the GNU General Public License along
19       with this program; if not, write to the Free Software Foundation, Inc.,
20       51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21    
22    </comment>
23   <class>qsamplerMainForm</class>   <class>qsamplerMainForm</class>
24   <widget class="QMainWindow" name="qsamplerMainForm" >   <widget class="QMainWindow" name="qsamplerMainForm" >
25    <property name="geometry" >    <property name="geometry" >
# Line 12  Line 33 
33    <property name="windowTitle" >    <property name="windowTitle" >
34     <string>MainWindow</string>     <string>MainWindow</string>
35    </property>    </property>
36      <property name="windowIcon" >
37       <iconset resource="../icons/qsampler.qrc" >:/icons/qsampler.png</iconset>
38      </property>
39    <widget class="QWidget" name="centralwidget" />    <widget class="QWidget" name="centralwidget" />
40      <widget class="QToolBar" name="fileToolbar" >
41       <property name="orientation" >
42        <enum>Qt::Horizontal</enum>
43       </property>
44       <attribute name="toolBarArea" >
45        <number>4</number>
46       </attribute>
47       <addaction name="fileNewAction"/>
48       <addaction name="fileOpenAction"/>
49       <addaction name="fileSaveAction"/>
50       <addaction name="separator" />
51       <addaction name="fileResetAction"/>
52       <addaction name="fileRestartAction"/>
53       <addaction name="separator" />
54       <addaction name="viewInstrumentsAction"/>
55       <addaction name="viewDevicesAction"/>
56      </widget>
57      <widget class="QToolBar" name="editToolbar" >
58       <property name="orientation" >
59        <enum>Qt::Horizontal</enum>
60       </property>
61       <attribute name="toolBarArea" >
62        <number>4</number>
63       </attribute>
64       <addaction name="editAddChannelAction"/>
65       <addaction name="editRemoveChannelAction"/>
66       <addaction name="separator" />
67       <addaction name="editSetupChannelAction"/>
68       <addaction name="editEditChannelAction"/>
69       <addaction name="separator" />
70       <addaction name="editResetChannelAction"/>
71       <addaction name="editResetAllChannelsAction"/>
72      </widget>
73      <widget class="QToolBar" name="channelsToolbar" >
74       <property name="orientation" >
75        <enum>Qt::Horizontal</enum>
76       </property>
77       <attribute name="toolBarArea" >
78        <number>4</number>
79       </attribute>
80       <addaction name="channelsArrangeAction"/>
81      </widget>
82    <widget class="QMenuBar" name="MenuBar" >    <widget class="QMenuBar" name="MenuBar" >
83     <property name="geometry" >     <property name="geometry" >
84      <rect>      <rect>
# Line 67  Line 133 
133      <property name="title" >      <property name="title" >
134       <string>&amp;File</string>       <string>&amp;File</string>
135      </property>      </property>
136        <widget class="QMenu" name="fileOpenRecentMenu" >
137         <property name="title" >
138          <string>Open &amp;Recent</string>
139         </property>
140        </widget>
141      <addaction name="fileNewAction" />      <addaction name="fileNewAction" />
142        <addaction name="separator" />
143      <addaction name="fileOpenAction" />      <addaction name="fileOpenAction" />
144        <addaction name="fileOpenRecentMenu" />
145        <addaction name="separator" />
146      <addaction name="fileSaveAction" />      <addaction name="fileSaveAction" />
147      <addaction name="fileSaveAsAction" />      <addaction name="fileSaveAsAction" />
148      <addaction name="separator" />      <addaction name="separator" />
# Line 87  Line 161 
161    <widget class="QStatusBar" name="statusbar" />    <widget class="QStatusBar" name="statusbar" />
162    <action name="fileNewAction" >    <action name="fileNewAction" >
163     <property name="icon" >     <property name="icon" >
164      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/fileNew.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileNew.png</iconset>
165     </property>     </property>
166     <property name="text" >     <property name="text" >
167      <string>&amp;New</string>      <string>&amp;New</string>
# Line 107  Line 181 
181    </action>    </action>
182    <action name="fileOpenAction" >    <action name="fileOpenAction" >
183     <property name="icon" >     <property name="icon" >
184      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/fileOpen.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileOpen.png</iconset>
185     </property>     </property>
186     <property name="text" >     <property name="text" >
187      <string>&amp;Open...</string>      <string>&amp;Open...</string>
# Line 127  Line 201 
201    </action>    </action>
202    <action name="fileSaveAction" >    <action name="fileSaveAction" >
203     <property name="icon" >     <property name="icon" >
204      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/fileSave.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileSave.png</iconset>
205     </property>     </property>
206     <property name="text" >     <property name="text" >
207      <string>&amp;Save</string>      <string>&amp;Save</string>
# Line 161  Line 235 
235    </action>    </action>
236    <action name="fileResetAction" >    <action name="fileResetAction" >
237     <property name="icon" >     <property name="icon" >
238      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/fileReset.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileReset.png</iconset>
239     </property>     </property>
240     <property name="text" >     <property name="text" >
241      <string>Rese&amp;t</string>      <string>Rese&amp;t</string>
# Line 181  Line 255 
255    </action>    </action>
256    <action name="fileRestartAction" >    <action name="fileRestartAction" >
257     <property name="icon" >     <property name="icon" >
258      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/fileRestart.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileRestart.png</iconset>
259     </property>     </property>
260     <property name="text" >     <property name="text" >
261      <string>&amp;Restart</string>      <string>&amp;Restart</string>
# Line 215  Line 289 
289    </action>    </action>
290    <action name="editAddChannelAction" >    <action name="editAddChannelAction" >
291     <property name="icon" >     <property name="icon" >
292      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editAddChannel.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/editAddChannel.png</iconset>
293     </property>     </property>
294     <property name="text" >     <property name="text" >
295      <string>&amp;Add Channel</string>      <string>&amp;Add Channel</string>
# Line 235  Line 309 
309    </action>    </action>
310    <action name="editRemoveChannelAction" >    <action name="editRemoveChannelAction" >
311     <property name="icon" >     <property name="icon" >
312      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editRemoveChannel.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/editRemoveChannel.png</iconset>
313     </property>     </property>
314     <property name="text" >     <property name="text" >
315      <string>&amp;Remove Channel</string>      <string>&amp;Remove Channel</string>
# Line 255  Line 329 
329    </action>    </action>
330    <action name="editResetChannelAction" >    <action name="editResetChannelAction" >
331     <property name="icon" >     <property name="icon" >
332      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editResetChannel.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/editResetChannel.png</iconset>
333     </property>     </property>
334     <property name="text" >     <property name="text" >
335      <string>Re&amp;set Channel</string>      <string>Re&amp;set Channel</string>
# Line 275  Line 349 
349    </action>    </action>
350    <action name="editResetAllChannelsAction" >    <action name="editResetAllChannelsAction" >
351     <property name="icon" >     <property name="icon" >
352      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editResetAllChannels.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/editResetAllChannels.png</iconset>
353     </property>     </property>
354     <property name="text" >     <property name="text" >
355      <string>R&amp;eset All Channels</string>      <string>R&amp;eset All Channels</string>
# Line 295  Line 369 
369    </action>    </action>
370    <action name="editSetupChannelAction" >    <action name="editSetupChannelAction" >
371     <property name="icon" >     <property name="icon" >
372      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editSetupChannel.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/editSetupChannel.png</iconset>
373     </property>     </property>
374     <property name="text" >     <property name="text" >
375      <string>&amp;Setup Channel...</string>      <string>&amp;Setup Channel...</string>
# Line 315  Line 389 
389    </action>    </action>
390    <action name="editEditChannelAction" >    <action name="editEditChannelAction" >
391     <property name="icon" >     <property name="icon" >
392      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editEditChannel.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/editEditChannel.png</iconset>
393     </property>     </property>
394     <property name="text" >     <property name="text" >
395      <string>Ed&amp;it Channel...</string>      <string>Ed&amp;it Channel...</string>
# Line 418  Line 492 
492      <bool>true</bool>      <bool>true</bool>
493     </property>     </property>
494     <property name="icon" >     <property name="icon" >
495      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/qsamplerInstrument.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerInstrument.png</iconset>
496     </property>     </property>
497     <property name="text" >     <property name="text" >
498      <string>&amp;Instruments</string>      <string>&amp;Instruments</string>
# Line 441  Line 515 
515      <bool>true</bool>      <bool>true</bool>
516     </property>     </property>
517     <property name="icon" >     <property name="icon" >
518      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/qsamplerDevice.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerDevice.png</iconset>
519     </property>     </property>
520     <property name="text" >     <property name="text" >
521      <string>&amp;Devices</string>      <string>&amp;Devices</string>
# Line 481  Line 555 
555      <bool>false</bool>      <bool>false</bool>
556     </property>     </property>
557     <property name="icon" >     <property name="icon" >
558      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/channelsArrange.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/channelsArrange.png</iconset>
559     </property>     </property>
560     <property name="text" >     <property name="text" >
561      <string>&amp;Arrange</string>      <string>&amp;Arrange</string>
# Line 549  Line 623 
623    </action>    </action>
624   </widget>   </widget>
625   <resources>   <resources>
626    <include location="../pixmaps.qrc" />    <include location="../icons/qsampler.qrc" />
627   </resources>   </resources>
  <connections/>  
628  </ui>  </ui>

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

  ViewVC Help
Powered by ViewVC