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

  ViewVC Help
Powered by ViewVC