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

  ViewVC Help
Powered by ViewVC