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

Legend:
Removed from v.1372  
changed lines
  Added in v.1840

  ViewVC Help
Powered by ViewVC