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

  ViewVC Help
Powered by ViewVC