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

  ViewVC Help
Powered by ViewVC