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

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

  ViewVC Help
Powered by ViewVC