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

  ViewVC Help
Powered by ViewVC