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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1461 - (hide annotations) (download)
Sun Oct 28 23:30:36 2007 UTC (16 years, 5 months ago) by schoenebeck
File size: 15925 byte(s)
* started to port QSampler to Qt4 (NOTE: this version is yet broken, use
  the latest tarball release 0.1.5 until the Qt4 port is completed)

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

  ViewVC Help
Powered by ViewVC