/[svn]/qsampler/trunk/src/qsamplerMainForm.ui
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerMainForm.ui

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

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

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

  ViewVC Help
Powered by ViewVC