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

  ViewVC Help
Powered by ViewVC