/[svn]/qsampler/trunk/src/qsamplerMainForm.ui
ViewVC logotype

Annotation of /qsampler/trunk/src/qsamplerMainForm.ui

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1465 - (hide annotations) (download)
Thu Nov 1 17:49:27 2007 UTC (16 years, 5 months ago) by capela
File size: 18125 byte(s)
- Qt4 migration: main toolbars and messages dock-widget fix.

1 schoenebeck 1461 <ui version="4.0" >
2 capela 1463 <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 capela 1464 Copyright (C) 2007, Christian Schoenebeck
7 capela 1463
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 schoenebeck 1461 <class>qsamplerMainForm</class>
24     <widget class="QMainWindow" name="qsamplerMainForm" >
25     <property name="geometry" >
26     <rect>
27     <x>0</x>
28     <y>0</y>
29     <width>800</width>
30     <height>600</height>
31     </rect>
32     </property>
33     <property name="windowTitle" >
34     <string>MainWindow</string>
35     </property>
36     <widget class="QWidget" name="centralwidget" />
37 capela 1465 <widget class="QToolBar" name="fileToolbar" >
38     <property name="orientation" >
39     <enum>Qt::Horizontal</enum>
40     </property>
41     <attribute name="toolBarArea" >
42     <number>4</number>
43     </attribute>
44     <addaction name="fileNewAction"/>
45     <addaction name="fileOpenAction"/>
46     <addaction name="fileSaveAction"/>
47     <addaction name="separator" />
48     <addaction name="fileResetAction"/>
49     <addaction name="fileRestartAction"/>
50     <addaction name="separator" />
51     <addaction name="viewInstrumentsAction"/>
52     <addaction name="viewDevicesAction"/>
53     </widget>
54     <widget class="QToolBar" name="editToolbar" >
55     <property name="orientation" >
56     <enum>Qt::Horizontal</enum>
57     </property>
58     <attribute name="toolBarArea" >
59     <number>4</number>
60     </attribute>
61     <addaction name="editAddChannelAction"/>
62     <addaction name="editRemoveChannelAction"/>
63     <addaction name="separator" />
64     <addaction name="editSetupChannelAction"/>
65     <addaction name="editEditChannelAction"/>
66     <addaction name="separator" />
67     <addaction name="editResetChannelAction"/>
68     <addaction name="editResetAllChannelsAction"/>
69     </widget>
70     <widget class="QToolBar" name="channelsToolbar" >
71     <property name="orientation" >
72     <enum>Qt::Horizontal</enum>
73     </property>
74     <attribute name="toolBarArea" >
75     <number>4</number>
76     </attribute>
77     <addaction name="channelsArrangeAction"/>
78     </widget>
79 schoenebeck 1461 <widget class="QMenuBar" name="MenuBar" >
80     <property name="geometry" >
81     <rect>
82     <x>0</x>
83     <y>0</y>
84     <width>800</width>
85     <height>31</height>
86     </rect>
87     </property>
88     <widget class="QMenu" name="editMenu" >
89     <property name="title" >
90     <string>&amp;Edit</string>
91 capela 101 </property>
92 schoenebeck 1461 <addaction name="editAddChannelAction" />
93     <addaction name="editRemoveChannelAction" />
94     <addaction name="separator" />
95     <addaction name="editSetupChannelAction" />
96     <addaction name="editEditChannelAction" />
97     <addaction name="separator" />
98     <addaction name="editResetChannelAction" />
99     <addaction name="editResetAllChannelsAction" />
100     </widget>
101     <widget class="QMenu" name="viewMenu" >
102     <property name="title" >
103     <string>&amp;View</string>
104 capela 101 </property>
105 schoenebeck 1461 <addaction name="viewMenubarAction" />
106     <addaction name="viewToolbarAction" />
107     <addaction name="viewStatusbarAction" />
108     <addaction name="separator" />
109     <addaction name="viewMessagesAction" />
110     <addaction name="viewInstrumentsAction" />
111     <addaction name="viewDevicesAction" />
112     <addaction name="separator" />
113     <addaction name="viewOptionsAction" />
114     </widget>
115     <widget class="QMenu" name="channelsMenu" >
116     <property name="title" >
117     <string>&amp;Channels</string>
118 capela 101 </property>
119 schoenebeck 1461 <addaction name="channelsArrangeAction" />
120     <addaction name="channelsAutoArrangeAction" />
121     </widget>
122     <widget class="QMenu" name="helpMenu" >
123     <property name="title" >
124     <string>&amp;Help</string>
125 capela 101 </property>
126 schoenebeck 1461 <addaction name="helpAboutAction" />
127     <addaction name="helpAboutQtAction" />
128     </widget>
129     <widget class="QMenu" name="fileMenu" >
130     <property name="title" >
131     <string>&amp;File</string>
132 capela 101 </property>
133 schoenebeck 1461 <addaction name="fileNewAction" />
134     <addaction name="fileOpenAction" />
135     <addaction name="fileSaveAction" />
136     <addaction name="fileSaveAsAction" />
137     <addaction name="separator" />
138     <addaction name="fileResetAction" />
139     <addaction name="fileRestartAction" />
140     <addaction name="separator" />
141     <addaction name="fileExitAction" />
142     </widget>
143     <addaction name="fileMenu" />
144     <addaction name="editMenu" />
145     <addaction name="viewMenu" />
146     <addaction name="channelsMenu" />
147     <addaction name="separator" />
148     <addaction name="helpMenu" />
149     </widget>
150     <widget class="QStatusBar" name="statusbar" />
151     <action name="fileNewAction" >
152     <property name="icon" >
153 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/fileNew.png</iconset>
154 schoenebeck 1461 </property>
155     <property name="text" >
156     <string>&amp;New</string>
157     </property>
158     <property name="iconText" >
159     <string>New</string>
160     </property>
161     <property name="toolTip" >
162     <string>New session</string>
163     </property>
164     <property name="statusTip" >
165     <string>New sampler session</string>
166     </property>
167     <property name="shortcut" >
168     <string>Ctrl+N</string>
169     </property>
170     </action>
171     <action name="fileOpenAction" >
172     <property name="icon" >
173 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/fileOpen.png</iconset>
174 schoenebeck 1461 </property>
175     <property name="text" >
176     <string>&amp;Open...</string>
177     </property>
178     <property name="iconText" >
179     <string>Open</string>
180     </property>
181     <property name="toolTip" >
182     <string>Open session</string>
183     </property>
184     <property name="statusTip" >
185     <string>Open sampler session</string>
186     </property>
187     <property name="shortcut" >
188     <string>Ctrl+O</string>
189     </property>
190     </action>
191     <action name="fileSaveAction" >
192     <property name="icon" >
193 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/fileSave.png</iconset>
194 schoenebeck 1461 </property>
195     <property name="text" >
196     <string>&amp;Save</string>
197     </property>
198     <property name="iconText" >
199     <string>Save</string>
200     </property>
201     <property name="toolTip" >
202     <string>Save session</string>
203     </property>
204     <property name="statusTip" >
205     <string>Save sampler session</string>
206     </property>
207     <property name="shortcut" >
208     <string>Ctrl+S</string>
209     </property>
210     </action>
211     <action name="fileSaveAsAction" >
212     <property name="text" >
213     <string>Save &amp;As...</string>
214     </property>
215     <property name="iconText" >
216     <string>Save As</string>
217     </property>
218     <property name="statusTip" >
219     <string>Save current sampler session with another name</string>
220     </property>
221     <property name="shortcut" >
222     <string/>
223     </property>
224     </action>
225     <action name="fileResetAction" >
226     <property name="icon" >
227 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/fileReset.png</iconset>
228 schoenebeck 1461 </property>
229     <property name="text" >
230     <string>Rese&amp;t</string>
231     </property>
232     <property name="iconText" >
233     <string>Reset</string>
234     </property>
235     <property name="toolTip" >
236     <string>Reset instance</string>
237     </property>
238     <property name="statusTip" >
239     <string>Reset sampler instance</string>
240     </property>
241     <property name="shortcut" >
242     <string>Ctrl+R</string>
243     </property>
244     </action>
245     <action name="fileRestartAction" >
246     <property name="icon" >
247 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/fileRestart.png</iconset>
248 schoenebeck 1461 </property>
249     <property name="text" >
250     <string>&amp;Restart</string>
251     </property>
252     <property name="iconText" >
253     <string>Restart</string>
254     </property>
255     <property name="toolTip" >
256     <string>Restart instance</string>
257     </property>
258     <property name="statusTip" >
259     <string>Restart sampler instance</string>
260     </property>
261     <property name="shortcut" >
262     <string>Ctrl+Shift+R</string>
263     </property>
264     </action>
265     <action name="fileExitAction" >
266     <property name="text" >
267     <string>E&amp;xit</string>
268     </property>
269     <property name="iconText" >
270     <string>Exit</string>
271     </property>
272     <property name="statusTip" >
273     <string>Exit this application program</string>
274     </property>
275     <property name="shortcut" >
276     <string/>
277     </property>
278     </action>
279     <action name="editAddChannelAction" >
280     <property name="icon" >
281 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/editAddChannel.png</iconset>
282 schoenebeck 1461 </property>
283     <property name="text" >
284     <string>&amp;Add Channel</string>
285     </property>
286     <property name="iconText" >
287     <string>Add</string>
288     </property>
289     <property name="toolTip" >
290     <string>Add channel</string>
291     </property>
292     <property name="statusTip" >
293     <string>Add a new sampler channel</string>
294     </property>
295     <property name="shortcut" >
296     <string>Ctrl+A</string>
297     </property>
298     </action>
299     <action name="editRemoveChannelAction" >
300     <property name="icon" >
301 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/editRemoveChannel.png</iconset>
302 schoenebeck 1461 </property>
303     <property name="text" >
304     <string>&amp;Remove Channel</string>
305     </property>
306     <property name="iconText" >
307     <string>Remove</string>
308     </property>
309     <property name="toolTip" >
310     <string>Remove channel</string>
311     </property>
312     <property name="statusTip" >
313     <string>Remove current sampler channel</string>
314     </property>
315     <property name="shortcut" >
316     <string>Ctrl+X</string>
317     </property>
318     </action>
319     <action name="editResetChannelAction" >
320     <property name="icon" >
321 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/editResetChannel.png</iconset>
322 schoenebeck 1461 </property>
323     <property name="text" >
324     <string>Re&amp;set Channel</string>
325     </property>
326     <property name="iconText" >
327     <string>Reset</string>
328     </property>
329     <property name="toolTip" >
330     <string>Reset channel</string>
331     </property>
332     <property name="statusTip" >
333     <string>Reset current sampler channel</string>
334     </property>
335     <property name="shortcut" >
336     <string/>
337     </property>
338     </action>
339     <action name="editResetAllChannelsAction" >
340     <property name="icon" >
341 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/editResetAllChannels.png</iconset>
342 schoenebeck 1461 </property>
343     <property name="text" >
344     <string>R&amp;eset All Channels</string>
345     </property>
346     <property name="iconText" >
347     <string>Reset All</string>
348     </property>
349     <property name="toolTip" >
350     <string>Reset all channels</string>
351     </property>
352     <property name="statusTip" >
353     <string>Reset all sampler channels</string>
354     </property>
355     <property name="shortcut" >
356     <string/>
357     </property>
358     </action>
359     <action name="editSetupChannelAction" >
360     <property name="icon" >
361 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/editSetupChannel.png</iconset>
362 schoenebeck 1461 </property>
363     <property name="text" >
364     <string>&amp;Setup Channel...</string>
365     </property>
366     <property name="iconText" >
367     <string>Setup</string>
368     </property>
369     <property name="toolTip" >
370     <string>Setup channel</string>
371     </property>
372     <property name="statusTip" >
373     <string>Setup current sampler channel</string>
374     </property>
375     <property name="shortcut" >
376     <string>F2</string>
377     </property>
378     </action>
379     <action name="editEditChannelAction" >
380     <property name="icon" >
381 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/editEditChannel.png</iconset>
382 schoenebeck 1461 </property>
383     <property name="text" >
384     <string>Ed&amp;it Channel...</string>
385     </property>
386     <property name="iconText" >
387     <string>Edit</string>
388     </property>
389     <property name="toolTip" >
390     <string>Edit channel</string>
391     </property>
392     <property name="statusTip" >
393     <string>Edit current sampler channel</string>
394     </property>
395     <property name="shortcut" >
396     <string>F9</string>
397     </property>
398     </action>
399     <action name="viewMenubarAction" >
400     <property name="checkable" >
401     <bool>true</bool>
402     </property>
403     <property name="text" >
404     <string>&amp;Menubar</string>
405     </property>
406     <property name="iconText" >
407     <string>Menubar</string>
408     </property>
409     <property name="toolTip" >
410     <string>Show/hide menubar</string>
411     </property>
412     <property name="statusTip" >
413     <string>Show/hide the main program window menubar</string>
414     </property>
415     <property name="shortcut" >
416     <string>Ctrl+M</string>
417     </property>
418     </action>
419     <action name="viewToolbarAction" >
420     <property name="checkable" >
421     <bool>true</bool>
422     </property>
423     <property name="text" >
424     <string>&amp;Toolbar</string>
425     </property>
426     <property name="iconText" >
427     <string>viewToolbars</string>
428     </property>
429     <property name="toolTip" >
430     <string>Show/hide toolbar</string>
431     </property>
432     <property name="statusTip" >
433     <string>Show/hide main program window toolbars</string>
434     </property>
435     <property name="shortcut" >
436     <string>Ctrl+T</string>
437     </property>
438     </action>
439     <action name="viewStatusbarAction" >
440     <property name="checkable" >
441     <bool>true</bool>
442     </property>
443     <property name="text" >
444     <string>&amp;Statusbar</string>
445     </property>
446     <property name="iconText" >
447     <string>Statusbar</string>
448     </property>
449     <property name="toolTip" >
450     <string>Show/hide statusbar</string>
451     </property>
452     <property name="statusTip" >
453     <string>Show/hide the main program window statusbar</string>
454     </property>
455     <property name="shortcut" >
456     <string/>
457     </property>
458     </action>
459     <action name="viewMessagesAction" >
460     <property name="checkable" >
461     <bool>true</bool>
462     </property>
463     <property name="text" >
464     <string>M&amp;essages</string>
465     </property>
466     <property name="iconText" >
467     <string>Messages</string>
468     </property>
469     <property name="toolTip" >
470     <string>Show/hide messages</string>
471     </property>
472     <property name="statusTip" >
473     <string>Show/hide the messages window</string>
474     </property>
475     <property name="shortcut" >
476     <string/>
477     </property>
478     </action>
479     <action name="viewInstrumentsAction" >
480     <property name="checkable" >
481     <bool>true</bool>
482     </property>
483     <property name="icon" >
484 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerInstrument.png</iconset>
485 schoenebeck 1461 </property>
486     <property name="text" >
487     <string>&amp;Instruments</string>
488     </property>
489     <property name="iconText" >
490     <string>Instruments</string>
491     </property>
492     <property name="toolTip" >
493     <string>MIDI instruments configuration</string>
494     </property>
495     <property name="statusTip" >
496     <string>Show/hide the MIDI instruments configuration window</string>
497     </property>
498     <property name="shortcut" >
499     <string>F10</string>
500     </property>
501     </action>
502     <action name="viewDevicesAction" >
503     <property name="checkable" >
504     <bool>true</bool>
505     </property>
506     <property name="icon" >
507 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerDevice.png</iconset>
508 schoenebeck 1461 </property>
509     <property name="text" >
510     <string>&amp;Devices</string>
511     </property>
512     <property name="iconText" >
513     <string>Devices</string>
514     </property>
515     <property name="toolTip" >
516     <string>Device configuration</string>
517     </property>
518     <property name="statusTip" >
519     <string>Show/hide the device configuration window</string>
520     </property>
521     <property name="shortcut" >
522     <string>F11</string>
523     </property>
524     </action>
525     <action name="viewOptionsAction" >
526     <property name="text" >
527     <string>&amp;Options...</string>
528     </property>
529     <property name="iconText" >
530     <string>Options</string>
531     </property>
532     <property name="toolTip" >
533     <string>General options</string>
534     </property>
535     <property name="statusTip" >
536     <string>Change general application program options</string>
537     </property>
538     <property name="shortcut" >
539     <string>F12</string>
540     </property>
541     </action>
542     <action name="channelsArrangeAction" >
543     <property name="checkable" >
544     <bool>false</bool>
545     </property>
546     <property name="icon" >
547 capela 1463 <iconset resource="../icons/qsampler.qrc" >:/icons/channelsArrange.png</iconset>
548 schoenebeck 1461 </property>
549     <property name="text" >
550     <string>&amp;Arrange</string>
551     </property>
552     <property name="iconText" >
553     <string>Arrange</string>
554     </property>
555     <property name="toolTip" >
556     <string>Arrange channels</string>
557     </property>
558     <property name="statusTip" >
559     <string>Line up all channel strips</string>
560     </property>
561     <property name="shortcut" >
562     <string>F5</string>
563     </property>
564     </action>
565     <action name="channelsAutoArrangeAction" >
566     <property name="checkable" >
567     <bool>true</bool>
568     </property>
569     <property name="text" >
570     <string>A&amp;uto Arrange</string>
571     </property>
572     <property name="iconText" >
573     <string>Auto Arrange</string>
574     </property>
575     <property name="toolTip" >
576     <string>Auto-arrange channels</string>
577     </property>
578     <property name="statusTip" >
579     <string>Auto-arrange channel strips</string>
580     </property>
581     <property name="shortcut" >
582     <string/>
583     </property>
584     </action>
585     <action name="helpAboutAction" >
586     <property name="text" >
587     <string>&amp;About...</string>
588     </property>
589     <property name="iconText" >
590     <string>About</string>
591     </property>
592     <property name="statusTip" >
593     <string>Show information about this application program</string>
594     </property>
595     <property name="shortcut" >
596     <string/>
597     </property>
598     </action>
599     <action name="helpAboutQtAction" >
600     <property name="text" >
601     <string>About &amp;Qt...</string>
602     </property>
603     <property name="iconText" >
604     <string>About Qt</string>
605     </property>
606     <property name="statusTip" >
607     <string>Show information about the Qt toolkit</string>
608     </property>
609     <property name="shortcut" >
610     <string/>
611     </property>
612     </action>
613     </widget>
614     <resources>
615 capela 1463 <include location="../icons/qsampler.qrc" />
616 schoenebeck 1461 </resources>
617     <connections/>
618     </ui>

  ViewVC Help
Powered by ViewVC