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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 996 by capela, Thu Dec 21 14:55:05 2006 UTC revision 1840 by capela, Thu Feb 19 11:44:57 2009 UTC
# Line 1  Line 1 
1  <!DOCTYPE UI><UI version="3.1" stdsetdef="1">  <ui version="4.0" >
2  <class>qsamplerMainForm</class>   <author>rncbc aka Rui Nuno Capela</author>
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.   <comment>qsampler - A LinuxSampler Qt GUI Interface.
4    
5     Copyright (C) 2004-2006, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2009, rncbc aka Rui Nuno Capela. All rights reserved.
6       Copyright (C) 2007, 2008 Christian Schoenebeck
7    
8     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
9     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 19  Line 20 
20     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21    
22  </comment>  </comment>
23  <author>rncbc aka Rui Nuno Capela</author>   <class>qsamplerMainForm</class>
24  <widget class="QMainWindow">   <widget class="QMainWindow" name="qsamplerMainForm" >
25      <property name="name">    <property name="geometry" >
26          <cstring>qsamplerMainForm</cstring>     <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>      </property>
95      <property name="geometry">      <addaction name="editAddChannelAction" />
96          <rect>      <addaction name="editRemoveChannelAction" />
97              <x>0</x>      <addaction name="separator" />
98              <y>0</y>      <addaction name="editSetupChannelAction" />
99              <width>472</width>      <addaction name="editEditChannelAction" />
100              <height>296</height>      <addaction name="separator" />
101          </rect>      <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>      </property>
108      <property name="minimumSize">      <widget class="QMenu" name="viewMidiDeviceStatusMenu" >
109          <size>       <property name="title" >
110              <width>21</width>        <string>MIDI Device Status</string>
111              <height>284</height>       </property>
112          </size>      </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="viewMidiDeviceStatusMenu" />
121        <addaction name="separator" />
122        <addaction name="viewOptionsAction" />
123       </widget>
124       <widget class="QMenu" name="channelsMenu" >
125        <property name="title" >
126         <string>&amp;Channels</string>
127      </property>      </property>
128      <property name="caption">      <addaction name="channelsArrangeAction" />
129          <string>Qsampler</string>      <addaction name="channelsAutoArrangeAction" />
130       </widget>
131       <widget class="QMenu" name="helpMenu" >
132        <property name="title" >
133         <string>&amp;Help</string>
134      </property>      </property>
135      <property name="icon">      <addaction name="helpAboutAction" />
136          <pixmap>qsampler.png</pixmap>      <addaction name="helpAboutQtAction" />
137       </widget>
138       <widget class="QMenu" name="fileMenu" >
139        <property name="title" >
140         <string>&amp;File</string>
141      </property>      </property>
142  </widget>      <widget class="QMenu" name="fileOpenRecentMenu" >
143  <menubar>       <property name="title" >
144      <property name="name">        <string>Open &amp;Recent</string>
145          <cstring>MenuBar</cstring>       </property>
146      </property>      </widget>
147      <property name="geometry">      <addaction name="fileNewAction" />
148          <rect>      <addaction name="separator" />
149              <x>0</x>      <addaction name="fileOpenAction" />
150              <y>0</y>      <addaction name="fileOpenRecentMenu" />
151              <width>472</width>      <addaction name="separator" />
152              <height>29</height>      <addaction name="fileSaveAction" />
153          </rect>      <addaction name="fileSaveAsAction" />
154      </property>      <addaction name="separator" />
155      <item text="&amp;File" name="fileMenu">      <addaction name="fileResetAction" />
156          <action name="fileNewAction"/>      <addaction name="fileRestartAction" />
157          <action name="fileOpenAction"/>      <addaction name="separator" />
158          <action name="fileSaveAction"/>      <addaction name="fileExitAction" />
159          <action name="fileSaveAsAction"/>     </widget>
160          <separator/>     <addaction name="fileMenu" />
161          <action name="fileResetAction"/>     <addaction name="editMenu" />
162          <action name="fileRestartAction"/>     <addaction name="viewMenu" />
163          <separator/>     <addaction name="channelsMenu" />
164          <action name="fileExitAction"/>     <addaction name="separator" />
165      </item>     <addaction name="helpMenu" />
166      <item text="&amp;Edit" name="editMenu">    </widget>
167          <action name="editAddChannelAction"/>    <widget class="QStatusBar" name="statusbar" />
168          <action name="editRemoveChannelAction"/>    <action name="fileNewAction" >
169          <separator/>     <property name="icon" >
170          <action name="editSetupChannelAction"/>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileNew.png</iconset>
171          <separator/>     </property>
172          <action name="editResetChannelAction"/>     <property name="text" >
173          <action name="editResetAllChannelsAction"/>      <string>&amp;New</string>
174      </item>     </property>
175      <item text="&amp;View" name="viewMenu">     <property name="iconText" >
176          <action name="viewMenubarAction"/>      <string>New</string>
177          <action name="viewToolbarAction"/>     </property>
178          <action name="viewStatusbarAction"/>     <property name="toolTip" >
179          <separator/>      <string>New session</string>
180          <action name="viewMessagesAction"/>     </property>
181          <action name="viewInstrumentsAction"/>     <property name="statusTip" >
182          <action name="viewDevicesAction"/>      <string>New sampler session</string>
183          <separator/>     </property>
184          <action name="viewOptionsAction"/>     <property name="shortcut" >
185      </item>      <string>Ctrl+N</string>
186      <item text="&amp;Channels" name="channelsMenu">     </property>
187          <action name="channelsArrangeAction"/>    </action>
188          <action name="channelsAutoArrangeAction"/>    <action name="fileOpenAction" >
189      </item>     <property name="icon" >
190      <separator/>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileOpen.png</iconset>
191      <item text="&amp;Help" name="helpMenu">     </property>
192          <action name="helpAboutAction"/>     <property name="text" >
193          <action name="helpAboutQtAction"/>      <string>&amp;Open...</string>
194      </item>     </property>
195  </menubar>     <property name="iconText" >
196  <toolbars>      <string>Open</string>
197      <toolbar dock="2">     </property>
198          <property name="name">     <property name="toolTip" >
199              <cstring>fileToolbar</cstring>      <string>Open session</string>
200          </property>     </property>
201          <property name="label">     <property name="statusTip" >
202              <string>File Toolbar</string>      <string>Open sampler session</string>
203          </property>     </property>
204          <action name="fileNewAction"/>     <property name="shortcut" >
205          <action name="fileOpenAction"/>      <string>Ctrl+O</string>
206          <action name="fileSaveAction"/>     </property>
207          <separator/>    </action>
208          <action name="fileResetAction"/>    <action name="fileSaveAction" >
209          <action name="fileRestartAction"/>     <property name="icon" >
210          <separator/>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileSave.png</iconset>
211          <action name="viewInstrumentsAction"/>     </property>
212          <action name="viewDevicesAction"/>     <property name="text" >
213      </toolbar>      <string>&amp;Save</string>
214      <toolbar dock="2">     </property>
215          <property name="name">     <property name="iconText" >
216              <cstring>editToolbar</cstring>      <string>Save</string>
217          </property>     </property>
218          <property name="label">     <property name="toolTip" >
219              <string>Edit Toolbar</string>      <string>Save session</string>
220          </property>     </property>
221          <action name="editAddChannelAction"/>     <property name="statusTip" >
222          <action name="editRemoveChannelAction"/>      <string>Save sampler session</string>
223          <separator/>     </property>
224          <action name="editSetupChannelAction"/>     <property name="shortcut" >
225          <separator/>      <string>Ctrl+S</string>
226          <action name="editResetChannelAction"/>     </property>
227          <action name="editResetAllChannelsAction"/>    </action>
228      </toolbar>    <action name="fileSaveAsAction" >
229      <toolbar dock="2">     <property name="text" >
230          <property name="name">      <string>Save &amp;As...</string>
231              <cstring>channelsToolbar</cstring>     </property>
232          </property>     <property name="iconText" >
233          <property name="label">      <string>Save As</string>
234              <string>Channels Toolbar</string>     </property>
235          </property>     <property name="statusTip" >
236          <action name="channelsArrangeAction"/>      <string>Save current sampler session with another name</string>
237      </toolbar>     </property>
238  </toolbars>     <property name="shortcut" >
239  <actions>      <string/>
240      <action>     </property>
241          <property name="name">    </action>
242              <cstring>fileNewAction</cstring>    <action name="fileResetAction" >
243          </property>     <property name="icon" >
244          <property name="iconSet">      <iconset resource="../icons/qsampler.qrc" >:/icons/fileReset.png</iconset>
245              <iconset>fileNew.png</iconset>     </property>
246          </property>     <property name="text" >
247          <property name="text">      <string>Rese&amp;t</string>
248              <string>New</string>     </property>
249          </property>     <property name="iconText" >
250          <property name="menuText">      <string>Reset</string>
251              <string>&amp;New</string>     </property>
252          </property>     <property name="toolTip" >
253          <property name="toolTip">      <string>Reset instance</string>
254              <string>New session</string>     </property>
255          </property>     <property name="statusTip" >
256          <property name="statusTip">      <string>Reset sampler instance</string>
257              <string>New sampler session</string>     </property>
258          </property>     <property name="shortcut" >
259          <property name="accel">      <string>Ctrl+R</string>
260              <string>Ctrl+N</string>     </property>
261          </property>    </action>
262      </action>    <action name="fileRestartAction" >
263      <action>     <property name="icon" >
264          <property name="name">      <iconset resource="../icons/qsampler.qrc" >:/icons/fileRestart.png</iconset>
265              <cstring>fileOpenAction</cstring>     </property>
266          </property>     <property name="text" >
267          <property name="iconSet">      <string>&amp;Restart</string>
268              <iconset>fileOpen.png</iconset>     </property>
269          </property>     <property name="iconText" >
270          <property name="text">      <string>Restart</string>
271              <string>Open</string>     </property>
272          </property>     <property name="toolTip" >
273          <property name="menuText">      <string>Restart instance</string>
274              <string>&amp;Open...</string>     </property>
275          </property>     <property name="statusTip" >
276          <property name="toolTip">      <string>Restart sampler instance</string>
277              <string>Open session</string>     </property>
278          </property>     <property name="shortcut" >
279          <property name="statusTip">      <string>Ctrl+Shift+R</string>
280              <string>Open sampler session</string>     </property>
281          </property>    </action>
282          <property name="accel">    <action name="fileExitAction" >
283              <string>Ctrl+O</string>     <property name="text" >
284          </property>      <string>E&amp;xit</string>
285      </action>     </property>
286      <action>     <property name="iconText" >
287          <property name="name">      <string>Exit</string>
288              <cstring>fileSaveAction</cstring>     </property>
289          </property>     <property name="statusTip" >
290          <property name="iconSet">      <string>Exit this application program</string>
291              <iconset>fileSave.png</iconset>     </property>
292          </property>     <property name="shortcut" >
293          <property name="text">      <string/>
294              <string>Save</string>     </property>
295          </property>    </action>
296          <property name="menuText">    <action name="editAddChannelAction" >
297              <string>&amp;Save</string>     <property name="icon" >
298          </property>      <iconset resource="../icons/qsampler.qrc" >:/icons/editAddChannel.png</iconset>
299          <property name="toolTip">     </property>
300              <string>Save session</string>     <property name="text" >
301          </property>      <string>&amp;Add Channel</string>
302          <property name="statusTip">     </property>
303              <string>Save sampler session</string>     <property name="iconText" >
304          </property>      <string>Add</string>
305          <property name="accel">     </property>
306              <string>Ctrl+S</string>     <property name="toolTip" >
307          </property>      <string>Add channel</string>
308      </action>     </property>
309      <action>     <property name="statusTip" >
310          <property name="name">      <string>Add a new sampler channel</string>
311              <cstring>fileSaveAsAction</cstring>     </property>
312          </property>     <property name="shortcut" >
313          <property name="text">      <string>Ctrl+A</string>
314              <string>Save As</string>     </property>
315          </property>    </action>
316          <property name="menuText">    <action name="editRemoveChannelAction" >
317              <string>Save &amp;As...</string>     <property name="icon" >
318          </property>      <iconset resource="../icons/qsampler.qrc" >:/icons/editRemoveChannel.png</iconset>
319          <property name="statusTip">     </property>
320              <string>Save current sampler session with another name</string>     <property name="text" >
321          </property>      <string>&amp;Remove Channel</string>
322          <property name="accel">     </property>
323              <string></string>     <property name="iconText" >
324          </property>      <string>Remove</string>
325      </action>     </property>
326      <action>     <property name="toolTip" >
327          <property name="name">      <string>Remove channel</string>
328              <cstring>fileResetAction</cstring>     </property>
329          </property>     <property name="statusTip" >
330          <property name="iconSet">      <string>Remove current sampler channel</string>
331              <iconset>fileReset.png</iconset>     </property>
332          </property>     <property name="shortcut" >
333          <property name="text">      <string>Ctrl+X</string>
334              <string>Reset</string>     </property>
335          </property>    </action>
336          <property name="menuText">    <action name="editResetChannelAction" >
337              <string>Rese&amp;t</string>     <property name="icon" >
338          </property>      <iconset resource="../icons/qsampler.qrc" >:/icons/editResetChannel.png</iconset>
339          <property name="toolTip">     </property>
340              <string>Reset instance</string>     <property name="text" >
341          </property>      <string>Re&amp;set Channel</string>
342          <property name="statusTip">     </property>
343              <string>Reset sampler instance</string>     <property name="iconText" >
344          </property>      <string>Reset</string>
345          <property name="accel">     </property>
346              <string>Ctrl+R</string>     <property name="toolTip" >
347          </property>      <string>Reset channel</string>
348      </action>     </property>
349      <action>     <property name="statusTip" >
350          <property name="name">      <string>Reset current sampler channel</string>
351              <cstring>fileRestartAction</cstring>     </property>
352          </property>     <property name="shortcut" >
353          <property name="iconSet">      <string/>
354              <iconset>fileRestart.png</iconset>     </property>
355          </property>    </action>
356          <property name="text">    <action name="editResetAllChannelsAction" >
357              <string>Restart</string>     <property name="icon" >
358          </property>      <iconset resource="../icons/qsampler.qrc" >:/icons/editResetAllChannels.png</iconset>
359          <property name="menuText">     </property>
360              <string>&amp;Restart</string>     <property name="text" >
361          </property>      <string>R&amp;eset All Channels</string>
362          <property name="toolTip">     </property>
363              <string>Restart instance</string>     <property name="iconText" >
364          </property>      <string>Reset All</string>
365          <property name="statusTip">     </property>
366              <string>Restart sampler instance</string>     <property name="toolTip" >
367          </property>      <string>Reset all channels</string>
368          <property name="accel">     </property>
369              <string>Ctrl+Shift+R</string>     <property name="statusTip" >
370          </property>      <string>Reset all sampler channels</string>
371      </action>     </property>
372      <action>     <property name="shortcut" >
373          <property name="name">      <string/>
374              <cstring>fileExitAction</cstring>     </property>
375          </property>    </action>
376          <property name="text">    <action name="editSetupChannelAction" >
377              <string>Exit</string>     <property name="icon" >
378          </property>      <iconset resource="../icons/qsampler.qrc" >:/icons/editSetupChannel.png</iconset>
379          <property name="menuText">     </property>
380              <string>E&amp;xit</string>     <property name="text" >
381          </property>      <string>&amp;Setup Channel...</string>
382          <property name="statusTip">     </property>
383              <string>Exit this application program</string>     <property name="iconText" >
384          </property>      <string>Setup</string>
385          <property name="accel">     </property>
386              <string></string>     <property name="toolTip" >
387          </property>      <string>Setup channel</string>
388      </action>     </property>
389      <action>     <property name="statusTip" >
390          <property name="name">      <string>Setup current sampler channel</string>
391              <cstring>editAddChannelAction</cstring>     </property>
392          </property>     <property name="shortcut" >
393          <property name="iconSet">      <string>F2</string>
394              <iconset>editAddChannel.png</iconset>     </property>
395          </property>    </action>
396          <property name="text">    <action name="editEditChannelAction" >
397              <string>Add</string>     <property name="icon" >
398          </property>      <iconset resource="../icons/qsampler.qrc" >:/icons/editEditChannel.png</iconset>
399          <property name="menuText">     </property>
400              <string>&amp;Add Channel</string>     <property name="text" >
401          </property>      <string>Ed&amp;it Channel...</string>
402          <property name="toolTip">     </property>
403              <string>Add channel</string>     <property name="iconText" >
404          </property>      <string>Edit</string>
405          <property name="statusTip">     </property>
406              <string>Add a new sampler channel</string>     <property name="toolTip" >
407          </property>      <string>Edit channel</string>
408          <property name="accel">     </property>
409              <string>Ctrl+A</string>     <property name="statusTip" >
410          </property>      <string>Edit current sampler channel</string>
411      </action>     </property>
412      <action>     <property name="shortcut" >
413          <property name="name">      <string>F9</string>
414              <cstring>editRemoveChannelAction</cstring>     </property>
415          </property>    </action>
416          <property name="iconSet">    <action name="viewMenubarAction" >
417              <iconset>editRemoveChannel.png</iconset>     <property name="checkable" >
418          </property>      <bool>true</bool>
419          <property name="text">     </property>
420              <string>Remove</string>     <property name="text" >
421          </property>      <string>&amp;Menubar</string>
422          <property name="menuText">     </property>
423              <string>&amp;Remove Channel</string>     <property name="iconText" >
424          </property>      <string>Menubar</string>
425          <property name="toolTip">     </property>
426              <string>Remove channel</string>     <property name="toolTip" >
427          </property>      <string>Show/hide menubar</string>
428          <property name="statusTip">     </property>
429              <string>Remove current sampler channel</string>     <property name="statusTip" >
430          </property>      <string>Show/hide the main program window menubar</string>
431          <property name="accel">     </property>
432              <string>Ctrl+X</string>     <property name="shortcut" >
433          </property>      <string>Ctrl+M</string>
434      </action>     </property>
435      <action>    </action>
436          <property name="name">    <action name="viewToolbarAction" >
437              <cstring>editResetChannelAction</cstring>     <property name="checkable" >
438          </property>      <bool>true</bool>
439          <property name="iconSet">     </property>
440              <iconset>editResetChannel.png</iconset>     <property name="text" >
441          </property>      <string>&amp;Toolbar</string>
442          <property name="text">     </property>
443              <string>Reset</string>     <property name="iconText" >
444          </property>      <string>viewToolbars</string>
445          <property name="menuText">     </property>
446              <string>Re&amp;set Channel</string>     <property name="toolTip" >
447          </property>      <string>Show/hide toolbar</string>
448          <property name="toolTip">     </property>
449              <string>Reset channel</string>     <property name="statusTip" >
450          </property>      <string>Show/hide main program window toolbars</string>
451          <property name="statusTip">     </property>
452              <string>Reset current sampler channel</string>     <property name="shortcut" >
453          </property>      <string>Ctrl+T</string>
454          <property name="accel">     </property>
455              <string></string>    </action>
456          </property>    <action name="viewStatusbarAction" >
457      </action>     <property name="checkable" >
458      <action>      <bool>true</bool>
459          <property name="name">     </property>
460              <cstring>editResetAllChannelsAction</cstring>     <property name="text" >
461          </property>      <string>&amp;Statusbar</string>
462          <property name="iconSet">     </property>
463              <iconset>editResetAllChannels.png</iconset>     <property name="iconText" >
464          </property>      <string>Statusbar</string>
465          <property name="text">     </property>
466              <string>Reset All</string>     <property name="toolTip" >
467          </property>      <string>Show/hide statusbar</string>
468          <property name="menuText">     </property>
469              <string>R&amp;eset All Channels</string>     <property name="statusTip" >
470          </property>      <string>Show/hide the main program window statusbar</string>
471          <property name="toolTip">     </property>
472              <string>Reset all channels</string>     <property name="shortcut" >
473          </property>      <string/>
474          <property name="statusTip">     </property>
475              <string>Reset all sampler channels</string>    </action>
476          </property>    <action name="viewMessagesAction" >
477          <property name="accel">     <property name="checkable" >
478              <string></string>      <bool>true</bool>
479          </property>     </property>
480      </action>     <property name="text" >
481      <action>      <string>M&amp;essages</string>
482          <property name="name">     </property>
483              <cstring>editSetupChannelAction</cstring>     <property name="iconText" >
484          </property>      <string>Messages</string>
485          <property name="iconSet">     </property>
486              <iconset>editSetupChannel.png</iconset>     <property name="toolTip" >
487          </property>      <string>Show/hide messages</string>
488          <property name="text">     </property>
489              <string>Setup</string>     <property name="statusTip" >
490          </property>      <string>Show/hide the messages window</string>
491          <property name="menuText">     </property>
492              <string>&amp;Setup Channel...</string>     <property name="shortcut" >
493          </property>      <string/>
494          <property name="toolTip">     </property>
495              <string>Setup channel</string>    </action>
496          </property>    <action name="viewInstrumentsAction" >
497          <property name="statusTip">     <property name="checkable" >
498              <string>Setup current sampler channel</string>      <bool>true</bool>
499          </property>     </property>
500          <property name="accel">     <property name="icon" >
501              <string>F2</string>      <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerInstrument.png</iconset>
502          </property>     </property>
503      </action>     <property name="text" >
504      <action>      <string>&amp;Instruments</string>
505          <property name="name">     </property>
506              <cstring>viewMenubarAction</cstring>     <property name="iconText" >
507          </property>      <string>Instruments</string>
508          <property name="toggleAction">     </property>
509              <bool>true</bool>     <property name="toolTip" >
510          </property>      <string>MIDI instruments configuration</string>
511          <property name="text">     </property>
512              <string>Menubar</string>     <property name="statusTip" >
513          </property>      <string>Show/hide the MIDI instruments configuration window</string>
514          <property name="menuText">     </property>
515              <string>&amp;Menubar</string>     <property name="shortcut" >
516          </property>      <string>F10</string>
517          <property name="toolTip">     </property>
518              <string>Show/hide menubar</string>    </action>
519          </property>    <action name="viewDevicesAction" >
520          <property name="statusTip">     <property name="checkable" >
521              <string>Show/hide the main program window menubar</string>      <bool>true</bool>
522          </property>     </property>
523          <property name="accel">     <property name="icon" >
524              <string>Ctrl+M</string>      <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerDevice.png</iconset>
525          </property>     </property>
526      </action>     <property name="text" >
527      <action>      <string>&amp;Devices</string>
528          <property name="name">     </property>
529              <cstring>viewToolbarAction</cstring>     <property name="iconText" >
530          </property>      <string>Devices</string>
531          <property name="toggleAction">     </property>
532              <bool>true</bool>     <property name="toolTip" >
533          </property>      <string>Device configuration</string>
534          <property name="text">     </property>
535              <string>viewToolbars</string>     <property name="statusTip" >
536          </property>      <string>Show/hide the device configuration window</string>
537          <property name="menuText">     </property>
538              <string>&amp;Toolbar</string>     <property name="shortcut" >
539          </property>      <string>F11</string>
540          <property name="toolTip">     </property>
541              <string>Show/hide toolbar</string>    </action>
542          </property>    <action name="viewOptionsAction" >
543          <property name="statusTip">     <property name="text" >
544              <string>Show/hide main program window toolbars</string>      <string>&amp;Options...</string>
545          </property>     </property>
546          <property name="accel">     <property name="iconText" >
547              <string>Ctrl+T</string>      <string>Options</string>
548          </property>     </property>
549      </action>     <property name="toolTip" >
550      <action>      <string>General options</string>
551          <property name="name">     </property>
552              <cstring>viewStatusbarAction</cstring>     <property name="statusTip" >
553          </property>      <string>Change general application program options</string>
554          <property name="toggleAction">     </property>
555              <bool>true</bool>     <property name="shortcut" >
556          </property>      <string>F12</string>
557          <property name="text">     </property>
558              <string>Statusbar</string>    </action>
559          </property>    <action name="channelsArrangeAction" >
560          <property name="menuText">     <property name="checkable" >
561              <string>&amp;Statusbar</string>      <bool>false</bool>
562          </property>     </property>
563          <property name="toolTip">     <property name="icon" >
564              <string>Show/hide statusbar</string>      <iconset resource="../icons/qsampler.qrc" >:/icons/channelsArrange.png</iconset>
565          </property>     </property>
566          <property name="statusTip">     <property name="text" >
567              <string>Show/hide the main program window statusbar</string>      <string>&amp;Arrange</string>
568          </property>     </property>
569          <property name="accel">     <property name="iconText" >
570              <string></string>      <string>Arrange</string>
571          </property>     </property>
572      </action>     <property name="toolTip" >
573      <action>      <string>Arrange channels</string>
574          <property name="name">     </property>
575              <cstring>viewMessagesAction</cstring>     <property name="statusTip" >
576          </property>      <string>Line up all channel strips</string>
577          <property name="toggleAction">     </property>
578              <bool>true</bool>     <property name="shortcut" >
579          </property>      <string>F5</string>
580          <property name="text">     </property>
581              <string>Messages</string>    </action>
582          </property>    <action name="channelsAutoArrangeAction" >
583          <property name="menuText">     <property name="checkable" >
584              <string>M&amp;essages</string>      <bool>true</bool>
585          </property>     </property>
586          <property name="toolTip">     <property name="text" >
587              <string>Show/hide messages</string>      <string>A&amp;uto Arrange</string>
588          </property>     </property>
589          <property name="statusTip">     <property name="iconText" >
590              <string>Show/hide the messages window</string>      <string>Auto Arrange</string>
591          </property>     </property>
592          <property name="accel">     <property name="toolTip" >
593              <string></string>      <string>Auto-arrange channels</string>
594          </property>     </property>
595      </action>     <property name="statusTip" >
596      <action>      <string>Auto-arrange channel strips</string>
597          <property name="name">     </property>
598              <cstring>viewInstrumentsAction</cstring>     <property name="shortcut" >
599          </property>      <string/>
600          <property name="iconSet">     </property>
601              <iconset>qsamplerInstrument.png</iconset>    </action>
602          </property>    <action name="helpAboutAction" >
603          <property name="toggleAction">     <property name="text" >
604              <bool>true</bool>      <string>&amp;About...</string>
605          </property>     </property>
606          <property name="text">     <property name="iconText" >
607              <string>Instruments</string>      <string>About</string>
608          </property>     </property>
609          <property name="menuText">     <property name="statusTip" >
610              <string>&amp;Instruments</string>      <string>Show information about this application program</string>
611          </property>     </property>
612          <property name="toolTip">     <property name="shortcut" >
613              <string>MIDI instruments configuration</string>      <string/>
614          </property>     </property>
615          <property name="statusTip">    </action>
616              <string>Show/hide the MIDI instruments configuration window</string>    <action name="helpAboutQtAction" >
617          </property>     <property name="text" >
618          <property name="accel">      <string>About &amp;Qt...</string>
619              <string>F10</string>     </property>
620          </property>     <property name="iconText" >
621      </action>      <string>About Qt</string>
622      <action>     </property>
623          <property name="name">     <property name="statusTip" >
624              <cstring>viewDevicesAction</cstring>      <string>Show information about the Qt toolkit</string>
625          </property>     </property>
626          <property name="iconSet">     <property name="shortcut" >
627              <iconset>qsamplerDevice.png</iconset>      <string/>
628          </property>     </property>
629          <property name="toggleAction">    </action>
630              <bool>true</bool>   </widget>
631          </property>   <resources>
632          <property name="text">    <include location="../icons/qsampler.qrc" />
633              <string>Devices</string>   </resources>
634          </property>  </ui>
         <property name="menuText">  
             <string>&amp;Devices</string>  
         </property>  
         <property name="toolTip">  
             <string>Device configuration</string>  
         </property>  
         <property name="statusTip">  
             <string>Show/hide the device configuration window</string>  
         </property>  
         <property name="accel">  
             <string>F11</string>  
         </property>  
     </action>  
     <action>  
         <property name="name">  
             <cstring>viewOptionsAction</cstring>  
         </property>  
         <property name="text">  
             <string>Options</string>  
         </property>  
         <property name="menuText">  
             <string>&amp;Options...</string>  
         </property>  
         <property name="toolTip">  
             <string>General options</string>  
         </property>  
         <property name="statusTip">  
             <string>Change general application program options</string>  
         </property>  
         <property name="accel">  
             <string>F12</string>  
         </property>  
     </action>  
     <action>  
         <property name="name">  
             <cstring>channelsArrangeAction</cstring>  
         </property>  
         <property name="toggleAction">  
             <bool>false</bool>  
         </property>  
         <property name="iconSet">  
             <iconset>channelsArrange.png</iconset>  
         </property>  
         <property name="text">  
             <string>Arrange</string>  
         </property>  
         <property name="menuText">  
             <string>&amp;Arrange</string>  
         </property>  
         <property name="toolTip">  
             <string>Arrange channels</string>  
         </property>  
         <property name="statusTip">  
             <string>Line up all channel strips</string>  
         </property>  
         <property name="accel">  
             <string>F5</string>  
         </property>  
     </action>  
     <action>  
         <property name="name">  
             <cstring>channelsAutoArrangeAction</cstring>  
         </property>  
         <property name="toggleAction">  
             <bool>true</bool>  
         </property>  
         <property name="text">  
             <string>Auto Arrange</string>  
         </property>  
         <property name="menuText">  
             <string>A&amp;uto Arrange</string>  
         </property>  
         <property name="toolTip">  
             <string>Auto-arrange channels</string>  
         </property>  
         <property name="statusTip">  
             <string>Auto-arrange channel strips</string>  
         </property>  
         <property name="accel">  
             <string></string>  
         </property>  
     </action>  
     <action>  
         <property name="name">  
             <cstring>helpAboutAction</cstring>  
         </property>  
         <property name="text">  
             <string>About</string>  
         </property>  
         <property name="menuText">  
             <string>&amp;About...</string>  
         </property>  
         <property name="statusTip">  
             <string>Show information about this application program</string>  
         </property>  
         <property name="accel">  
             <string></string>  
         </property>  
     </action>  
     <action>  
         <property name="name">  
             <cstring>helpAboutQtAction</cstring>  
         </property>  
         <property name="text">  
             <string>About Qt</string>  
         </property>  
         <property name="menuText">  
             <string>About &amp;Qt...</string>  
         </property>  
         <property name="statusTip">  
             <string>Show information about the Qt toolkit</string>  
         </property>  
         <property name="accel">  
             <string></string>  
         </property>  
     </action>  
 </actions>  
 <connections>  
     <connection>  
         <sender>fileNewAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>fileNew()</slot>  
     </connection>  
     <connection>  
         <sender>fileOpenAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>fileOpen()</slot>  
     </connection>  
     <connection>  
         <sender>fileSaveAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>fileSave()</slot>  
     </connection>  
     <connection>  
         <sender>fileSaveAsAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>fileSaveAs()</slot>  
     </connection>  
     <connection>  
         <sender>fileResetAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>fileReset()</slot>  
     </connection>  
     <connection>  
         <sender>fileRestartAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>fileRestart()</slot>  
     </connection>  
     <connection>  
         <sender>fileExitAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>fileExit()</slot>  
     </connection>  
     <connection>  
         <sender>editAddChannelAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>editAddChannel()</slot>  
     </connection>  
     <connection>  
         <sender>editRemoveChannelAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>editRemoveChannel()</slot>  
     </connection>  
     <connection>  
         <sender>editSetupChannelAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>editSetupChannel()</slot>  
     </connection>  
     <connection>  
         <sender>editResetChannelAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>editResetChannel()</slot>  
     </connection>  
     <connection>  
         <sender>editResetAllChannelsAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>editResetAllChannels()</slot>  
     </connection>  
     <connection>  
         <sender>viewMenubarAction</sender>  
         <signal>toggled(bool)</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>viewMenubar(bool)</slot>  
     </connection>  
     <connection>  
         <sender>viewToolbarAction</sender>  
         <signal>toggled(bool)</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>viewToolbar(bool)</slot>  
     </connection>  
     <connection>  
         <sender>viewStatusbarAction</sender>  
         <signal>toggled(bool)</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>viewStatusbar(bool)</slot>  
     </connection>  
     <connection>  
         <sender>viewMessagesAction</sender>  
         <signal>toggled(bool)</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>viewMessages(bool)</slot>  
     </connection>  
     <connection>  
         <sender>viewInstrumentsAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>viewInstruments()</slot>  
     </connection>  
     <connection>  
         <sender>viewDevicesAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>viewDevices()</slot>  
     </connection>  
     <connection>  
         <sender>viewOptionsAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>viewOptions()</slot>  
     </connection>  
     <connection>  
         <sender>channelsArrangeAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>channelsArrange()</slot>  
     </connection>  
     <connection>  
         <sender>channelsAutoArrangeAction</sender>  
         <signal>toggled(bool)</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>channelsAutoArrange(bool)</slot>  
     </connection>  
     <connection>  
         <sender>helpAboutAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>helpAbout()</slot>  
     </connection>  
     <connection>  
         <sender>helpAboutQtAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>helpAboutQt()</slot>  
     </connection>  
 </connections>  
 <includes>  
     <include location="global" impldecl="in declaration">lscp/client.h</include>  
     <include location="local" impldecl="in implementation">qsamplerMainForm.ui.h</include>  
 </includes>  
 <forwards>  
     <forward>class QWorkspace;</forward>  
     <forward>class QProcess;</forward>  
     <forward>class QLabel;</forward>  
     <forward>class qsamplerOptions;</forward>  
     <forward>class qsamplerChannel;</forward>  
     <forward>class qsamplerMessages;</forward>  
     <forward>class qsamplerChannelStrip;</forward>  
     <forward>class qsamplerInstrumentListForm;</forward>  
     <forward>class qsamplerDeviceForm;</forward>  
 </forwards>  
 <variables>  
     <variable access="private">qsamplerOptions *m_pOptions;</variable>  
     <variable access="private">qsamplerMessages *m_pMessages;</variable>  
     <variable access="private">QWorkspace *m_pWorkspace;</variable>  
     <variable access="private">QString m_sFilename;</variable>  
     <variable access="private">int m_iUntitled;</variable>  
     <variable access="private">int m_iDirtyCount;</variable>  
     <variable access="private">lscp_client_t *m_pClient;</variable>  
     <variable access="private">QProcess *m_pServer;</variable>  
     <variable access="private">int m_iStartDelay;</variable>  
     <variable access="private">int m_iTimerDelay;</variable>  
     <variable access="private">int m_iTimerSlot;</variable>  
     <variable access="private">QLabel *m_statusItem[5];</variable>  
     <variable access="private">QPopupMenu *m_pRecentFilesMenu;</variable>  
     <variable access="private">QPtrList&lt;qsamplerChannelStrip&gt; m_changedStrips;</variable>  
     <variable access="private">qsamplerInstrumentListForm *m_pInstrumentListForm;</variable>  
     <variable access="private">qsamplerDeviceForm *m_pDeviceForm;</variable>  
     <variable access="private">static qsamplerMainForm *g_pMainForm;</variable>  
 </variables>  
 <slots>  
     <slot specifier="non virtual">fileNew( void )</slot>  
     <slot specifier="non virtual">fileOpen( void )</slot>  
     <slot specifier="non virtual">fileOpenRecent( int iIndex )</slot>  
     <slot specifier="non virtual">fileSave( void )</slot>  
     <slot specifier="non virtual">fileSaveAs( void )</slot>  
     <slot specifier="non virtual">fileReset( void )</slot>  
     <slot specifier="non virtual">fileRestart( void )</slot>  
     <slot specifier="non virtual">fileExit( void )</slot>  
     <slot specifier="non virtual">editAddChannel( void )</slot>  
     <slot specifier="non virtual">editRemoveChannel( void )</slot>  
     <slot specifier="non virtual">editSetupChannel( void )</slot>  
     <slot specifier="non virtual">editResetChannel( void )</slot>  
     <slot specifier="non virtual">editResetAllChannels( void )</slot>  
     <slot specifier="non virtual">viewMenubar( bool bOn )</slot>  
     <slot specifier="non virtual">viewToolbar( bool bOn )</slot>  
     <slot specifier="non virtual">viewStatusbar( bool bOn )</slot>  
     <slot specifier="non virtual">viewMessages( bool bOn )</slot>  
     <slot specifier="non virtual">viewInstruments( void )</slot>  
     <slot specifier="non virtual">viewDevices( void )</slot>  
     <slot specifier="non virtual">viewOptions( void )</slot>  
     <slot specifier="non virtual">channelsArrange( void )</slot>  
     <slot specifier="non virtual">channelsAutoArrange( bool bOn )</slot>  
     <slot specifier="non virtual">helpAboutQt( void )</slot>  
     <slot specifier="non virtual">helpAbout( void )</slot>  
     <slot specifier="non virtual">sessionDirty( void )</slot>  
     <slot specifier="non virtual">stabilizeForm( void )</slot>  
     <slot specifier="non virtual">channelStripChanged( qsamplerChannelStrip *pChannelStrip )</slot>  
     <slot specifier="non virtual">channelsMenuAboutToShow()</slot>  
     <slot specifier="non virtual">channelsMenuActivated( int iChannel )</slot>  
     <slot specifier="non virtual">timerSlot( void )</slot>  
     <slot specifier="non virtual">readServerStdout( void )</slot>  
     <slot specifier="non virtual">processServerExit( void )</slot>  
 </slots>  
 <functions>  
     <function access="private" specifier="non virtual">init()</function>  
     <function access="private" specifier="non virtual">destroy()</function>  
     <function specifier="non virtual">setup( qsamplerOptions * pOptions )</function>  
     <function access="private" specifier="non virtual" returnType="bool">queryClose( void )</function>  
     <function access="private" specifier="non virtual">closeEvent( QCloseEvent * pCloseEvent )</function>  
     <function access="private" specifier="non virtual" returnType="bool">decodeDragFiles( const QMimeSource * pEvent, QStringList &amp; files )</function>  
     <function access="private" specifier="non virtual">dragEnterEvent( QDragEnterEvent *pDragEnterEvent )</function>  
     <function access="private" specifier="non virtual">dropEvent( QDropEvent *pDropEvent )</function>  
     <function access="private" specifier="non virtual">customEvent( QCustomEvent *pCustomEvent )</function>  
     <function specifier="non virtual">contextMenuEvent( QContextMenuEvent *pEvent )</function>  
     <function specifier="non virtual" returnType="qsamplerOptions *">options( void )</function>  
     <function specifier="non virtual" returnType="lscp_client_t *">client( void )</function>  
     <function specifier="non virtual" returnType="QString">sessionName( const QString &amp; sFilename )</function>  
     <function access="private" specifier="non virtual" returnType="bool">newSession( void )</function>  
     <function access="private" specifier="non virtual" returnType="bool">openSession( void )</function>  
     <function access="private" specifier="non virtual" returnType="bool">saveSession( bool bPrompt )</function>  
     <function access="private" specifier="non virtual" returnType="bool">closeSession( bool bForce )</function>  
     <function access="private" specifier="non virtual" returnType="bool">resetSession( void )</function>  
     <function access="private" specifier="non virtual" returnType="bool">loadSessionFile( const QString &amp; sFilename )</function>  
     <function access="private" specifier="non virtual" returnType="bool">saveSessionFile( const QString &amp; sFilename )</function>  
     <function access="private" specifier="non virtual">updateSession()</function>  
     <function access="private" specifier="non virtual">updateRecentFiles( const QString &amp; sFilename )</function>  
     <function access="private" specifier="non virtual">updateRecentFilesMenu( void )</function>  
     <function access="private" specifier="non virtual">updateInstrumentNames( void )</function>  
     <function access="private" specifier="non virtual">updateDisplayFont( void )</function>  
     <function access="private" specifier="non virtual">updateDisplayEffect( void )</function>  
     <function access="private" specifier="non virtual">updateMaxVolume( void )</function>  
     <function specifier="non virtual">appendMessages( const QString &amp; s )</function>  
     <function specifier="non virtual">appendMessagesColor( const QString &amp; s, const QString &amp; c )</function>  
     <function specifier="non virtual">appendMessagesText( const QString &amp; s )</function>  
     <function specifier="non virtual">appendMessagesError( const QString &amp; s )</function>  
     <function specifier="non virtual">appendMessagesClient( const QString &amp; s )</function>  
     <function access="private" specifier="non virtual">updateMessagesFont( void )</function>  
     <function access="private" specifier="non virtual">updateMessagesLimit( void )</function>  
     <function access="private" specifier="non virtual">updateMessagesCapture( void )</function>  
     <function specifier="non virtual" returnType="qsamplerChannelStrip *">createChannelStrip( qsamplerChannel *pChannel )</function>  
     <function specifier="non virtual" returnType="qsamplerChannelStrip *">activeChannelStrip( void )</function>  
     <function specifier="non virtual" returnType="qsamplerChannelStrip *">channelStripAt( int iChannel )</function>  
     <function specifier="non virtual" returnType="qsamplerChannelStrip *">channelStrip( int iChannelID )</function>  
     <function access="private" specifier="non virtual">startSchedule( int iStartDelay )</function>  
     <function access="private" specifier="non virtual">stopSchedule( void )</function>  
     <function access="private" specifier="non virtual">startServer( void )</function>  
     <function access="private" specifier="non virtual">stopServer( void )</function>  
     <function access="private" specifier="non virtual" returnType="bool">startClient( void )</function>  
     <function access="private" specifier="non virtual">stopClient( void )</function>  
     <function specifier="non virtual" returnType="static qsamplerMainForm *">getInstance( void )</function>  
 </functions>  
 <pixmapinproject/>  
 <layoutdefaults spacing="4" margin="8"/>  
 </UI>  

Legend:
Removed from v.996  
changed lines
  Added in v.1840

  ViewVC Help
Powered by ViewVC