/[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 1464 by capela, Thu Nov 1 17:14:21 2007 UTC revision 2387 by capela, Sat Dec 29 00:21:11 2012 UTC
# Line 2  Line 2 
2   <author>rncbc aka Rui Nuno Capela</author>   <author>rncbc aka Rui Nuno Capela</author>
3   <comment>qsampler - A LinuxSampler Qt GUI Interface.   <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2012, rncbc aka Rui Nuno Capela. All rights reserved.
6     Copyright (C) 2007, Christian Schoenebeck     Copyright (C) 2007, 2008 Christian Schoenebeck
7    
8     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
9     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 33  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="qsampler.qrc" >:/images/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 60  Line 105 
105      <property name="title" >      <property name="title" >
106       <string>&amp;View</string>       <string>&amp;View</string>
107      </property>      </property>
108        <widget class="QMenu" name="viewMidiDeviceStatusMenu" >
109         <property name="title" >
110          <string>MIDI Device Status</string>
111         </property>
112        </widget>
113      <addaction name="viewMenubarAction" />      <addaction name="viewMenubarAction" />
114      <addaction name="viewToolbarAction" />      <addaction name="viewToolbarAction" />
115      <addaction name="viewStatusbarAction" />      <addaction name="viewStatusbarAction" />
# Line 68  Line 118 
118      <addaction name="viewInstrumentsAction" />      <addaction name="viewInstrumentsAction" />
119      <addaction name="viewDevicesAction" />      <addaction name="viewDevicesAction" />
120      <addaction name="separator" />      <addaction name="separator" />
121        <addaction name="viewMidiDeviceStatusMenu" />
122        <addaction name="separator" />
123      <addaction name="viewOptionsAction" />      <addaction name="viewOptionsAction" />
124     </widget>     </widget>
125     <widget class="QMenu" name="channelsMenu" >     <widget class="QMenu" name="channelsMenu" >
# Line 88  Line 140 
140      <property name="title" >      <property name="title" >
141       <string>&amp;File</string>       <string>&amp;File</string>
142      </property>      </property>
143        <widget class="QMenu" name="fileOpenRecentMenu" >
144         <property name="title" >
145          <string>Open &amp;Recent</string>
146         </property>
147        </widget>
148      <addaction name="fileNewAction" />      <addaction name="fileNewAction" />
149        <addaction name="separator" />
150      <addaction name="fileOpenAction" />      <addaction name="fileOpenAction" />
151        <addaction name="fileOpenRecentMenu" />
152        <addaction name="separator" />
153      <addaction name="fileSaveAction" />      <addaction name="fileSaveAction" />
154      <addaction name="fileSaveAsAction" />      <addaction name="fileSaveAsAction" />
155      <addaction name="separator" />      <addaction name="separator" />
# Line 108  Line 168 
168    <widget class="QStatusBar" name="statusbar" />    <widget class="QStatusBar" name="statusbar" />
169    <action name="fileNewAction" >    <action name="fileNewAction" >
170     <property name="icon" >     <property name="icon" >
171      <iconset resource="../icons/qsampler.qrc" >:/icons/fileNew.png</iconset>      <iconset resource="qsampler.qrc" >:/images/fileNew.png</iconset>
172     </property>     </property>
173     <property name="text" >     <property name="text" >
174      <string>&amp;New</string>      <string>&amp;New</string>
# Line 128  Line 188 
188    </action>    </action>
189    <action name="fileOpenAction" >    <action name="fileOpenAction" >
190     <property name="icon" >     <property name="icon" >
191      <iconset resource="../icons/qsampler.qrc" >:/icons/fileOpen.png</iconset>      <iconset resource="qsampler.qrc" >:/images/fileOpen.png</iconset>
192     </property>     </property>
193     <property name="text" >     <property name="text" >
194      <string>&amp;Open...</string>      <string>&amp;Open...</string>
# Line 148  Line 208 
208    </action>    </action>
209    <action name="fileSaveAction" >    <action name="fileSaveAction" >
210     <property name="icon" >     <property name="icon" >
211      <iconset resource="../icons/qsampler.qrc" >:/icons/fileSave.png</iconset>      <iconset resource="qsampler.qrc" >:/images/fileSave.png</iconset>
212     </property>     </property>
213     <property name="text" >     <property name="text" >
214      <string>&amp;Save</string>      <string>&amp;Save</string>
# Line 182  Line 242 
242    </action>    </action>
243    <action name="fileResetAction" >    <action name="fileResetAction" >
244     <property name="icon" >     <property name="icon" >
245      <iconset resource="../icons/qsampler.qrc" >:/icons/fileReset.png</iconset>      <iconset resource="qsampler.qrc" >:/images/fileReset.png</iconset>
246     </property>     </property>
247     <property name="text" >     <property name="text" >
248      <string>Rese&amp;t</string>      <string>Rese&amp;t</string>
# Line 202  Line 262 
262    </action>    </action>
263    <action name="fileRestartAction" >    <action name="fileRestartAction" >
264     <property name="icon" >     <property name="icon" >
265      <iconset resource="../icons/qsampler.qrc" >:/icons/fileRestart.png</iconset>      <iconset resource="qsampler.qrc" >:/images/fileRestart.png</iconset>
266     </property>     </property>
267     <property name="text" >     <property name="text" >
268      <string>&amp;Restart</string>      <string>&amp;Restart</string>
# Line 236  Line 296 
296    </action>    </action>
297    <action name="editAddChannelAction" >    <action name="editAddChannelAction" >
298     <property name="icon" >     <property name="icon" >
299      <iconset resource="../icons/qsampler.qrc" >:/icons/editAddChannel.png</iconset>      <iconset resource="qsampler.qrc" >:/images/editAddChannel.png</iconset>
300     </property>     </property>
301     <property name="text" >     <property name="text" >
302      <string>&amp;Add Channel</string>      <string>&amp;Add Channel</string>
# Line 256  Line 316 
316    </action>    </action>
317    <action name="editRemoveChannelAction" >    <action name="editRemoveChannelAction" >
318     <property name="icon" >     <property name="icon" >
319      <iconset resource="../icons/qsampler.qrc" >:/icons/editRemoveChannel.png</iconset>      <iconset resource="qsampler.qrc" >:/images/editRemoveChannel.png</iconset>
320     </property>     </property>
321     <property name="text" >     <property name="text" >
322      <string>&amp;Remove Channel</string>      <string>&amp;Remove Channel</string>
# Line 276  Line 336 
336    </action>    </action>
337    <action name="editResetChannelAction" >    <action name="editResetChannelAction" >
338     <property name="icon" >     <property name="icon" >
339      <iconset resource="../icons/qsampler.qrc" >:/icons/editResetChannel.png</iconset>      <iconset resource="qsampler.qrc" >:/images/editResetChannel.png</iconset>
340     </property>     </property>
341     <property name="text" >     <property name="text" >
342      <string>Re&amp;set Channel</string>      <string>Re&amp;set Channel</string>
# Line 296  Line 356 
356    </action>    </action>
357    <action name="editResetAllChannelsAction" >    <action name="editResetAllChannelsAction" >
358     <property name="icon" >     <property name="icon" >
359      <iconset resource="../icons/qsampler.qrc" >:/icons/editResetAllChannels.png</iconset>      <iconset resource="qsampler.qrc" >:/images/editResetAllChannels.png</iconset>
360     </property>     </property>
361     <property name="text" >     <property name="text" >
362      <string>R&amp;eset All Channels</string>      <string>R&amp;eset All Channels</string>
# Line 316  Line 376 
376    </action>    </action>
377    <action name="editSetupChannelAction" >    <action name="editSetupChannelAction" >
378     <property name="icon" >     <property name="icon" >
379      <iconset resource="../icons/qsampler.qrc" >:/icons/editSetupChannel.png</iconset>      <iconset resource="qsampler.qrc" >:/images/editSetupChannel.png</iconset>
380     </property>     </property>
381     <property name="text" >     <property name="text" >
382      <string>&amp;Setup Channel...</string>      <string>&amp;Setup Channel...</string>
# Line 336  Line 396 
396    </action>    </action>
397    <action name="editEditChannelAction" >    <action name="editEditChannelAction" >
398     <property name="icon" >     <property name="icon" >
399      <iconset resource="../icons/qsampler.qrc" >:/icons/editEditChannel.png</iconset>      <iconset resource="qsampler.qrc" >:/images/editEditChannel.png</iconset>
400     </property>     </property>
401     <property name="text" >     <property name="text" >
402      <string>Ed&amp;it Channel...</string>      <string>Ed&amp;it Channel...</string>
# Line 439  Line 499 
499      <bool>true</bool>      <bool>true</bool>
500     </property>     </property>
501     <property name="icon" >     <property name="icon" >
502      <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerInstrument.png</iconset>      <iconset resource="qsampler.qrc" >:/images/qsamplerInstrument.png</iconset>
503     </property>     </property>
504     <property name="text" >     <property name="text" >
505      <string>&amp;Instruments</string>      <string>&amp;Instruments</string>
# Line 462  Line 522 
522      <bool>true</bool>      <bool>true</bool>
523     </property>     </property>
524     <property name="icon" >     <property name="icon" >
525      <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerDevice.png</iconset>      <iconset resource="qsampler.qrc" >:/images/qsamplerDevice.png</iconset>
526     </property>     </property>
527     <property name="text" >     <property name="text" >
528      <string>&amp;Devices</string>      <string>&amp;Devices</string>
# Line 502  Line 562 
562      <bool>false</bool>      <bool>false</bool>
563     </property>     </property>
564     <property name="icon" >     <property name="icon" >
565      <iconset resource="../icons/qsampler.qrc" >:/icons/channelsArrange.png</iconset>      <iconset resource="qsampler.qrc" >:/images/channelsArrange.png</iconset>
566     </property>     </property>
567     <property name="text" >     <property name="text" >
568      <string>&amp;Arrange</string>      <string>&amp;Arrange</string>
# Line 570  Line 630 
630    </action>    </action>
631   </widget>   </widget>
632   <resources>   <resources>
633    <include location="../icons/qsampler.qrc" />    <include location="qsampler.qrc" />
634   </resources>   </resources>
  <connections/>  
635  </ui>  </ui>

Legend:
Removed from v.1464  
changed lines
  Added in v.2387

  ViewVC Help
Powered by ViewVC