/[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 452 by capela, Sun Mar 13 22:06:59 2005 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-2005, 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 14  Line 15 
15     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16     GNU General Public License for more details.     GNU General Public License for more details.
17    
18     You should have received a copy of the GNU General Public License     You should have received a copy of the GNU General Public License along
19     along with this program; if not, write to the Free Software     with this program; if not, write to the Free Software Foundation, Inc.,
20     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, 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="viewDevicesAction"/>     <property name="statusTip" >
176          <separator/>      <string>New sampler session</string>
177          <action name="viewOptionsAction"/>     </property>
178      </item>     <property name="shortcut" >
179      <item text="&amp;Channels" name="channelsMenu">      <string>Ctrl+N</string>
180          <action name="channelsArrangeAction"/>     </property>
181          <action name="channelsAutoArrangeAction"/>    </action>
182      </item>    <action name="fileOpenAction" >
183      <separator/>     <property name="icon" >
184      <item text="&amp;Help" name="helpMenu">      <iconset resource="../icons/qsampler.qrc" >:/icons/fileOpen.png</iconset>
185          <action name="helpAboutAction"/>     </property>
186          <action name="helpAboutQtAction"/>     <property name="text" >
187      </item>      <string>&amp;Open...</string>
188  </menubar>     </property>
189  <toolbars>     <property name="iconText" >
190      <toolbar dock="2">      <string>Open</string>
191          <property name="name">     </property>
192              <cstring>fileToolbar</cstring>     <property name="toolTip" >
193          </property>      <string>Open session</string>
194          <property name="label">     </property>
195              <string>File Toolbar</string>     <property name="statusTip" >
196          </property>      <string>Open sampler session</string>
197          <action name="fileNewAction"/>     </property>
198          <action name="fileOpenAction"/>     <property name="shortcut" >
199          <action name="fileSaveAction"/>      <string>Ctrl+O</string>
200          <separator/>     </property>
201          <action name="fileResetAction"/>    </action>
202          <action name="fileRestartAction"/>    <action name="fileSaveAction" >
203      </toolbar>     <property name="icon" >
204      <toolbar dock="2">      <iconset resource="../icons/qsampler.qrc" >:/icons/fileSave.png</iconset>
205          <property name="name">     </property>
206              <cstring>editToolbar</cstring>     <property name="text" >
207          </property>      <string>&amp;Save</string>
208          <property name="label">     </property>
209              <string>Edit Toolbar</string>     <property name="iconText" >
210          </property>      <string>Save</string>
211          <action name="editAddChannelAction"/>     </property>
212          <action name="editRemoveChannelAction"/>     <property name="toolTip" >
213          <separator/>      <string>Save session</string>
214          <action name="editSetupChannelAction"/>     </property>
215          <separator/>     <property name="statusTip" >
216          <action name="editResetChannelAction"/>      <string>Save sampler session</string>
217          <action name="editResetAllChannelsAction"/>     </property>
218      </toolbar>     <property name="shortcut" >
219      <toolbar dock="2">      <string>Ctrl+S</string>
220          <property name="name">     </property>
221              <cstring>channelsToolbar</cstring>    </action>
222          </property>    <action name="fileSaveAsAction" >
223          <property name="label">     <property name="text" >
224              <string>Channels Toolbar</string>      <string>Save &amp;As...</string>
225          </property>     </property>
226          <action name="channelsArrangeAction"/>     <property name="iconText" >
227      </toolbar>      <string>Save As</string>
228  </toolbars>     </property>
229  <actions>     <property name="statusTip" >
230      <action>      <string>Save current sampler session with another name</string>
231          <property name="name">     </property>
232              <cstring>fileNewAction</cstring>     <property name="shortcut" >
233          </property>      <string/>
234          <property name="iconSet">     </property>
235              <iconset>fileNew.png</iconset>    </action>
236          </property>    <action name="fileResetAction" >
237          <property name="text">     <property name="icon" >
238              <string>New</string>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileReset.png</iconset>
239          </property>     </property>
240          <property name="menuText">     <property name="text" >
241              <string>&amp;New</string>      <string>Rese&amp;t</string>
242          </property>     </property>
243          <property name="toolTip">     <property name="iconText" >
244              <string>New session</string>      <string>Reset</string>
245          </property>     </property>
246          <property name="statusTip">     <property name="toolTip" >
247              <string>New sampler session</string>      <string>Reset instance</string>
248          </property>     </property>
249          <property name="accel">     <property name="statusTip" >
250              <string>Ctrl+N</string>      <string>Reset sampler instance</string>
251          </property>     </property>
252      </action>     <property name="shortcut" >
253      <action>      <string>Ctrl+R</string>
254          <property name="name">     </property>
255              <cstring>fileOpenAction</cstring>    </action>
256          </property>    <action name="fileRestartAction" >
257          <property name="iconSet">     <property name="icon" >
258              <iconset>fileOpen.png</iconset>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileRestart.png</iconset>
259          </property>     </property>
260          <property name="text">     <property name="text" >
261              <string>Open</string>      <string>&amp;Restart</string>
262          </property>     </property>
263          <property name="menuText">     <property name="iconText" >
264              <string>&amp;Open...</string>      <string>Restart</string>
265          </property>     </property>
266          <property name="toolTip">     <property name="toolTip" >
267              <string>Open session</string>      <string>Restart instance</string>
268          </property>     </property>
269          <property name="statusTip">     <property name="statusTip" >
270              <string>Open sampler session</string>      <string>Restart sampler instance</string>
271          </property>     </property>
272          <property name="accel">     <property name="shortcut" >
273              <string>Ctrl+O</string>      <string>Ctrl+Shift+R</string>
274          </property>     </property>
275      </action>    </action>
276      <action>    <action name="fileExitAction" >
277          <property name="name">     <property name="text" >
278              <cstring>fileSaveAction</cstring>      <string>E&amp;xit</string>
279          </property>     </property>
280          <property name="iconSet">     <property name="iconText" >
281              <iconset>fileSave.png</iconset>      <string>Exit</string>
282          </property>     </property>
283          <property name="text">     <property name="statusTip" >
284              <string>Save</string>      <string>Exit this application program</string>
285          </property>     </property>
286          <property name="menuText">     <property name="shortcut" >
287              <string>&amp;Save</string>      <string/>
288          </property>     </property>
289          <property name="toolTip">    </action>
290              <string>Save session</string>    <action name="editAddChannelAction" >
291          </property>     <property name="icon" >
292          <property name="statusTip">      <iconset resource="../icons/qsampler.qrc" >:/icons/editAddChannel.png</iconset>
293              <string>Save sampler session</string>     </property>
294          </property>     <property name="text" >
295          <property name="accel">      <string>&amp;Add Channel</string>
296              <string>Ctrl+S</string>     </property>
297          </property>     <property name="iconText" >
298      </action>      <string>Add</string>
299      <action>     </property>
300          <property name="name">     <property name="toolTip" >
301              <cstring>fileSaveAsAction</cstring>      <string>Add channel</string>
302          </property>     </property>
303          <property name="text">     <property name="statusTip" >
304              <string>Save As</string>      <string>Add a new sampler channel</string>
305          </property>     </property>
306          <property name="menuText">     <property name="shortcut" >
307              <string>Save &amp;As...</string>      <string>Ctrl+A</string>
308          </property>     </property>
309          <property name="statusTip">    </action>
310              <string>Save current sampler session with another name</string>    <action name="editRemoveChannelAction" >
311          </property>     <property name="icon" >
312          <property name="accel">      <iconset resource="../icons/qsampler.qrc" >:/icons/editRemoveChannel.png</iconset>
313              <string></string>     </property>
314          </property>     <property name="text" >
315      </action>      <string>&amp;Remove Channel</string>
316      <action>     </property>
317          <property name="name">     <property name="iconText" >
318              <cstring>fileResetAction</cstring>      <string>Remove</string>
319          </property>     </property>
320          <property name="iconSet">     <property name="toolTip" >
321              <iconset>fileReset.png</iconset>      <string>Remove channel</string>
322          </property>     </property>
323          <property name="text">     <property name="statusTip" >
324              <string>Reset</string>      <string>Remove current sampler channel</string>
325          </property>     </property>
326          <property name="menuText">     <property name="shortcut" >
327              <string>Rese&amp;t</string>      <string>Ctrl+X</string>
328          </property>     </property>
329          <property name="toolTip">    </action>
330              <string>Reset instance</string>    <action name="editResetChannelAction" >
331          </property>     <property name="icon" >
332          <property name="statusTip">      <iconset resource="../icons/qsampler.qrc" >:/icons/editResetChannel.png</iconset>
333              <string>Reset sampler instance</string>     </property>
334          </property>     <property name="text" >
335          <property name="accel">      <string>Re&amp;set Channel</string>
336              <string>Ctrl+R</string>     </property>
337          </property>     <property name="iconText" >
338      </action>      <string>Reset</string>
339      <action>     </property>
340          <property name="name">     <property name="toolTip" >
341              <cstring>fileRestartAction</cstring>      <string>Reset channel</string>
342          </property>     </property>
343          <property name="iconSet">     <property name="statusTip" >
344              <iconset>fileRestart.png</iconset>      <string>Reset current sampler channel</string>
345          </property>     </property>
346          <property name="text">     <property name="shortcut" >
347              <string>Restart</string>      <string/>
348          </property>     </property>
349          <property name="menuText">    </action>
350              <string>&amp;Restart</string>    <action name="editResetAllChannelsAction" >
351          </property>     <property name="icon" >
352          <property name="toolTip">      <iconset resource="../icons/qsampler.qrc" >:/icons/editResetAllChannels.png</iconset>
353              <string>Restart instance</string>     </property>
354          </property>     <property name="text" >
355          <property name="statusTip">      <string>R&amp;eset All Channels</string>
356              <string>Restart sampler instance</string>     </property>
357          </property>     <property name="iconText" >
358          <property name="accel">      <string>Reset All</string>
359              <string>Ctrl+Shift+R</string>     </property>
360          </property>     <property name="toolTip" >
361      </action>      <string>Reset all channels</string>
362      <action>     </property>
363          <property name="name">     <property name="statusTip" >
364              <cstring>fileExitAction</cstring>      <string>Reset all sampler channels</string>
365          </property>     </property>
366          <property name="text">     <property name="shortcut" >
367              <string>Exit</string>      <string/>
368          </property>     </property>
369          <property name="menuText">    </action>
370              <string>E&amp;xit</string>    <action name="editSetupChannelAction" >
371          </property>     <property name="icon" >
372          <property name="statusTip">      <iconset resource="../icons/qsampler.qrc" >:/icons/editSetupChannel.png</iconset>
373              <string>Exit this application program</string>     </property>
374          </property>     <property name="text" >
375          <property name="accel">      <string>&amp;Setup Channel...</string>
376              <string></string>     </property>
377          </property>     <property name="iconText" >
378      </action>      <string>Setup</string>
379      <action>     </property>
380          <property name="name">     <property name="toolTip" >
381              <cstring>editAddChannelAction</cstring>      <string>Setup channel</string>
382          </property>     </property>
383          <property name="iconSet">     <property name="statusTip" >
384              <iconset>editAddChannel.png</iconset>      <string>Setup current sampler channel</string>
385          </property>     </property>
386          <property name="text">     <property name="shortcut" >
387              <string>Add</string>      <string>F2</string>
388          </property>     </property>
389          <property name="menuText">    </action>
390              <string>&amp;Add Channel</string>    <action name="editEditChannelAction" >
391          </property>     <property name="icon" >
392          <property name="toolTip">      <iconset resource="../icons/qsampler.qrc" >:/icons/editEditChannel.png</iconset>
393              <string>Add channel</string>     </property>
394          </property>     <property name="text" >
395          <property name="statusTip">      <string>Ed&amp;it Channel...</string>
396              <string>Add a new sampler channel</string>     </property>
397          </property>     <property name="iconText" >
398          <property name="accel">      <string>Edit</string>
399              <string>Ctrl+A</string>     </property>
400          </property>     <property name="toolTip" >
401      </action>      <string>Edit channel</string>
402      <action>     </property>
403          <property name="name">     <property name="statusTip" >
404              <cstring>editRemoveChannelAction</cstring>      <string>Edit current sampler channel</string>
405          </property>     </property>
406          <property name="iconSet">     <property name="shortcut" >
407              <iconset>editRemoveChannel.png</iconset>      <string>F9</string>
408          </property>     </property>
409          <property name="text">    </action>
410              <string>Remove</string>    <action name="viewMenubarAction" >
411          </property>     <property name="checkable" >
412          <property name="menuText">      <bool>true</bool>
413              <string>&amp;Remove Channel</string>     </property>
414          </property>     <property name="text" >
415          <property name="toolTip">      <string>&amp;Menubar</string>
416              <string>Remove channel</string>     </property>
417          </property>     <property name="iconText" >
418          <property name="statusTip">      <string>Menubar</string>
419              <string>Remove current sampler channel</string>     </property>
420          </property>     <property name="toolTip" >
421          <property name="accel">      <string>Show/hide menubar</string>
422              <string>Ctrl+X</string>     </property>
423          </property>     <property name="statusTip" >
424      </action>      <string>Show/hide the main program window menubar</string>
425      <action>     </property>
426          <property name="name">     <property name="shortcut" >
427              <cstring>editResetChannelAction</cstring>      <string>Ctrl+M</string>
428          </property>     </property>
429          <property name="iconSet">    </action>
430              <iconset>editResetChannel.png</iconset>    <action name="viewToolbarAction" >
431          </property>     <property name="checkable" >
432          <property name="text">      <bool>true</bool>
433              <string>Reset</string>     </property>
434          </property>     <property name="text" >
435          <property name="menuText">      <string>&amp;Toolbar</string>
436              <string>Re&amp;set Channel</string>     </property>
437          </property>     <property name="iconText" >
438          <property name="toolTip">      <string>viewToolbars</string>
439              <string>Reset channel</string>     </property>
440          </property>     <property name="toolTip" >
441          <property name="statusTip">      <string>Show/hide toolbar</string>
442              <string>Reset current sampler channel</string>     </property>
443          </property>     <property name="statusTip" >
444          <property name="accel">      <string>Show/hide main program window toolbars</string>
445              <string></string>     </property>
446          </property>     <property name="shortcut" >
447      </action>      <string>Ctrl+T</string>
448      <action>     </property>
449          <property name="name">    </action>
450              <cstring>editResetAllChannelsAction</cstring>    <action name="viewStatusbarAction" >
451          </property>     <property name="checkable" >
452          <property name="iconSet">      <bool>true</bool>
453              <iconset>editResetAllChannels.png</iconset>     </property>
454          </property>     <property name="text" >
455          <property name="text">      <string>&amp;Statusbar</string>
456              <string>Reset All</string>     </property>
457          </property>     <property name="iconText" >
458          <property name="menuText">      <string>Statusbar</string>
459              <string>R&amp;eset All Channels</string>     </property>
460          </property>     <property name="toolTip" >
461          <property name="toolTip">      <string>Show/hide statusbar</string>
462              <string>Reset all channels</string>     </property>
463          </property>     <property name="statusTip" >
464          <property name="statusTip">      <string>Show/hide the main program window statusbar</string>
465              <string>Reset all sampler channels</string>     </property>
466          </property>     <property name="shortcut" >
467          <property name="accel">      <string/>
468              <string></string>     </property>
469          </property>    </action>
470      </action>    <action name="viewMessagesAction" >
471      <action>     <property name="checkable" >
472          <property name="name">      <bool>true</bool>
473              <cstring>editSetupChannelAction</cstring>     </property>
474          </property>     <property name="text" >
475          <property name="iconSet">      <string>M&amp;essages</string>
476              <iconset>editSetupChannel.png</iconset>     </property>
477          </property>     <property name="iconText" >
478          <property name="text">      <string>Messages</string>
479              <string>Setup</string>     </property>
480          </property>     <property name="toolTip" >
481          <property name="menuText">      <string>Show/hide messages</string>
482              <string>&amp;Setup Channel...</string>     </property>
483          </property>     <property name="statusTip" >
484          <property name="toolTip">      <string>Show/hide the messages window</string>
485              <string>Setup channel</string>     </property>
486          </property>     <property name="shortcut" >
487          <property name="statusTip">      <string/>
488              <string>Setup current sampler channel</string>     </property>
489          </property>    </action>
490          <property name="accel">    <action name="viewInstrumentsAction" >
491              <string>F2</string>     <property name="checkable" >
492          </property>      <bool>true</bool>
493      </action>     </property>
494      <action>     <property name="icon" >
495          <property name="name">      <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerInstrument.png</iconset>
496              <cstring>viewMenubarAction</cstring>     </property>
497          </property>     <property name="text" >
498          <property name="toggleAction">      <string>&amp;Instruments</string>
499              <bool>true</bool>     </property>
500          </property>     <property name="iconText" >
501          <property name="text">      <string>Instruments</string>
502              <string>Menubar</string>     </property>
503          </property>     <property name="toolTip" >
504          <property name="menuText">      <string>MIDI instruments configuration</string>
505              <string>&amp;Menubar</string>     </property>
506          </property>     <property name="statusTip" >
507          <property name="toolTip">      <string>Show/hide the MIDI instruments configuration window</string>
508              <string>Show/hide menubar</string>     </property>
509          </property>     <property name="shortcut" >
510          <property name="statusTip">      <string>F10</string>
511              <string>Show/hide the main program window menubar</string>     </property>
512          </property>    </action>
513          <property name="accel">    <action name="viewDevicesAction" >
514              <string>Ctrl+M</string>     <property name="checkable" >
515          </property>      <bool>true</bool>
516      </action>     </property>
517      <action>     <property name="icon" >
518          <property name="name">      <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerDevice.png</iconset>
519              <cstring>viewToolbarAction</cstring>     </property>
520          </property>     <property name="text" >
521          <property name="toggleAction">      <string>&amp;Devices</string>
522              <bool>true</bool>     </property>
523          </property>     <property name="iconText" >
524          <property name="text">      <string>Devices</string>
525              <string>viewToolbars</string>     </property>
526          </property>     <property name="toolTip" >
527          <property name="menuText">      <string>Device configuration</string>
528              <string>&amp;Toolbar</string>     </property>
529          </property>     <property name="statusTip" >
530          <property name="toolTip">      <string>Show/hide the device configuration window</string>
531              <string>Show/hide toolbar</string>     </property>
532          </property>     <property name="shortcut" >
533          <property name="statusTip">      <string>F11</string>
534              <string>Show/hide main program window toolbars</string>     </property>
535          </property>    </action>
536          <property name="accel">    <action name="viewOptionsAction" >
537              <string>Ctrl+T</string>     <property name="text" >
538          </property>      <string>&amp;Options...</string>
539      </action>     </property>
540      <action>     <property name="iconText" >
541          <property name="name">      <string>Options</string>
542              <cstring>viewStatusbarAction</cstring>     </property>
543          </property>     <property name="toolTip" >
544          <property name="toggleAction">      <string>General options</string>
545              <bool>true</bool>     </property>
546          </property>     <property name="statusTip" >
547          <property name="text">      <string>Change general application program options</string>
548              <string>Statusbar</string>     </property>
549          </property>     <property name="shortcut" >
550          <property name="menuText">      <string>F12</string>
551              <string>&amp;Statusbar</string>     </property>
552          </property>    </action>
553          <property name="toolTip">    <action name="channelsArrangeAction" >
554              <string>Show/hide statusbar</string>     <property name="checkable" >
555          </property>      <bool>false</bool>
556          <property name="statusTip">     </property>
557              <string>Show/hide the main program window statusbar</string>     <property name="icon" >
558          </property>      <iconset resource="../icons/qsampler.qrc" >:/icons/channelsArrange.png</iconset>
559          <property name="accel">     </property>
560              <string></string>     <property name="text" >
561          </property>      <string>&amp;Arrange</string>
562      </action>     </property>
563      <action>     <property name="iconText" >
564          <property name="name">      <string>Arrange</string>
565              <cstring>viewMessagesAction</cstring>     </property>
566          </property>     <property name="toolTip" >
567          <property name="toggleAction">      <string>Arrange channels</string>
568              <bool>true</bool>     </property>
569          </property>     <property name="statusTip" >
570          <property name="text">      <string>Line up all channel strips</string>
571              <string>Messages</string>     </property>
572          </property>     <property name="shortcut" >
573          <property name="menuText">      <string>F5</string>
574              <string>M&amp;essages</string>     </property>
575          </property>    </action>
576          <property name="toolTip">    <action name="channelsAutoArrangeAction" >
577              <string>Show/hide messages</string>     <property name="checkable" >
578          </property>      <bool>true</bool>
579          <property name="statusTip">     </property>
580              <string>Show/hide the messages window</string>     <property name="text" >
581          </property>      <string>A&amp;uto Arrange</string>
582          <property name="accel">     </property>
583              <string></string>     <property name="iconText" >
584          </property>      <string>Auto Arrange</string>
585      </action>     </property>
586      <action>     <property name="toolTip" >
587          <property name="name">      <string>Auto-arrange channels</string>
588              <cstring>viewDevicesAction</cstring>     </property>
589          </property>     <property name="statusTip" >
590          <property name="iconSet">      <string>Auto-arrange channel strips</string>
591              <iconset>qsamplerDevice.png</iconset>     </property>
592          </property>     <property name="shortcut" >
593          <property name="toggleAction">      <string/>
594              <bool>true</bool>     </property>
595          </property>    </action>
596          <property name="text">    <action name="helpAboutAction" >
597              <string>Devices</string>     <property name="text" >
598          </property>      <string>&amp;About...</string>
599          <property name="menuText">     </property>
600              <string>&amp;Devices</string>     <property name="iconText" >
601          </property>      <string>About</string>
602          <property name="toolTip">     </property>
603              <string>Device configuration</string>     <property name="statusTip" >
604          </property>      <string>Show information about this application program</string>
605          <property name="statusTip">     </property>
606              <string>Show/hide the device configuration window</string>     <property name="shortcut" >
607          </property>      <string/>
608          <property name="accel">     </property>
609              <string>F11</string>    </action>
610          </property>    <action name="helpAboutQtAction" >
611      </action>     <property name="text" >
612      <action>      <string>About &amp;Qt...</string>
613          <property name="name">     </property>
614              <cstring>viewOptionsAction</cstring>     <property name="iconText" >
615          </property>      <string>About Qt</string>
616          <property name="text">     </property>
617              <string>Options</string>     <property name="statusTip" >
618          </property>      <string>Show information about the Qt toolkit</string>
619          <property name="menuText">     </property>
620              <string>&amp;Options...</string>     <property name="shortcut" >
621          </property>      <string/>
622          <property name="toolTip">     </property>
623              <string>General options</string>    </action>
624          </property>   </widget>
625          <property name="statusTip">   <resources>
626              <string>Change general application program options</string>    <include location="../icons/qsampler.qrc" />
627          </property>   </resources>
628          <property name="accel">  </ui>
             <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>F10</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>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 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">qsamplerDeviceForm *m_pDeviceForm;</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">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>  
 </functions>  
 <pixmapinproject/>  
 <layoutdefaults spacing="4" margin="8"/>  
 </UI>  

Legend:
Removed from v.452  
changed lines
  Added in v.1499

  ViewVC Help
Powered by ViewVC