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

Legend:
Removed from v.426  
changed lines
  Added in v.1473

  ViewVC Help
Powered by ViewVC