/[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 590 by capela, Sun May 29 16:28:01 2005 UTC revision 1698 by schoenebeck, Sat Feb 16 19:41:05 2008 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-2005, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2007, 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="../icons/qsampler.qrc" >:/icons/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>296</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="viewMidiDeviceStatusMenu" />
121        <addaction name="separator" />
122        <addaction name="viewOptionsAction" />
123       </widget>
124       <widget class="QMenu" name="channelsMenu" >
125        <property name="title" >
126         <string>&amp;Channels</string>
127      </property>      </property>
128      <property name="caption">      <addaction name="channelsArrangeAction" />
129          <string>qsampler</string>      <addaction name="channelsAutoArrangeAction" />
130       </widget>
131       <widget class="QMenu" name="helpMenu" >
132        <property name="title" >
133         <string>&amp;Help</string>
134      </property>      </property>
135      <property name="icon">      <addaction name="helpAboutAction" />
136          <pixmap>qsampler.png</pixmap>      <addaction name="helpAboutQtAction" />
137       </widget>
138       <widget class="QMenu" name="fileMenu" >
139        <property name="title" >
140         <string>&amp;File</string>
141      </property>      </property>
142  </widget>      <widget class="QMenu" name="fileOpenRecentMenu" >
143  <menubar>       <property name="title" >
144      <property name="name">        <string>Open &amp;Recent</string>
145          <cstring>MenuBar</cstring>       </property>
146      </property>      </widget>
147      <property name="geometry">      <addaction name="fileNewAction" />
148          <rect>      <addaction name="separator" />
149              <x>0</x>      <addaction name="fileOpenAction" />
150              <y>0</y>      <addaction name="fileOpenRecentMenu" />
151              <width>472</width>      <addaction name="separator" />
152              <height>29</height>      <addaction name="fileSaveAction" />
153          </rect>      <addaction name="fileSaveAsAction" />
154      </property>      <addaction name="separator" />
155      <item text="&amp;File" name="fileMenu">      <addaction name="fileResetAction" />
156          <action name="fileNewAction"/>      <addaction name="fileRestartAction" />
157          <action name="fileOpenAction"/>      <addaction name="separator" />
158          <action name="fileSaveAction"/>      <addaction name="fileExitAction" />
159          <action name="fileSaveAsAction"/>     </widget>
160          <separator/>     <addaction name="fileMenu" />
161          <action name="fileResetAction"/>     <addaction name="editMenu" />
162          <action name="fileRestartAction"/>     <addaction name="viewMenu" />
163          <separator/>     <addaction name="channelsMenu" />
164          <action name="fileExitAction"/>     <addaction name="separator" />
165      </item>     <addaction name="helpMenu" />
166      <item text="&amp;Edit" name="editMenu">    </widget>
167          <action name="editAddChannelAction"/>    <widget class="QStatusBar" name="statusbar" />
168          <action name="editRemoveChannelAction"/>    <action name="fileNewAction" >
169          <separator/>     <property name="icon" >
170          <action name="editSetupChannelAction"/>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileNew.png</iconset>
171          <separator/>     </property>
172          <action name="editResetChannelAction"/>     <property name="text" >
173          <action name="editResetAllChannelsAction"/>      <string>&amp;New</string>
174      </item>     </property>
175      <item text="&amp;View" name="viewMenu">     <property name="iconText" >
176          <action name="viewMenubarAction"/>      <string>New</string>
177          <action name="viewToolbarAction"/>     </property>
178          <action name="viewStatusbarAction"/>     <property name="toolTip" >
179          <separator/>      <string>New session</string>
180          <action name="viewMessagesAction"/>     </property>
181          <action name="viewDevicesAction"/>     <property name="statusTip" >
182          <separator/>      <string>New sampler session</string>
183          <action name="viewOptionsAction"/>     </property>
184      </item>     <property name="shortcut" >
185      <item text="&amp;Channels" name="channelsMenu">      <string>Ctrl+N</string>
186          <action name="channelsArrangeAction"/>     </property>
187          <action name="channelsAutoArrangeAction"/>    </action>
188      </item>    <action name="fileOpenAction" >
189      <separator/>     <property name="icon" >
190      <item text="&amp;Help" name="helpMenu">      <iconset resource="../icons/qsampler.qrc" >:/icons/fileOpen.png</iconset>
191          <action name="helpAboutAction"/>     </property>
192          <action name="helpAboutQtAction"/>     <property name="text" >
193      </item>      <string>&amp;Open...</string>
194  </menubar>     </property>
195  <toolbars>     <property name="iconText" >
196      <toolbar dock="2">      <string>Open</string>
197          <property name="name">     </property>
198              <cstring>fileToolbar</cstring>     <property name="toolTip" >
199          </property>      <string>Open session</string>
200          <property name="label">     </property>
201              <string>File Toolbar</string>     <property name="statusTip" >
202          </property>      <string>Open sampler session</string>
203          <action name="fileNewAction"/>     </property>
204          <action name="fileOpenAction"/>     <property name="shortcut" >
205          <action name="fileSaveAction"/>      <string>Ctrl+O</string>
206          <separator/>     </property>
207          <action name="fileResetAction"/>    </action>
208          <action name="fileRestartAction"/>    <action name="fileSaveAction" >
209          <separator/>     <property name="icon" >
210          <action name="viewDevicesAction"/>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileSave.png</iconset>
211      </toolbar>     </property>
212      <toolbar dock="2">     <property name="text" >
213          <property name="name">      <string>&amp;Save</string>
214              <cstring>editToolbar</cstring>     </property>
215          </property>     <property name="iconText" >
216          <property name="label">      <string>Save</string>
217              <string>Edit Toolbar</string>     </property>
218          </property>     <property name="toolTip" >
219          <action name="editAddChannelAction"/>      <string>Save session</string>
220          <action name="editRemoveChannelAction"/>     </property>
221          <separator/>     <property name="statusTip" >
222          <action name="editSetupChannelAction"/>      <string>Save sampler session</string>
223          <separator/>     </property>
224          <action name="editResetChannelAction"/>     <property name="shortcut" >
225          <action name="editResetAllChannelsAction"/>      <string>Ctrl+S</string>
226      </toolbar>     </property>
227      <toolbar dock="2">    </action>
228          <property name="name">    <action name="fileSaveAsAction" >
229              <cstring>channelsToolbar</cstring>     <property name="text" >
230          </property>      <string>Save &amp;As...</string>
231          <property name="label">     </property>
232              <string>Channels Toolbar</string>     <property name="iconText" >
233          </property>      <string>Save As</string>
234          <action name="channelsArrangeAction"/>     </property>
235      </toolbar>     <property name="statusTip" >
236  </toolbars>      <string>Save current sampler session with another name</string>
237  <actions>     </property>
238      <action>     <property name="shortcut" >
239          <property name="name">      <string/>
240              <cstring>fileNewAction</cstring>     </property>
241          </property>    </action>
242          <property name="iconSet">    <action name="fileResetAction" >
243              <iconset>fileNew.png</iconset>     <property name="icon" >
244          </property>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileReset.png</iconset>
245          <property name="text">     </property>
246              <string>New</string>     <property name="text" >
247          </property>      <string>Rese&amp;t</string>
248          <property name="menuText">     </property>
249              <string>&amp;New</string>     <property name="iconText" >
250          </property>      <string>Reset</string>
251          <property name="toolTip">     </property>
252              <string>New session</string>     <property name="toolTip" >
253          </property>      <string>Reset instance</string>
254          <property name="statusTip">     </property>
255              <string>New sampler session</string>     <property name="statusTip" >
256          </property>      <string>Reset sampler instance</string>
257          <property name="accel">     </property>
258              <string>Ctrl+N</string>     <property name="shortcut" >
259          </property>      <string>Ctrl+R</string>
260      </action>     </property>
261      <action>    </action>
262          <property name="name">    <action name="fileRestartAction" >
263              <cstring>fileOpenAction</cstring>     <property name="icon" >
264          </property>      <iconset resource="../icons/qsampler.qrc" >:/icons/fileRestart.png</iconset>
265          <property name="iconSet">     </property>
266              <iconset>fileOpen.png</iconset>     <property name="text" >
267          </property>      <string>&amp;Restart</string>
268          <property name="text">     </property>
269              <string>Open</string>     <property name="iconText" >
270          </property>      <string>Restart</string>
271          <property name="menuText">     </property>
272              <string>&amp;Open...</string>     <property name="toolTip" >
273          </property>      <string>Restart instance</string>
274          <property name="toolTip">     </property>
275              <string>Open session</string>     <property name="statusTip" >
276          </property>      <string>Restart sampler instance</string>
277          <property name="statusTip">     </property>
278              <string>Open sampler session</string>     <property name="shortcut" >
279          </property>      <string>Ctrl+Shift+R</string>
280          <property name="accel">     </property>
281              <string>Ctrl+O</string>    </action>
282          </property>    <action name="fileExitAction" >
283      </action>     <property name="text" >
284      <action>      <string>E&amp;xit</string>
285          <property name="name">     </property>
286              <cstring>fileSaveAction</cstring>     <property name="iconText" >
287          </property>      <string>Exit</string>
288          <property name="iconSet">     </property>
289              <iconset>fileSave.png</iconset>     <property name="statusTip" >
290          </property>      <string>Exit this application program</string>
291          <property name="text">     </property>
292              <string>Save</string>     <property name="shortcut" >
293          </property>      <string/>
294          <property name="menuText">     </property>
295              <string>&amp;Save</string>    </action>
296          </property>    <action name="editAddChannelAction" >
297          <property name="toolTip">     <property name="icon" >
298              <string>Save session</string>      <iconset resource="../icons/qsampler.qrc" >:/icons/editAddChannel.png</iconset>
299          </property>     </property>
300          <property name="statusTip">     <property name="text" >
301              <string>Save sampler session</string>      <string>&amp;Add Channel</string>
302          </property>     </property>
303          <property name="accel">     <property name="iconText" >
304              <string>Ctrl+S</string>      <string>Add</string>
305          </property>     </property>
306      </action>     <property name="toolTip" >
307      <action>      <string>Add channel</string>
308          <property name="name">     </property>
309              <cstring>fileSaveAsAction</cstring>     <property name="statusTip" >
310          </property>      <string>Add a new sampler channel</string>
311          <property name="text">     </property>
312              <string>Save As</string>     <property name="shortcut" >
313          </property>      <string>Ctrl+A</string>
314          <property name="menuText">     </property>
315              <string>Save &amp;As...</string>    </action>
316          </property>    <action name="editRemoveChannelAction" >
317          <property name="statusTip">     <property name="icon" >
318              <string>Save current sampler session with another name</string>      <iconset resource="../icons/qsampler.qrc" >:/icons/editRemoveChannel.png</iconset>
319          </property>     </property>
320          <property name="accel">     <property name="text" >
321              <string></string>      <string>&amp;Remove Channel</string>
322          </property>     </property>
323      </action>     <property name="iconText" >
324      <action>      <string>Remove</string>
325          <property name="name">     </property>
326              <cstring>fileResetAction</cstring>     <property name="toolTip" >
327          </property>      <string>Remove channel</string>
328          <property name="iconSet">     </property>
329              <iconset>fileReset.png</iconset>     <property name="statusTip" >
330          </property>      <string>Remove current sampler channel</string>
331          <property name="text">     </property>
332              <string>Reset</string>     <property name="shortcut" >
333          </property>      <string>Ctrl+X</string>
334          <property name="menuText">     </property>
335              <string>Rese&amp;t</string>    </action>
336          </property>    <action name="editResetChannelAction" >
337          <property name="toolTip">     <property name="icon" >
338              <string>Reset instance</string>      <iconset resource="../icons/qsampler.qrc" >:/icons/editResetChannel.png</iconset>
339          </property>     </property>
340          <property name="statusTip">     <property name="text" >
341              <string>Reset sampler instance</string>      <string>Re&amp;set Channel</string>
342          </property>     </property>
343          <property name="accel">     <property name="iconText" >
344              <string>Ctrl+R</string>      <string>Reset</string>
345          </property>     </property>
346      </action>     <property name="toolTip" >
347      <action>      <string>Reset channel</string>
348          <property name="name">     </property>
349              <cstring>fileRestartAction</cstring>     <property name="statusTip" >
350          </property>      <string>Reset current sampler channel</string>
351          <property name="iconSet">     </property>
352              <iconset>fileRestart.png</iconset>     <property name="shortcut" >
353          </property>      <string/>
354          <property name="text">     </property>
355              <string>Restart</string>    </action>
356          </property>    <action name="editResetAllChannelsAction" >
357          <property name="menuText">     <property name="icon" >
358              <string>&amp;Restart</string>      <iconset resource="../icons/qsampler.qrc" >:/icons/editResetAllChannels.png</iconset>
359          </property>     </property>
360          <property name="toolTip">     <property name="text" >
361              <string>Restart instance</string>      <string>R&amp;eset All Channels</string>
362          </property>     </property>
363          <property name="statusTip">     <property name="iconText" >
364              <string>Restart sampler instance</string>      <string>Reset All</string>
365          </property>     </property>
366          <property name="accel">     <property name="toolTip" >
367              <string>Ctrl+Shift+R</string>      <string>Reset all channels</string>
368          </property>     </property>
369      </action>     <property name="statusTip" >
370      <action>      <string>Reset all sampler channels</string>
371          <property name="name">     </property>
372              <cstring>fileExitAction</cstring>     <property name="shortcut" >
373          </property>      <string/>
374          <property name="text">     </property>
375              <string>Exit</string>    </action>
376          </property>    <action name="editSetupChannelAction" >
377          <property name="menuText">     <property name="icon" >
378              <string>E&amp;xit</string>      <iconset resource="../icons/qsampler.qrc" >:/icons/editSetupChannel.png</iconset>
379          </property>     </property>
380          <property name="statusTip">     <property name="text" >
381              <string>Exit this application program</string>      <string>&amp;Setup Channel...</string>
382          </property>     </property>
383          <property name="accel">     <property name="iconText" >
384              <string></string>      <string>Setup</string>
385          </property>     </property>
386      </action>     <property name="toolTip" >
387      <action>      <string>Setup channel</string>
388          <property name="name">     </property>
389              <cstring>editAddChannelAction</cstring>     <property name="statusTip" >
390          </property>      <string>Setup current sampler channel</string>
391          <property name="iconSet">     </property>
392              <iconset>editAddChannel.png</iconset>     <property name="shortcut" >
393          </property>      <string>F2</string>
394          <property name="text">     </property>
395              <string>Add</string>    </action>
396          </property>    <action name="editEditChannelAction" >
397          <property name="menuText">     <property name="icon" >
398              <string>&amp;Add Channel</string>      <iconset resource="../icons/qsampler.qrc" >:/icons/editEditChannel.png</iconset>
399          </property>     </property>
400          <property name="toolTip">     <property name="text" >
401              <string>Add channel</string>      <string>Ed&amp;it Channel...</string>
402          </property>     </property>
403          <property name="statusTip">     <property name="iconText" >
404              <string>Add a new sampler channel</string>      <string>Edit</string>
405          </property>     </property>
406          <property name="accel">     <property name="toolTip" >
407              <string>Ctrl+A</string>      <string>Edit channel</string>
408          </property>     </property>
409      </action>     <property name="statusTip" >
410      <action>      <string>Edit current sampler channel</string>
411          <property name="name">     </property>
412              <cstring>editRemoveChannelAction</cstring>     <property name="shortcut" >
413          </property>      <string>F9</string>
414          <property name="iconSet">     </property>
415              <iconset>editRemoveChannel.png</iconset>    </action>
416          </property>    <action name="viewMenubarAction" >
417          <property name="text">     <property name="checkable" >
418              <string>Remove</string>      <bool>true</bool>
419          </property>     </property>
420          <property name="menuText">     <property name="text" >
421              <string>&amp;Remove Channel</string>      <string>&amp;Menubar</string>
422          </property>     </property>
423          <property name="toolTip">     <property name="iconText" >
424              <string>Remove channel</string>      <string>Menubar</string>
425          </property>     </property>
426          <property name="statusTip">     <property name="toolTip" >
427              <string>Remove current sampler channel</string>      <string>Show/hide menubar</string>
428          </property>     </property>
429          <property name="accel">     <property name="statusTip" >
430              <string>Ctrl+X</string>      <string>Show/hide the main program window menubar</string>
431          </property>     </property>
432      </action>     <property name="shortcut" >
433      <action>      <string>Ctrl+M</string>
434          <property name="name">     </property>
435              <cstring>editResetChannelAction</cstring>    </action>
436          </property>    <action name="viewToolbarAction" >
437          <property name="iconSet">     <property name="checkable" >
438              <iconset>editResetChannel.png</iconset>      <bool>true</bool>
439          </property>     </property>
440          <property name="text">     <property name="text" >
441              <string>Reset</string>      <string>&amp;Toolbar</string>
442          </property>     </property>
443          <property name="menuText">     <property name="iconText" >
444              <string>Re&amp;set Channel</string>      <string>viewToolbars</string>
445          </property>     </property>
446          <property name="toolTip">     <property name="toolTip" >
447              <string>Reset channel</string>      <string>Show/hide toolbar</string>
448          </property>     </property>
449          <property name="statusTip">     <property name="statusTip" >
450              <string>Reset current sampler channel</string>      <string>Show/hide main program window toolbars</string>
451          </property>     </property>
452          <property name="accel">     <property name="shortcut" >
453              <string></string>      <string>Ctrl+T</string>
454          </property>     </property>
455      </action>    </action>
456      <action>    <action name="viewStatusbarAction" >
457          <property name="name">     <property name="checkable" >
458              <cstring>editResetAllChannelsAction</cstring>      <bool>true</bool>
459          </property>     </property>
460          <property name="iconSet">     <property name="text" >
461              <iconset>editResetAllChannels.png</iconset>      <string>&amp;Statusbar</string>
462          </property>     </property>
463          <property name="text">     <property name="iconText" >
464              <string>Reset All</string>      <string>Statusbar</string>
465          </property>     </property>
466          <property name="menuText">     <property name="toolTip" >
467              <string>R&amp;eset All Channels</string>      <string>Show/hide statusbar</string>
468          </property>     </property>
469          <property name="toolTip">     <property name="statusTip" >
470              <string>Reset all channels</string>      <string>Show/hide the main program window statusbar</string>
471          </property>     </property>
472          <property name="statusTip">     <property name="shortcut" >
473              <string>Reset all sampler channels</string>      <string/>
474          </property>     </property>
475          <property name="accel">    </action>
476              <string></string>    <action name="viewMessagesAction" >
477          </property>     <property name="checkable" >
478      </action>      <bool>true</bool>
479      <action>     </property>
480          <property name="name">     <property name="text" >
481              <cstring>editSetupChannelAction</cstring>      <string>M&amp;essages</string>
482          </property>     </property>
483          <property name="iconSet">     <property name="iconText" >
484              <iconset>editSetupChannel.png</iconset>      <string>Messages</string>
485          </property>     </property>
486          <property name="text">     <property name="toolTip" >
487              <string>Setup</string>      <string>Show/hide messages</string>
488          </property>     </property>
489          <property name="menuText">     <property name="statusTip" >
490              <string>&amp;Setup Channel...</string>      <string>Show/hide the messages window</string>
491          </property>     </property>
492          <property name="toolTip">     <property name="shortcut" >
493              <string>Setup channel</string>      <string/>
494          </property>     </property>
495          <property name="statusTip">    </action>
496              <string>Setup current sampler channel</string>    <action name="viewInstrumentsAction" >
497          </property>     <property name="checkable" >
498          <property name="accel">      <bool>true</bool>
499              <string>F2</string>     </property>
500          </property>     <property name="icon" >
501      </action>      <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerInstrument.png</iconset>
502      <action>     </property>
503          <property name="name">     <property name="text" >
504              <cstring>viewMenubarAction</cstring>      <string>&amp;Instruments</string>
505          </property>     </property>
506          <property name="toggleAction">     <property name="iconText" >
507              <bool>true</bool>      <string>Instruments</string>
508          </property>     </property>
509          <property name="text">     <property name="toolTip" >
510              <string>Menubar</string>      <string>MIDI instruments configuration</string>
511          </property>     </property>
512          <property name="menuText">     <property name="statusTip" >
513              <string>&amp;Menubar</string>      <string>Show/hide the MIDI instruments configuration window</string>
514          </property>     </property>
515          <property name="toolTip">     <property name="shortcut" >
516              <string>Show/hide menubar</string>      <string>F10</string>
517          </property>     </property>
518          <property name="statusTip">    </action>
519              <string>Show/hide the main program window menubar</string>    <action name="viewDevicesAction" >
520          </property>     <property name="checkable" >
521          <property name="accel">      <bool>true</bool>
522              <string>Ctrl+M</string>     </property>
523          </property>     <property name="icon" >
524      </action>      <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerDevice.png</iconset>
525      <action>     </property>
526          <property name="name">     <property name="text" >
527              <cstring>viewToolbarAction</cstring>      <string>&amp;Devices</string>
528          </property>     </property>
529          <property name="toggleAction">     <property name="iconText" >
530              <bool>true</bool>      <string>Devices</string>
531          </property>     </property>
532          <property name="text">     <property name="toolTip" >
533              <string>viewToolbars</string>      <string>Device configuration</string>
534          </property>     </property>
535          <property name="menuText">     <property name="statusTip" >
536              <string>&amp;Toolbar</string>      <string>Show/hide the device configuration window</string>
537          </property>     </property>
538          <property name="toolTip">     <property name="shortcut" >
539              <string>Show/hide toolbar</string>      <string>F11</string>
540          </property>     </property>
541          <property name="statusTip">    </action>
542              <string>Show/hide main program window toolbars</string>    <action name="viewOptionsAction" >
543          </property>     <property name="text" >
544          <property name="accel">      <string>&amp;Options...</string>
545              <string>Ctrl+T</string>     </property>
546          </property>     <property name="iconText" >
547      </action>      <string>Options</string>
548      <action>     </property>
549          <property name="name">     <property name="toolTip" >
550              <cstring>viewStatusbarAction</cstring>      <string>General options</string>
551          </property>     </property>
552          <property name="toggleAction">     <property name="statusTip" >
553              <bool>true</bool>      <string>Change general application program options</string>
554          </property>     </property>
555          <property name="text">     <property name="shortcut" >
556              <string>Statusbar</string>      <string>F12</string>
557          </property>     </property>
558          <property name="menuText">    </action>
559              <string>&amp;Statusbar</string>    <action name="channelsArrangeAction" >
560          </property>     <property name="checkable" >
561          <property name="toolTip">      <bool>false</bool>
562              <string>Show/hide statusbar</string>     </property>
563          </property>     <property name="icon" >
564          <property name="statusTip">      <iconset resource="../icons/qsampler.qrc" >:/icons/channelsArrange.png</iconset>
565              <string>Show/hide the main program window statusbar</string>     </property>
566          </property>     <property name="text" >
567          <property name="accel">      <string>&amp;Arrange</string>
568              <string></string>     </property>
569          </property>     <property name="iconText" >
570      </action>      <string>Arrange</string>
571      <action>     </property>
572          <property name="name">     <property name="toolTip" >
573              <cstring>viewMessagesAction</cstring>      <string>Arrange channels</string>
574          </property>     </property>
575          <property name="toggleAction">     <property name="statusTip" >
576              <bool>true</bool>      <string>Line up all channel strips</string>
577          </property>     </property>
578          <property name="text">     <property name="shortcut" >
579              <string>Messages</string>      <string>F5</string>
580          </property>     </property>
581          <property name="menuText">    </action>
582              <string>M&amp;essages</string>    <action name="channelsAutoArrangeAction" >
583          </property>     <property name="checkable" >
584          <property name="toolTip">      <bool>true</bool>
585              <string>Show/hide messages</string>     </property>
586          </property>     <property name="text" >
587          <property name="statusTip">      <string>A&amp;uto Arrange</string>
588              <string>Show/hide the messages window</string>     </property>
589          </property>     <property name="iconText" >
590          <property name="accel">      <string>Auto Arrange</string>
591              <string></string>     </property>
592          </property>     <property name="toolTip" >
593      </action>      <string>Auto-arrange channels</string>
594      <action>     </property>
595          <property name="name">     <property name="statusTip" >
596              <cstring>viewDevicesAction</cstring>      <string>Auto-arrange channel strips</string>
597          </property>     </property>
598          <property name="iconSet">     <property name="shortcut" >
599              <iconset>qsamplerDevice.png</iconset>      <string/>
600          </property>     </property>
601          <property name="toggleAction">    </action>
602              <bool>true</bool>    <action name="helpAboutAction" >
603          </property>     <property name="text" >
604          <property name="text">      <string>&amp;About...</string>
605              <string>Devices</string>     </property>
606          </property>     <property name="iconText" >
607          <property name="menuText">      <string>About</string>
608              <string>&amp;Devices</string>     </property>
609          </property>     <property name="statusTip" >
610          <property name="toolTip">      <string>Show information about this application program</string>
611              <string>Device configuration</string>     </property>
612          </property>     <property name="shortcut" >
613          <property name="statusTip">      <string/>
614              <string>Show/hide the device configuration window</string>     </property>
615          </property>    </action>
616          <property name="accel">    <action name="helpAboutQtAction" >
617              <string>F11</string>     <property name="text" >
618          </property>      <string>About &amp;Qt...</string>
619      </action>     </property>
620      <action>     <property name="iconText" >
621          <property name="name">      <string>About Qt</string>
622              <cstring>viewOptionsAction</cstring>     </property>
623          </property>     <property name="statusTip" >
624          <property name="text">      <string>Show information about the Qt toolkit</string>
625              <string>Options</string>     </property>
626          </property>     <property name="shortcut" >
627          <property name="menuText">      <string/>
628              <string>&amp;Options...</string>     </property>
629          </property>    </action>
630          <property name="toolTip">   </widget>
631              <string>General options</string>   <resources>
632          </property>    <include location="../icons/qsampler.qrc" />
633          <property name="statusTip">   </resources>
634              <string>Change general application program options</string>  </ui>
         </property>  
         <property name="accel">  
             <string>F12</string>  
         </property>  
     </action>  
     <action>  
         <property name="name">  
             <cstring>channelsArrangeAction</cstring>  
         </property>  
         <property name="toggleAction">  
             <bool>false</bool>  
         </property>  
         <property name="iconSet">  
             <iconset>channelsArrange.png</iconset>  
         </property>  
         <property name="text">  
             <string>Arrange</string>  
         </property>  
         <property name="menuText">  
             <string>&amp;Arrange</string>  
         </property>  
         <property name="toolTip">  
             <string>Arrange channels</string>  
         </property>  
         <property name="statusTip">  
             <string>Line up all channel strips</string>  
         </property>  
         <property name="accel">  
             <string>F10</string>  
         </property>  
     </action>  
     <action>  
         <property name="name">  
             <cstring>channelsAutoArrangeAction</cstring>  
         </property>  
         <property name="toggleAction">  
             <bool>true</bool>  
         </property>  
         <property name="text">  
             <string>Auto Arrange</string>  
         </property>  
         <property name="menuText">  
             <string>A&amp;uto Arrange</string>  
         </property>  
         <property name="toolTip">  
             <string>Auto-arrange channels</string>  
         </property>  
         <property name="statusTip">  
             <string>Auto-arrange channel strips</string>  
         </property>  
         <property name="accel">  
             <string></string>  
         </property>  
     </action>  
     <action>  
         <property name="name">  
             <cstring>helpAboutAction</cstring>  
         </property>  
         <property name="text">  
             <string>About</string>  
         </property>  
         <property name="menuText">  
             <string>&amp;About...</string>  
         </property>  
         <property name="statusTip">  
             <string>Show information about this application program</string>  
         </property>  
         <property name="accel">  
             <string></string>  
         </property>  
     </action>  
     <action>  
         <property name="name">  
             <cstring>helpAboutQtAction</cstring>  
         </property>  
         <property name="text">  
             <string>About Qt</string>  
         </property>  
         <property name="menuText">  
             <string>About &amp;Qt...</string>  
         </property>  
         <property name="statusTip">  
             <string>Show information about the Qt toolkit</string>  
         </property>  
         <property name="accel">  
             <string></string>  
         </property>  
     </action>  
 </actions>  
 <connections>  
     <connection>  
         <sender>fileNewAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>fileNew()</slot>  
     </connection>  
     <connection>  
         <sender>fileOpenAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>fileOpen()</slot>  
     </connection>  
     <connection>  
         <sender>fileSaveAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>fileSave()</slot>  
     </connection>  
     <connection>  
         <sender>fileSaveAsAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>fileSaveAs()</slot>  
     </connection>  
     <connection>  
         <sender>fileResetAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>fileReset()</slot>  
     </connection>  
     <connection>  
         <sender>fileRestartAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>fileRestart()</slot>  
     </connection>  
     <connection>  
         <sender>fileExitAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>fileExit()</slot>  
     </connection>  
     <connection>  
         <sender>editAddChannelAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>editAddChannel()</slot>  
     </connection>  
     <connection>  
         <sender>editRemoveChannelAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>editRemoveChannel()</slot>  
     </connection>  
     <connection>  
         <sender>editSetupChannelAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>editSetupChannel()</slot>  
     </connection>  
     <connection>  
         <sender>editResetChannelAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>editResetChannel()</slot>  
     </connection>  
     <connection>  
         <sender>editResetAllChannelsAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>editResetAllChannels()</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>viewDevicesAction</sender>  
         <signal>activated()</signal>  
         <receiver>qsamplerMainForm</receiver>  
         <slot>viewDevices()</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>  
 </connections>  
 <includes>  
     <include location="global" impldecl="in declaration">lscp/client.h</include>  
     <include location="local" impldecl="in implementation">qsamplerMainForm.ui.h</include>  
 </includes>  
 <forwards>  
     <forward>class QWorkspace;</forward>  
     <forward>class QProcess;</forward>  
     <forward>class QLabel;</forward>  
     <forward>class qsamplerOptions;</forward>  
     <forward>class qsamplerChannel;</forward>  
     <forward>class qsamplerMessages;</forward>  
     <forward>class qsamplerChannelStrip;</forward>  
     <forward>class qsamplerDeviceForm;</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_statusItem[5];</variable>  
     <variable access="private">QPopupMenu *m_pRecentFilesMenu;</variable>  
     <variable access="private">QPtrList&lt;qsamplerChannelStrip&gt; m_changedStrips;</variable>  
     <variable access="private">qsamplerDeviceForm *m_pDeviceForm;</variable>  
 </variables>  
 <slots>  
     <slot specifier="non virtual">fileNew( void )</slot>  
     <slot specifier="non virtual">fileOpen( void )</slot>  
     <slot specifier="non virtual">fileOpenRecent( int iIndex )</slot>  
     <slot specifier="non virtual">fileSave( void )</slot>  
     <slot specifier="non virtual">fileSaveAs( void )</slot>  
     <slot specifier="non virtual">fileReset( void )</slot>  
     <slot specifier="non virtual">fileRestart( void )</slot>  
     <slot specifier="non virtual">fileExit( void )</slot>  
     <slot specifier="non virtual">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">editResetAllChannels( 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">viewDevices( void )</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">sessionDirty( void )</slot>  
     <slot specifier="non virtual">stabilizeForm( void )</slot>  
     <slot specifier="non virtual">channelStripChanged( qsamplerChannelStrip *pChannelStrip )</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" returnType="bool">decodeDragFiles( const QMimeSource * pEvent, QStringList &amp; files )</function>  
     <function access="private" specifier="non virtual">dragEnterEvent( QDragEnterEvent *pDragEnterEvent )</function>  
     <function access="private" specifier="non virtual">dropEvent( QDropEvent *pDropEvent )</function>  
     <function access="private" specifier="non virtual">customEvent( QCustomEvent *pCustomEvent )</function>  
     <function specifier="non virtual">contextMenuEvent( QContextMenuEvent *pEvent )</function>  
     <function specifier="non virtual" returnType="qsamplerOptions *">options( void )</function>  
     <function specifier="non virtual" returnType="lscp_client_t *">client( void )</function>  
     <function specifier="non virtual" returnType="QString">sessionName( const QString &amp; sFilename )</function>  
     <function access="private" specifier="non virtual" returnType="bool">newSession( void )</function>  
     <function access="private" specifier="non virtual" returnType="bool">openSession( void )</function>  
     <function access="private" specifier="non virtual" returnType="bool">saveSession( bool bPrompt )</function>  
     <function access="private" specifier="non virtual" returnType="bool">closeSession( bool bForce )</function>  
     <function access="private" specifier="non virtual" returnType="bool">loadSessionFile( const QString &amp; sFilename )</function>  
     <function access="private" specifier="non virtual" returnType="bool">saveSessionFile( const QString &amp; sFilename )</function>  
     <function access="private" specifier="non virtual">updateSession()</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">updateInstrumentNames( void )</function>  
     <function access="private" specifier="non virtual">updateDisplayFont( void )</function>  
     <function access="private" specifier="non virtual">updateDisplayEffect( void )</function>  
     <function access="private" specifier="non virtual">updateMaxVolume( void )</function>  
     <function specifier="non virtual">appendMessages( const QString &amp; s )</function>  
     <function specifier="non virtual">appendMessagesColor( const QString &amp; s, const QString &amp; c )</function>  
     <function specifier="non virtual">appendMessagesText( const QString &amp; s )</function>  
     <function specifier="non virtual">appendMessagesError( const QString &amp; s )</function>  
     <function specifier="non virtual">appendMessagesClient( const QString &amp; s )</function>  
     <function access="private" specifier="non virtual">updateMessagesFont( void )</function>  
     <function access="private" specifier="non virtual">updateMessagesLimit( void )</function>  
     <function access="private" specifier="non virtual">updateMessagesCapture( void )</function>  
     <function specifier="non virtual" returnType="qsamplerChannelStrip *">createChannelStrip( qsamplerChannel *pChannel )</function>  
     <function specifier="non virtual" returnType="qsamplerChannelStrip *">activeChannelStrip( void )</function>  
     <function specifier="non virtual" returnType="qsamplerChannelStrip *">channelStripAt( int iChannel )</function>  
     <function specifier="non virtual" returnType="qsamplerChannelStrip *">channelStrip( int iChannelID )</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.590  
changed lines
  Added in v.1698

  ViewVC Help
Powered by ViewVC