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

  ViewVC Help
Powered by ViewVC