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

Legend:
Removed from v.447  
changed lines
  Added in v.2387

  ViewVC Help
Powered by ViewVC