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

  ViewVC Help
Powered by ViewVC