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

  ViewVC Help
Powered by ViewVC