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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1464 - (show annotations) (download)
Thu Nov 1 17:14:21 2007 UTC (16 years, 5 months ago) by capela
File size: 16738 byte(s)
- Qt4 migration: missing copyright headers update.

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

  ViewVC Help
Powered by ViewVC