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

  ViewVC Help
Powered by ViewVC