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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1499 - (show annotations) (download)
Tue Nov 20 16:48:04 2007 UTC (16 years, 4 months ago) by capela
File size: 18501 byte(s)
* Qt4 migration: one first step forward to kiss Qt3Support goodbye.

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

  ViewVC Help
Powered by ViewVC