/[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 1461 by schoenebeck, Sun Oct 28 23:30:36 2007 UTC
# Line 1  Line 1 
1  <!DOCTYPE UI><UI version="3.1" stdsetdef="1">  <ui version="4.0" >
2  <class>qsamplerMainForm</class>   <class>qsamplerMainForm</class>
3  <comment>qsampler - A LinuxSampler Qt GUI Interface.   <widget class="QMainWindow" name="qsamplerMainForm" >
4      <property name="geometry" >
5     Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.     <rect>
6        <x>0</x>
7     This program is free software; you can redistribute it and/or      <y>0</y>
8     modify it under the terms of the GNU General Public License      <width>800</width>
9     as published by the Free Software Foundation; either version 2      <height>600</height>
10     of the License, or (at your option) any later version.     </rect>
11      </property>
12     This program is distributed in the hope that it will be useful,    <property name="windowTitle" >
13     but WITHOUT ANY WARRANTY; without even the implied warranty of     <string>MainWindow</string>
14     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the    </property>
15     GNU General Public License for more details.    <widget class="QWidget" name="centralwidget" />
16      <widget class="QMenuBar" name="MenuBar" >
17     You should have received a copy of the GNU General Public License along     <property name="geometry" >
18     with this program; if not, write to the Free Software Foundation, Inc.,      <rect>
19     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.       <x>0</x>
20         <y>0</y>
21  </comment>       <width>800</width>
22  <author>rncbc aka Rui Nuno Capela</author>       <height>31</height>
23  <widget class="QMainWindow">      </rect>
24      <property name="name">     </property>
25          <cstring>qsamplerMainForm</cstring>     <widget class="QMenu" name="editMenu" >
26        <property name="title" >
27         <string>&amp;Edit</string>
28      </property>      </property>
29      <property name="geometry">      <addaction name="editAddChannelAction" />
30          <rect>      <addaction name="editRemoveChannelAction" />
31              <x>0</x>      <addaction name="separator" />
32              <y>0</y>      <addaction name="editSetupChannelAction" />
33              <width>472</width>      <addaction name="editEditChannelAction" />
34              <height>296</height>      <addaction name="separator" />
35          </rect>      <addaction name="editResetChannelAction" />
36        <addaction name="editResetAllChannelsAction" />
37       </widget>
38       <widget class="QMenu" name="viewMenu" >
39        <property name="title" >
40         <string>&amp;View</string>
41      </property>      </property>
42      <property name="minimumSize">      <addaction name="viewMenubarAction" />
43          <size>      <addaction name="viewToolbarAction" />
44              <width>21</width>      <addaction name="viewStatusbarAction" />
45              <height>284</height>      <addaction name="separator" />
46          </size>      <addaction name="viewMessagesAction" />
47        <addaction name="viewInstrumentsAction" />
48        <addaction name="viewDevicesAction" />
49        <addaction name="separator" />
50        <addaction name="viewOptionsAction" />
51       </widget>
52       <widget class="QMenu" name="channelsMenu" >
53        <property name="title" >
54         <string>&amp;Channels</string>
55      </property>      </property>
56      <property name="caption">      <addaction name="channelsArrangeAction" />
57          <string>Qsampler</string>      <addaction name="channelsAutoArrangeAction" />
58       </widget>
59       <widget class="QMenu" name="helpMenu" >
60        <property name="title" >
61         <string>&amp;Help</string>
62      </property>      </property>
63      <property name="icon">      <addaction name="helpAboutAction" />
64          <pixmap>qsampler.png</pixmap>      <addaction name="helpAboutQtAction" />
65       </widget>
66       <widget class="QMenu" name="fileMenu" >
67        <property name="title" >
68         <string>&amp;File</string>
69      </property>      </property>
70  </widget>      <addaction name="fileNewAction" />
71  <menubar>      <addaction name="fileOpenAction" />
72      <property name="name">      <addaction name="fileSaveAction" />
73          <cstring>MenuBar</cstring>      <addaction name="fileSaveAsAction" />
74      </property>      <addaction name="separator" />
75      <property name="geometry">      <addaction name="fileResetAction" />
76          <rect>      <addaction name="fileRestartAction" />
77              <x>0</x>      <addaction name="separator" />
78              <y>0</y>      <addaction name="fileExitAction" />
79              <width>472</width>     </widget>
80              <height>29</height>     <addaction name="fileMenu" />
81          </rect>     <addaction name="editMenu" />
82      </property>     <addaction name="viewMenu" />
83      <item text="&amp;File" name="fileMenu">     <addaction name="channelsMenu" />
84          <action name="fileNewAction"/>     <addaction name="separator" />
85          <action name="fileOpenAction"/>     <addaction name="helpMenu" />
86          <action name="fileSaveAction"/>    </widget>
87          <action name="fileSaveAsAction"/>    <widget class="QStatusBar" name="statusbar" />
88          <separator/>    <action name="fileNewAction" >
89          <action name="fileResetAction"/>     <property name="icon" >
90          <action name="fileRestartAction"/>      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/fileNew.png</iconset>
91          <separator/>     </property>
92          <action name="fileExitAction"/>     <property name="text" >
93      </item>      <string>&amp;New</string>
94      <item text="&amp;Edit" name="editMenu">     </property>
95          <action name="editAddChannelAction"/>     <property name="iconText" >
96          <action name="editRemoveChannelAction"/>      <string>New</string>
97          <separator/>     </property>
98          <action name="editSetupChannelAction"/>     <property name="toolTip" >
99          <action name="editEditChannelAction"/>      <string>New session</string>
100          <separator/>     </property>
101          <action name="editResetChannelAction"/>     <property name="statusTip" >
102          <action name="editResetAllChannelsAction"/>      <string>New sampler session</string>
103      </item>     </property>
104      <item text="&amp;View" name="viewMenu">     <property name="shortcut" >
105          <action name="viewMenubarAction"/>      <string>Ctrl+N</string>
106          <action name="viewToolbarAction"/>     </property>
107          <action name="viewStatusbarAction"/>    </action>
108          <separator/>    <action name="fileOpenAction" >
109          <action name="viewMessagesAction"/>     <property name="icon" >
110          <action name="viewInstrumentsAction"/>      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/fileOpen.png</iconset>
111          <action name="viewDevicesAction"/>     </property>
112          <separator/>     <property name="text" >
113          <action name="viewOptionsAction"/>      <string>&amp;Open...</string>
114      </item>     </property>
115      <item text="&amp;Channels" name="channelsMenu">     <property name="iconText" >
116          <action name="channelsArrangeAction"/>      <string>Open</string>
117          <action name="channelsAutoArrangeAction"/>     </property>
118      </item>     <property name="toolTip" >
119      <separator/>      <string>Open session</string>
120      <item text="&amp;Help" name="helpMenu">     </property>
121          <action name="helpAboutAction"/>     <property name="statusTip" >
122          <action name="helpAboutQtAction"/>      <string>Open sampler session</string>
123      </item>     </property>
124  </menubar>     <property name="shortcut" >
125  <toolbars>      <string>Ctrl+O</string>
126      <toolbar dock="2">     </property>
127          <property name="name">    </action>
128              <cstring>fileToolbar</cstring>    <action name="fileSaveAction" >
129          </property>     <property name="icon" >
130          <property name="label">      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/fileSave.png</iconset>
131              <string>File Toolbar</string>     </property>
132          </property>     <property name="text" >
133          <action name="fileNewAction"/>      <string>&amp;Save</string>
134          <action name="fileOpenAction"/>     </property>
135          <action name="fileSaveAction"/>     <property name="iconText" >
136          <separator/>      <string>Save</string>
137          <action name="fileResetAction"/>     </property>
138          <action name="fileRestartAction"/>     <property name="toolTip" >
139          <separator/>      <string>Save session</string>
140          <action name="viewInstrumentsAction"/>     </property>
141          <action name="viewDevicesAction"/>     <property name="statusTip" >
142      </toolbar>      <string>Save sampler session</string>
143      <toolbar dock="2">     </property>
144          <property name="name">     <property name="shortcut" >
145              <cstring>editToolbar</cstring>      <string>Ctrl+S</string>
146          </property>     </property>
147          <property name="label">    </action>
148              <string>Edit Toolbar</string>    <action name="fileSaveAsAction" >
149          </property>     <property name="text" >
150          <action name="editAddChannelAction"/>      <string>Save &amp;As...</string>
151          <action name="editRemoveChannelAction"/>     </property>
152          <separator/>     <property name="iconText" >
153          <action name="editSetupChannelAction"/>      <string>Save As</string>
154          <action name="editEditChannelAction"/>     </property>
155          <separator/>     <property name="statusTip" >
156          <action name="editResetChannelAction"/>      <string>Save current sampler session with another name</string>
157          <action name="editResetAllChannelsAction"/>     </property>
158      </toolbar>     <property name="shortcut" >
159      <toolbar dock="2">      <string/>
160          <property name="name">     </property>
161              <cstring>channelsToolbar</cstring>    </action>
162          </property>    <action name="fileResetAction" >
163          <property name="label">     <property name="icon" >
164              <string>Channels Toolbar</string>      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/fileReset.png</iconset>
165          </property>     </property>
166          <action name="channelsArrangeAction"/>     <property name="text" >
167      </toolbar>      <string>Rese&amp;t</string>
168  </toolbars>     </property>
169  <actions>     <property name="iconText" >
170      <action>      <string>Reset</string>
171          <property name="name">     </property>
172              <cstring>fileNewAction</cstring>     <property name="toolTip" >
173          </property>      <string>Reset instance</string>
174          <property name="iconSet">     </property>
175              <iconset>fileNew.png</iconset>     <property name="statusTip" >
176          </property>      <string>Reset sampler instance</string>
177          <property name="text">     </property>
178              <string>New</string>     <property name="shortcut" >
179          </property>      <string>Ctrl+R</string>
180          <property name="menuText">     </property>
181              <string>&amp;New</string>    </action>
182          </property>    <action name="fileRestartAction" >
183          <property name="toolTip">     <property name="icon" >
184              <string>New session</string>      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/fileRestart.png</iconset>
185          </property>     </property>
186          <property name="statusTip">     <property name="text" >
187              <string>New sampler session</string>      <string>&amp;Restart</string>
188          </property>     </property>
189          <property name="accel">     <property name="iconText" >
190              <string>Ctrl+N</string>      <string>Restart</string>
191          </property>     </property>
192      </action>     <property name="toolTip" >
193      <action>      <string>Restart instance</string>
194          <property name="name">     </property>
195              <cstring>fileOpenAction</cstring>     <property name="statusTip" >
196          </property>      <string>Restart sampler instance</string>
197          <property name="iconSet">     </property>
198              <iconset>fileOpen.png</iconset>     <property name="shortcut" >
199          </property>      <string>Ctrl+Shift+R</string>
200          <property name="text">     </property>
201              <string>Open</string>    </action>
202          </property>    <action name="fileExitAction" >
203          <property name="menuText">     <property name="text" >
204              <string>&amp;Open...</string>      <string>E&amp;xit</string>
205          </property>     </property>
206          <property name="toolTip">     <property name="iconText" >
207              <string>Open session</string>      <string>Exit</string>
208          </property>     </property>
209          <property name="statusTip">     <property name="statusTip" >
210              <string>Open sampler session</string>      <string>Exit this application program</string>
211          </property>     </property>
212          <property name="accel">     <property name="shortcut" >
213              <string>Ctrl+O</string>      <string/>
214          </property>     </property>
215      </action>    </action>
216      <action>    <action name="editAddChannelAction" >
217          <property name="name">     <property name="icon" >
218              <cstring>fileSaveAction</cstring>      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editAddChannel.png</iconset>
219          </property>     </property>
220          <property name="iconSet">     <property name="text" >
221              <iconset>fileSave.png</iconset>      <string>&amp;Add Channel</string>
222          </property>     </property>
223          <property name="text">     <property name="iconText" >
224              <string>Save</string>      <string>Add</string>
225          </property>     </property>
226          <property name="menuText">     <property name="toolTip" >
227              <string>&amp;Save</string>      <string>Add channel</string>
228          </property>     </property>
229          <property name="toolTip">     <property name="statusTip" >
230              <string>Save session</string>      <string>Add a new sampler channel</string>
231          </property>     </property>
232          <property name="statusTip">     <property name="shortcut" >
233              <string>Save sampler session</string>      <string>Ctrl+A</string>
234          </property>     </property>
235          <property name="accel">    </action>
236              <string>Ctrl+S</string>    <action name="editRemoveChannelAction" >
237          </property>     <property name="icon" >
238      </action>      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editRemoveChannel.png</iconset>
239      <action>     </property>
240          <property name="name">     <property name="text" >
241              <cstring>fileSaveAsAction</cstring>      <string>&amp;Remove Channel</string>
242          </property>     </property>
243          <property name="text">     <property name="iconText" >
244              <string>Save As</string>      <string>Remove</string>
245          </property>     </property>
246          <property name="menuText">     <property name="toolTip" >
247              <string>Save &amp;As...</string>      <string>Remove channel</string>
248          </property>     </property>
249          <property name="statusTip">     <property name="statusTip" >
250              <string>Save current sampler session with another name</string>      <string>Remove current sampler channel</string>
251          </property>     </property>
252          <property name="accel">     <property name="shortcut" >
253              <string></string>      <string>Ctrl+X</string>
254          </property>     </property>
255      </action>    </action>
256      <action>    <action name="editResetChannelAction" >
257          <property name="name">     <property name="icon" >
258              <cstring>fileResetAction</cstring>      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editResetChannel.png</iconset>
259          </property>     </property>
260          <property name="iconSet">     <property name="text" >
261              <iconset>fileReset.png</iconset>      <string>Re&amp;set Channel</string>
262          </property>     </property>
263          <property name="text">     <property name="iconText" >
264              <string>Reset</string>      <string>Reset</string>
265          </property>     </property>
266          <property name="menuText">     <property name="toolTip" >
267              <string>Rese&amp;t</string>      <string>Reset channel</string>
268          </property>     </property>
269          <property name="toolTip">     <property name="statusTip" >
270              <string>Reset instance</string>      <string>Reset current sampler channel</string>
271          </property>     </property>
272          <property name="statusTip">     <property name="shortcut" >
273              <string>Reset sampler instance</string>      <string/>
274          </property>     </property>
275          <property name="accel">    </action>
276              <string>Ctrl+R</string>    <action name="editResetAllChannelsAction" >
277          </property>     <property name="icon" >
278      </action>      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editResetAllChannels.png</iconset>
279      <action>     </property>
280          <property name="name">     <property name="text" >
281              <cstring>fileRestartAction</cstring>      <string>R&amp;eset All Channels</string>
282          </property>     </property>
283          <property name="iconSet">     <property name="iconText" >
284              <iconset>fileRestart.png</iconset>      <string>Reset All</string>
285          </property>     </property>
286          <property name="text">     <property name="toolTip" >
287              <string>Restart</string>      <string>Reset all channels</string>
288          </property>     </property>
289          <property name="menuText">     <property name="statusTip" >
290              <string>&amp;Restart</string>      <string>Reset all sampler channels</string>
291          </property>     </property>
292          <property name="toolTip">     <property name="shortcut" >
293              <string>Restart instance</string>      <string/>
294          </property>     </property>
295          <property name="statusTip">    </action>
296              <string>Restart sampler instance</string>    <action name="editSetupChannelAction" >
297          </property>     <property name="icon" >
298          <property name="accel">      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editSetupChannel.png</iconset>
299              <string>Ctrl+Shift+R</string>     </property>
300          </property>     <property name="text" >
301      </action>      <string>&amp;Setup Channel...</string>
302      <action>     </property>
303          <property name="name">     <property name="iconText" >
304              <cstring>fileExitAction</cstring>      <string>Setup</string>
305          </property>     </property>
306          <property name="text">     <property name="toolTip" >
307              <string>Exit</string>      <string>Setup channel</string>
308          </property>     </property>
309          <property name="menuText">     <property name="statusTip" >
310              <string>E&amp;xit</string>      <string>Setup current sampler channel</string>
311          </property>     </property>
312          <property name="statusTip">     <property name="shortcut" >
313              <string>Exit this application program</string>      <string>F2</string>
314          </property>     </property>
315          <property name="accel">    </action>
316              <string></string>    <action name="editEditChannelAction" >
317          </property>     <property name="icon" >
318      </action>      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/editEditChannel.png</iconset>
319      <action>     </property>
320          <property name="name">     <property name="text" >
321              <cstring>editAddChannelAction</cstring>      <string>Ed&amp;it Channel...</string>
322          </property>     </property>
323          <property name="iconSet">     <property name="iconText" >
324              <iconset>editAddChannel.png</iconset>      <string>Edit</string>
325          </property>     </property>
326          <property name="text">     <property name="toolTip" >
327              <string>Add</string>      <string>Edit channel</string>
328          </property>     </property>
329          <property name="menuText">     <property name="statusTip" >
330              <string>&amp;Add Channel</string>      <string>Edit current sampler channel</string>
331          </property>     </property>
332          <property name="toolTip">     <property name="shortcut" >
333              <string>Add channel</string>      <string>F9</string>
334          </property>     </property>
335          <property name="statusTip">    </action>
336              <string>Add a new sampler channel</string>    <action name="viewMenubarAction" >
337          </property>     <property name="checkable" >
338          <property name="accel">      <bool>true</bool>
339              <string>Ctrl+A</string>     </property>
340          </property>     <property name="text" >
341      </action>      <string>&amp;Menubar</string>
342      <action>     </property>
343          <property name="name">     <property name="iconText" >
344              <cstring>editRemoveChannelAction</cstring>      <string>Menubar</string>
345          </property>     </property>
346          <property name="iconSet">     <property name="toolTip" >
347              <iconset>editRemoveChannel.png</iconset>      <string>Show/hide menubar</string>
348          </property>     </property>
349          <property name="text">     <property name="statusTip" >
350              <string>Remove</string>      <string>Show/hide the main program window menubar</string>
351          </property>     </property>
352          <property name="menuText">     <property name="shortcut" >
353              <string>&amp;Remove Channel</string>      <string>Ctrl+M</string>
354          </property>     </property>
355          <property name="toolTip">    </action>
356              <string>Remove channel</string>    <action name="viewToolbarAction" >
357          </property>     <property name="checkable" >
358          <property name="statusTip">      <bool>true</bool>
359              <string>Remove current sampler channel</string>     </property>
360          </property>     <property name="text" >
361          <property name="accel">      <string>&amp;Toolbar</string>
362              <string>Ctrl+X</string>     </property>
363          </property>     <property name="iconText" >
364      </action>      <string>viewToolbars</string>
365      <action>     </property>
366          <property name="name">     <property name="toolTip" >
367              <cstring>editResetChannelAction</cstring>      <string>Show/hide toolbar</string>
368          </property>     </property>
369          <property name="iconSet">     <property name="statusTip" >
370              <iconset>editResetChannel.png</iconset>      <string>Show/hide main program window toolbars</string>
371          </property>     </property>
372          <property name="text">     <property name="shortcut" >
373              <string>Reset</string>      <string>Ctrl+T</string>
374          </property>     </property>
375          <property name="menuText">    </action>
376              <string>Re&amp;set Channel</string>    <action name="viewStatusbarAction" >
377          </property>     <property name="checkable" >
378          <property name="toolTip">      <bool>true</bool>
379              <string>Reset channel</string>     </property>
380          </property>     <property name="text" >
381          <property name="statusTip">      <string>&amp;Statusbar</string>
382              <string>Reset current sampler channel</string>     </property>
383          </property>     <property name="iconText" >
384          <property name="accel">      <string>Statusbar</string>
385              <string></string>     </property>
386          </property>     <property name="toolTip" >
387      </action>      <string>Show/hide statusbar</string>
388      <action>     </property>
389          <property name="name">     <property name="statusTip" >
390              <cstring>editResetAllChannelsAction</cstring>      <string>Show/hide the main program window statusbar</string>
391          </property>     </property>
392          <property name="iconSet">     <property name="shortcut" >
393              <iconset>editResetAllChannels.png</iconset>      <string/>
394          </property>     </property>
395          <property name="text">    </action>
396              <string>Reset All</string>    <action name="viewMessagesAction" >
397          </property>     <property name="checkable" >
398          <property name="menuText">      <bool>true</bool>
399              <string>R&amp;eset All Channels</string>     </property>
400          </property>     <property name="text" >
401          <property name="toolTip">      <string>M&amp;essages</string>
402              <string>Reset all channels</string>     </property>
403          </property>     <property name="iconText" >
404          <property name="statusTip">      <string>Messages</string>
405              <string>Reset all sampler channels</string>     </property>
406          </property>     <property name="toolTip" >
407          <property name="accel">      <string>Show/hide messages</string>
408              <string></string>     </property>
409          </property>     <property name="statusTip" >
410      </action>      <string>Show/hide the messages window</string>
411      <action>     </property>
412          <property name="name">     <property name="shortcut" >
413              <cstring>editSetupChannelAction</cstring>      <string/>
414          </property>     </property>
415          <property name="iconSet">    </action>
416              <iconset>editSetupChannel.png</iconset>    <action name="viewInstrumentsAction" >
417          </property>     <property name="checkable" >
418          <property name="text">      <bool>true</bool>
419              <string>Setup</string>     </property>
420          </property>     <property name="icon" >
421          <property name="menuText">      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/qsamplerInstrument.png</iconset>
422              <string>&amp;Setup Channel...</string>     </property>
423          </property>     <property name="text" >
424          <property name="toolTip">      <string>&amp;Instruments</string>
425              <string>Setup channel</string>     </property>
426          </property>     <property name="iconText" >
427          <property name="statusTip">      <string>Instruments</string>
428              <string>Setup current sampler channel</string>     </property>
429          </property>     <property name="toolTip" >
430          <property name="accel">      <string>MIDI instruments configuration</string>
431              <string>F2</string>     </property>
432          </property>     <property name="statusTip" >
433      </action>      <string>Show/hide the MIDI instruments configuration window</string>
434      <action>     </property>
435          <property name="name">     <property name="shortcut" >
436              <cstring>editEditChannelAction</cstring>      <string>F10</string>
437          </property>     </property>
438          <property name="iconSet">    </action>
439              <iconset>editEditChannel.png</iconset>    <action name="viewDevicesAction" >
440          </property>     <property name="checkable" >
441          <property name="text">      <bool>true</bool>
442              <string>Edit</string>     </property>
443          </property>     <property name="icon" >
444          <property name="menuText">      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/qsamplerDevice.png</iconset>
445              <string>Ed&amp;it Channel...</string>     </property>
446          </property>     <property name="text" >
447          <property name="toolTip">      <string>&amp;Devices</string>
448              <string>Edit channel</string>     </property>
449          </property>     <property name="iconText" >
450          <property name="statusTip">      <string>Devices</string>
451              <string>Edit current sampler channel</string>     </property>
452          </property>     <property name="toolTip" >
453          <property name="accel">      <string>Device configuration</string>
454              <string>F9</string>     </property>
455          </property>     <property name="statusTip" >
456      </action>      <string>Show/hide the device configuration window</string>
457      <action>     </property>
458          <property name="name">     <property name="shortcut" >
459              <cstring>viewMenubarAction</cstring>      <string>F11</string>
460          </property>     </property>
461          <property name="toggleAction">    </action>
462              <bool>true</bool>    <action name="viewOptionsAction" >
463          </property>     <property name="text" >
464          <property name="text">      <string>&amp;Options...</string>
465              <string>Menubar</string>     </property>
466          </property>     <property name="iconText" >
467          <property name="menuText">      <string>Options</string>
468              <string>&amp;Menubar</string>     </property>
469          </property>     <property name="toolTip" >
470          <property name="toolTip">      <string>General options</string>
471              <string>Show/hide menubar</string>     </property>
472          </property>     <property name="statusTip" >
473          <property name="statusTip">      <string>Change general application program options</string>
474              <string>Show/hide the main program window menubar</string>     </property>
475          </property>     <property name="shortcut" >
476          <property name="accel">      <string>F12</string>
477              <string>Ctrl+M</string>     </property>
478          </property>    </action>
479      </action>    <action name="channelsArrangeAction" >
480      <action>     <property name="checkable" >
481          <property name="name">      <bool>false</bool>
482              <cstring>viewToolbarAction</cstring>     </property>
483          </property>     <property name="icon" >
484          <property name="toggleAction">      <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/channelsArrange.png</iconset>
485              <bool>true</bool>     </property>
486          </property>     <property name="text" >
487          <property name="text">      <string>&amp;Arrange</string>
488              <string>viewToolbars</string>     </property>
489          </property>     <property name="iconText" >
490          <property name="menuText">      <string>Arrange</string>
491              <string>&amp;Toolbar</string>     </property>
492          </property>     <property name="toolTip" >
493          <property name="toolTip">      <string>Arrange channels</string>
494              <string>Show/hide toolbar</string>     </property>
495          </property>     <property name="statusTip" >
496          <property name="statusTip">      <string>Line up all channel strips</string>
497              <string>Show/hide main program window toolbars</string>     </property>
498          </property>     <property name="shortcut" >
499          <property name="accel">      <string>F5</string>
500              <string>Ctrl+T</string>     </property>
501          </property>    </action>
502      </action>    <action name="channelsAutoArrangeAction" >
503      <action>     <property name="checkable" >
504          <property name="name">      <bool>true</bool>
505              <cstring>viewStatusbarAction</cstring>     </property>
506          </property>     <property name="text" >
507          <property name="toggleAction">      <string>A&amp;uto Arrange</string>
508              <bool>true</bool>     </property>
509          </property>     <property name="iconText" >
510          <property name="text">      <string>Auto Arrange</string>
511              <string>Statusbar</string>     </property>
512          </property>     <property name="toolTip" >
513          <property name="menuText">      <string>Auto-arrange channels</string>
514              <string>&amp;Statusbar</string>     </property>
515          </property>     <property name="statusTip" >
516          <property name="toolTip">      <string>Auto-arrange channel strips</string>
517              <string>Show/hide statusbar</string>     </property>
518          </property>     <property name="shortcut" >
519          <property name="statusTip">      <string/>
520              <string>Show/hide the main program window statusbar</string>     </property>
521          </property>    </action>
522          <property name="accel">    <action name="helpAboutAction" >
523              <string></string>     <property name="text" >
524          </property>      <string>&amp;About...</string>
525      </action>     </property>
526      <action>     <property name="iconText" >
527          <property name="name">      <string>About</string>
528              <cstring>viewMessagesAction</cstring>     </property>
529          </property>     <property name="statusTip" >
530          <property name="toggleAction">      <string>Show information about this application program</string>
531              <bool>true</bool>     </property>
532          </property>     <property name="shortcut" >
533          <property name="text">      <string/>
534              <string>Messages</string>     </property>
535          </property>    </action>
536          <property name="menuText">    <action name="helpAboutQtAction" >
537              <string>M&amp;essages</string>     <property name="text" >
538          </property>      <string>About &amp;Qt...</string>
539          <property name="toolTip">     </property>
540              <string>Show/hide messages</string>     <property name="iconText" >
541          </property>      <string>About Qt</string>
542          <property name="statusTip">     </property>
543              <string>Show/hide the messages window</string>     <property name="statusTip" >
544          </property>      <string>Show information about the Qt toolkit</string>
545          <property name="accel">     </property>
546              <string></string>     <property name="shortcut" >
547          </property>      <string/>
548      </action>     </property>
549      <action>    </action>
550          <property name="name">   </widget>
551              <cstring>viewInstrumentsAction</cstring>   <resources>
552          </property>    <include location="../pixmaps.qrc" />
553          <property name="iconSet">   </resources>
554              <iconset>qsamplerInstrument.png</iconset>   <connections/>
555          </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.1461

  ViewVC Help
Powered by ViewVC