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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1698 - (show annotations) (download)
Sat Feb 16 19:41:05 2008 UTC (16 years, 2 months ago) by schoenebeck
File size: 18719 byte(s)
* implemented MIDI device activity windows, selectable from the "View"
  main menu, still quite ugly I admit ;-)
* bumped version to 0.2.1.7

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

  ViewVC Help
Powered by ViewVC