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