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

  ViewVC Help
Powered by ViewVC