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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1463 - (show annotations) (download)
Thu Nov 1 13:01:27 2007 UTC (16 years, 5 months ago) by capela
File size: 16693 byte(s)
* Qt4 migration: configure and icon/pixmaps resource arrangement.

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

  ViewVC Help
Powered by ViewVC