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

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

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC