/[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 1473 by capela, Mon Nov 5 19:07:26 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 87  Line 153 
153    <widget class="QStatusBar" name="statusbar" />    <widget class="QStatusBar" name="statusbar" />
154    <action name="fileNewAction" >    <action name="fileNewAction" >
155     <property name="icon" >     <property name="icon" >
156      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/fileNew.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileNew.png</iconset>
157     </property>     </property>
158     <property name="text" >     <property name="text" >
159      <string>&amp;New</string>      <string>&amp;New</string>
# Line 107  Line 173 
173    </action>    </action>
174    <action name="fileOpenAction" >    <action name="fileOpenAction" >
175     <property name="icon" >     <property name="icon" >
176      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/fileOpen.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileOpen.png</iconset>
177     </property>     </property>
178     <property name="text" >     <property name="text" >
179      <string>&amp;Open...</string>      <string>&amp;Open...</string>
# Line 127  Line 193 
193    </action>    </action>
194    <action name="fileSaveAction" >    <action name="fileSaveAction" >
195     <property name="icon" >     <property name="icon" >
196      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/fileSave.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileSave.png</iconset>
197     </property>     </property>
198     <property name="text" >     <property name="text" >
199      <string>&amp;Save</string>      <string>&amp;Save</string>
# Line 161  Line 227 
227    </action>    </action>
228    <action name="fileResetAction" >    <action name="fileResetAction" >
229     <property name="icon" >     <property name="icon" >
230      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/fileReset.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileReset.png</iconset>
231     </property>     </property>
232     <property name="text" >     <property name="text" >
233      <string>Rese&amp;t</string>      <string>Rese&amp;t</string>
# Line 181  Line 247 
247    </action>    </action>
248    <action name="fileRestartAction" >    <action name="fileRestartAction" >
249     <property name="icon" >     <property name="icon" >
250      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/fileRestart.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileRestart.png</iconset>
251     </property>     </property>
252     <property name="text" >     <property name="text" >
253      <string>&amp;Restart</string>      <string>&amp;Restart</string>
# Line 215  Line 281 
281    </action>    </action>
282    <action name="editAddChannelAction" >    <action name="editAddChannelAction" >
283     <property name="icon" >     <property name="icon" >
284      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editAddChannel.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/editAddChannel.png</iconset>
285     </property>     </property>
286     <property name="text" >     <property name="text" >
287      <string>&amp;Add Channel</string>      <string>&amp;Add Channel</string>
# Line 235  Line 301 
301    </action>    </action>
302    <action name="editRemoveChannelAction" >    <action name="editRemoveChannelAction" >
303     <property name="icon" >     <property name="icon" >
304      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editRemoveChannel.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/editRemoveChannel.png</iconset>
305     </property>     </property>
306     <property name="text" >     <property name="text" >
307      <string>&amp;Remove Channel</string>      <string>&amp;Remove Channel</string>
# Line 255  Line 321 
321    </action>    </action>
322    <action name="editResetChannelAction" >    <action name="editResetChannelAction" >
323     <property name="icon" >     <property name="icon" >
324      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editResetChannel.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/editResetChannel.png</iconset>
325     </property>     </property>
326     <property name="text" >     <property name="text" >
327      <string>Re&amp;set Channel</string>      <string>Re&amp;set Channel</string>
# Line 275  Line 341 
341    </action>    </action>
342    <action name="editResetAllChannelsAction" >    <action name="editResetAllChannelsAction" >
343     <property name="icon" >     <property name="icon" >
344      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editResetAllChannels.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/editResetAllChannels.png</iconset>
345     </property>     </property>
346     <property name="text" >     <property name="text" >
347      <string>R&amp;eset All Channels</string>      <string>R&amp;eset All Channels</string>
# Line 295  Line 361 
361    </action>    </action>
362    <action name="editSetupChannelAction" >    <action name="editSetupChannelAction" >
363     <property name="icon" >     <property name="icon" >
364      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editSetupChannel.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/editSetupChannel.png</iconset>
365     </property>     </property>
366     <property name="text" >     <property name="text" >
367      <string>&amp;Setup Channel...</string>      <string>&amp;Setup Channel...</string>
# Line 315  Line 381 
381    </action>    </action>
382    <action name="editEditChannelAction" >    <action name="editEditChannelAction" >
383     <property name="icon" >     <property name="icon" >
384      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editEditChannel.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/editEditChannel.png</iconset>
385     </property>     </property>
386     <property name="text" >     <property name="text" >
387      <string>Ed&amp;it Channel...</string>      <string>Ed&amp;it Channel...</string>
# Line 418  Line 484 
484      <bool>true</bool>      <bool>true</bool>
485     </property>     </property>
486     <property name="icon" >     <property name="icon" >
487      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/qsamplerInstrument.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerInstrument.png</iconset>
488     </property>     </property>
489     <property name="text" >     <property name="text" >
490      <string>&amp;Instruments</string>      <string>&amp;Instruments</string>
# Line 441  Line 507 
507      <bool>true</bool>      <bool>true</bool>
508     </property>     </property>
509     <property name="icon" >     <property name="icon" >
510      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/qsamplerDevice.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerDevice.png</iconset>
511     </property>     </property>
512     <property name="text" >     <property name="text" >
513      <string>&amp;Devices</string>      <string>&amp;Devices</string>
# Line 481  Line 547 
547      <bool>false</bool>      <bool>false</bool>
548     </property>     </property>
549     <property name="icon" >     <property name="icon" >
550      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/channelsArrange.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/channelsArrange.png</iconset>
551     </property>     </property>
552     <property name="text" >     <property name="text" >
553      <string>&amp;Arrange</string>      <string>&amp;Arrange</string>
# Line 549  Line 615 
615    </action>    </action>
616   </widget>   </widget>
617   <resources>   <resources>
618    <include location="../pixmaps.qrc" />    <include location="../icons/qsampler.qrc" />
619   </resources>   </resources>
  <connections/>  
620  </ui>  </ui>

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

  ViewVC Help
Powered by ViewVC