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

  ViewVC Help
Powered by ViewVC