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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1473 - (hide annotations) (download)
Mon Nov 5 19:07:26 2007 UTC (16 years, 5 months ago) by capela
File size: 18232 byte(s)
* Qt4 migration: still far from complete, the .ui files got shaved
  with special regard to some redundant or duplicated signal/slot
  connections and to the options dialog font aesthetics as also
  other minors.

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

  ViewVC Help
Powered by ViewVC