/[svn]/qsampler/trunk/src/qsamplerInstrumentForm.ui
ViewVC logotype

Diff of /qsampler/trunk/src/qsamplerInstrumentForm.ui

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 962 by capela, Sun Dec 3 18:27:23 2006 UTC revision 1840 by capela, Thu Feb 19 11:44:57 2009 UTC
# Line 1  Line 1 
1  <!DOCTYPE UI><UI version="3.1" stdsetdef="1">  <ui version="4.0" >
2  <class>qsamplerInstrumentForm</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-2006, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2009, rncbc aka Rui Nuno Capela. All rights reserved.
6       Copyright (C) 2007, Christian Schoenebeck
7    
8     This program is free software; you can redistribute it and/or     This program is free software; you can redistribute it and/or
9     modify it under the terms of the GNU General Public License     modify it under the terms of the GNU General Public License
# Line 19  Line 20 
20     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
21    
22  </comment>  </comment>
23  <author>rncbc aka Rui Nuno Capela</author>   <class>qsamplerInstrumentForm</class>
24  <widget class="QDialog">   <widget class="QDialog" name="qsamplerInstrumentForm" >
25      <property name="name">    <property name="geometry" >
26          <cstring>qsamplerInstrumentForm</cstring>     <rect>
27      </property>      <x>0</x>
28      <property name="geometry">      <y>0</y>
29          <rect>      <width>452</width>
30              <x>0</x>      <height>226</height>
31              <y>0</y>     </rect>
32              <width>451</width>    </property>
33              <height>226</height>    <property name="sizePolicy" >
34          </rect>     <sizepolicy>
35      </property>      <hsizetype>7</hsizetype>
36      <property name="sizePolicy">      <vsizetype>1</vsizetype>
37        <horstretch>0</horstretch>
38        <verstretch>0</verstretch>
39       </sizepolicy>
40      </property>
41      <property name="focusPolicy" >
42       <enum>Qt::StrongFocus</enum>
43      </property>
44      <property name="windowTitle" >
45       <string>Qsampler: MIDI Instrument</string>
46      </property>
47      <property name="windowIcon" >
48       <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerInstrument.png</iconset>
49      </property>
50      <layout class="QVBoxLayout" >
51       <property name="margin" >
52        <number>4</number>
53       </property>
54       <property name="spacing" >
55        <number>4</number>
56       </property>
57       <item>
58        <layout class="QGridLayout" >
59         <property name="margin" >
60          <number>0</number>
61         </property>
62         <property name="spacing" >
63          <number>4</number>
64         </property>
65         <item row="2" column="1" colspan="8" >
66          <widget class="QComboBox" name="EngineNameComboBox" >
67           <property name="sizePolicy" >
68          <sizepolicy>          <sizepolicy>
69              <hsizetype>7</hsizetype>           <hsizetype>7</hsizetype>
70              <vsizetype>1</vsizetype>           <vsizetype>0</vsizetype>
71              <horstretch>0</horstretch>           <horstretch>0</horstretch>
72              <verstretch>0</verstretch>           <verstretch>0</verstretch>
73          </sizepolicy>          </sizepolicy>
74      </property>         </property>
75      <property name="caption">         <property name="toolTip" >
76          <string>Qsampler: MIDI Instrument</string>          <string>Engine name</string>
77      </property>         </property>
78      <property name="icon">        </widget>
79          <pixmap>qsamplerInstrument.png</pixmap>       </item>
80      </property>       <item row="2" column="0" >
81      <property name="focusPolicy">        <widget class="QLabel" name="EngineNameTextLabel" >
82          <enum>StrongFocus</enum>         <property name="text" >
83      </property>          <string>&amp;Engine:</string>
84      <vbox>         </property>
85          <property name="name">         <property name="alignment" >
86              <cstring>unnamed</cstring>          <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
87           </property>
88           <property name="wordWrap" >
89            <bool>false</bool>
90           </property>
91           <property name="buddy" >
92            <cstring>EngineNameComboBox</cstring>
93           </property>
94          </widget>
95         </item>
96         <item row="0" column="7" >
97          <widget class="QLabel" name="ProgTextLabel" >
98           <property name="text" >
99            <string>&amp;Prog:</string>
100           </property>
101           <property name="alignment" >
102            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
103           </property>
104           <property name="wordWrap" >
105            <bool>false</bool>
106           </property>
107           <property name="buddy" >
108            <cstring>ProgSpinBox</cstring>
109           </property>
110          </widget>
111         </item>
112         <item row="0" column="8" colspan="2" >
113          <widget class="QSpinBox" name="ProgSpinBox" >
114           <property name="toolTip" >
115            <string>Program (0-127)</string>
116           </property>
117           <property name="maximum" >
118            <number>128</number>
119           </property>
120           <property name="minimum" >
121            <number>1</number>
122           </property>
123          </widget>
124         </item>
125         <item row="5" column="0" >
126          <widget class="QLabel" name="VolumeTextLabel" >
127           <property name="text" >
128            <string>Vol&amp;ume:</string>
129           </property>
130           <property name="alignment" >
131            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
132           </property>
133           <property name="wordWrap" >
134            <bool>false</bool>
135           </property>
136           <property name="buddy" >
137            <cstring>VolumeSpinBox</cstring>
138           </property>
139          </widget>
140         </item>
141         <item row="0" column="0" >
142          <widget class="QLabel" name="MapTextLabel" >
143           <property name="text" >
144            <string>&amp;Map:</string>
145           </property>
146           <property name="alignment" >
147            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
148           </property>
149           <property name="wordWrap" >
150            <bool>false</bool>
151           </property>
152           <property name="buddy" >
153            <cstring>MapComboBox</cstring>
154           </property>
155          </widget>
156         </item>
157         <item row="0" column="3" colspan="2" >
158          <widget class="QLabel" name="BankTextLabel" >
159           <property name="text" >
160            <string>&amp;Bank:</string>
161           </property>
162           <property name="alignment" >
163            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
164           </property>
165           <property name="wordWrap" >
166            <bool>false</bool>
167           </property>
168           <property name="buddy" >
169            <cstring>BankSpinBox</cstring>
170           </property>
171          </widget>
172         </item>
173         <item row="0" column="5" colspan="2" >
174          <widget class="QSpinBox" name="BankSpinBox" >
175           <property name="toolTip" >
176            <string>Bank (0-16383)</string>
177           </property>
178           <property name="maximum" >
179            <number>16383</number>
180           </property>
181          </widget>
182         </item>
183         <item row="3" column="1" colspan="8" >
184          <widget class="QComboBox" name="InstrumentFileComboBox" >
185           <property name="sizePolicy" >
186            <sizepolicy>
187             <hsizetype>7</hsizetype>
188             <vsizetype>0</vsizetype>
189             <horstretch>0</horstretch>
190             <verstretch>0</verstretch>
191            </sizepolicy>
192           </property>
193           <property name="minimumSize" >
194            <size>
195             <width>320</width>
196             <height>0</height>
197            </size>
198           </property>
199           <property name="toolTip" >
200            <string>Instrument filename</string>
201           </property>
202           <property name="editable" >
203            <bool>true</bool>
204           </property>
205          </widget>
206         </item>
207         <item row="5" column="4" colspan="2" >
208          <widget class="QLabel" name="LoadModeNameTextLabel" >
209           <property name="text" >
210            <string>M&amp;ode:</string>
211           </property>
212           <property name="alignment" >
213            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
214           </property>
215           <property name="wordWrap" >
216            <bool>false</bool>
217           </property>
218           <property name="buddy" >
219            <cstring>LoadModeComboBox</cstring>
220           </property>
221          </widget>
222         </item>
223         <item row="5" column="2" colspan="2" >
224          <spacer>
225           <property name="orientation" >
226            <enum>Qt::Horizontal</enum>
227           </property>
228           <property name="sizeType" >
229            <enum>QSizePolicy::Expanding</enum>
230           </property>
231           <property name="sizeHint" >
232            <size>
233             <width>119</width>
234             <height>8</height>
235            </size>
236           </property>
237          </spacer>
238         </item>
239         <item row="3" column="0" >
240          <widget class="QLabel" name="InstrumentFileTextLabel" >
241           <property name="text" >
242            <string>&amp;Filename:</string>
243           </property>
244           <property name="alignment" >
245            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
246           </property>
247           <property name="wordWrap" >
248            <bool>false</bool>
249           </property>
250           <property name="buddy" >
251            <cstring>InstrumentFileComboBox</cstring>
252           </property>
253          </widget>
254         </item>
255         <item row="1" column="0" >
256          <widget class="QLabel" name="NameTextLabe" >
257           <property name="text" >
258            <string>&amp;Name:</string>
259           </property>
260           <property name="alignment" >
261            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
262           </property>
263           <property name="wordWrap" >
264            <bool>false</bool>
265           </property>
266           <property name="buddy" >
267            <cstring>NameLineEdit</cstring>
268           </property>
269          </widget>
270         </item>
271         <item row="0" column="1" colspan="2" >
272          <widget class="QComboBox" name="MapComboBox" >
273           <property name="sizePolicy" >
274            <sizepolicy>
275             <hsizetype>7</hsizetype>
276             <vsizetype>0</vsizetype>
277             <horstretch>0</horstretch>
278             <verstretch>0</verstretch>
279            </sizepolicy>
280           </property>
281           <property name="toolTip" >
282            <string>Instrument map</string>
283           </property>
284          </widget>
285         </item>
286         <item row="4" column="0" >
287          <widget class="QLabel" name="InstrumentNrTextLabel" >
288           <property name="text" >
289            <string>&amp;Instrument:</string>
290           </property>
291           <property name="alignment" >
292            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
293           </property>
294           <property name="wordWrap" >
295            <bool>false</bool>
296           </property>
297           <property name="buddy" >
298            <cstring>InstrumentNrComboBox</cstring>
299           </property>
300          </widget>
301         </item>
302         <item row="4" column="1" colspan="9" >
303          <widget class="QComboBox" name="InstrumentNrComboBox" >
304           <property name="sizePolicy" >
305            <sizepolicy>
306             <hsizetype>7</hsizetype>
307             <vsizetype>0</vsizetype>
308             <horstretch>0</horstretch>
309             <verstretch>0</verstretch>
310            </sizepolicy>
311           </property>
312           <property name="minimumSize" >
313            <size>
314             <width>320</width>
315             <height>0</height>
316            </size>
317           </property>
318           <property name="toolTip" >
319            <string>Instrument name</string>
320           </property>
321          </widget>
322         </item>
323         <item row="5" column="1" >
324          <widget class="QSpinBox" name="VolumeSpinBox" >
325           <property name="toolTip" >
326            <string>Volume (%)</string>
327           </property>
328           <property name="suffix" >
329            <string> %</string>
330           </property>
331           <property name="maximum" >
332            <number>100</number>
333           </property>
334          </widget>
335         </item>
336         <item row="1" column="1" colspan="9" >
337          <widget class="QLineEdit" name="NameLineEdit" >
338           <property name="toolTip" >
339            <string>Name</string>
340           </property>
341          </widget>
342         </item>
343         <item row="5" column="6" colspan="4" >
344          <widget class="QComboBox" name="LoadModeComboBox" >
345           <property name="sizePolicy" >
346            <sizepolicy>
347             <hsizetype>7</hsizetype>
348             <vsizetype>0</vsizetype>
349             <horstretch>0</horstretch>
350             <verstretch>0</verstretch>
351            </sizepolicy>
352           </property>
353           <property name="toolTip" >
354            <string>Load mode</string>
355           </property>
356           <item>
357            <property name="text" >
358             <string>Default</string>
359            </property>
360           </item>
361           <item>
362            <property name="text" >
363             <string>On Demand</string>
364            </property>
365           </item>
366           <item>
367            <property name="text" >
368             <string>On Demand Hold</string>
369          </property>          </property>
370          <widget class="QLayoutWidget">         </item>
371              <property name="name">         <item>
372                  <cstring>layout1</cstring>          <property name="text" >
373              </property>           <string>Persistent</string>
374              <grid>          </property>
375                  <property name="name">         </item>
376                      <cstring>unnamed</cstring>        </widget>
377                  </property>       </item>
378                  <widget class="QSpinBox" row="0" column="3">       <item row="3" column="9" >
379                      <property name="name">        <widget class="QToolButton" name="InstrumentFileToolButton" >
380                          <cstring>ProgramSpinBox</cstring>         <property name="sizePolicy" >
381                      </property>          <sizepolicy>
382                      <property name="maxValue">           <hsizetype>0</hsizetype>
383                          <number>127</number>           <vsizetype>0</vsizetype>
384                      </property>           <horstretch>0</horstretch>
385                      <property name="toolTip" stdset="0">           <verstretch>0</verstretch>
386                          <string>Program (0-127)</string>          </sizepolicy>
387                      </property>         </property>
388                  </widget>         <property name="minimumSize" >
389                  <widget class="QSpinBox" row="0" column="1">          <size>
390                      <property name="name">           <width>24</width>
391                          <cstring>BankSpinBox</cstring>           <height>24</height>
392                      </property>          </size>
393                      <property name="maxValue">         </property>
394                          <number>16383</number>         <property name="maximumSize" >
395                      </property>          <size>
396                      <property name="toolTip" stdset="0">           <width>26</width>
397                          <string>Bank (0-16383)</string>           <height>26</height>
398                      </property>          </size>
399                  </widget>         </property>
400                  <widget class="QSpinBox" row="5" column="1">         <property name="focusPolicy" >
401                      <property name="name">          <enum>Qt::TabFocus</enum>
402                          <cstring>VolumeSpinBox</cstring>         </property>
403                      </property>         <property name="toolTip" >
404                      <property name="suffix">          <string>Browse for instrument filename</string>
405                          <string> %</string>         </property>
406                      </property>         <property name="text" >
407                      <property name="maxValue">          <string/>
408                          <number>100</number>         </property>
409                      </property>         <property name="icon" >
410                      <property name="toolTip" stdset="0">          <iconset resource="../icons/qsampler.qrc" >:/icons/fileOpen.png</iconset>
411                          <string>Volume (%)</string>         </property>
412                      </property>        </widget>
413                  </widget>       </item>
414                  <widget class="QLabel" row="1" column="0">      </layout>
415                      <property name="name">     </item>
416                          <cstring>NameTextLabe</cstring>     <item>
417                      </property>      <layout class="QHBoxLayout" >
418                      <property name="text">       <property name="margin" >
419                          <string>&amp;Name:</string>        <number>0</number>
420                      </property>       </property>
421                      <property name="alignment">       <property name="spacing" >
422                          <set>AlignVCenter|AlignRight</set>        <number>4</number>
423                      </property>       </property>
424                      <property name="buddy" stdset="0">       <item>
425                          <cstring>NameLineEdit</cstring>        <spacer>
426                      </property>         <property name="orientation" >
427                  </widget>          <enum>Qt::Horizontal</enum>
428                  <widget class="QLabel" row="0" column="0">         </property>
429                      <property name="name">         <property name="sizeType" >
430                          <cstring>BankTextLabel</cstring>          <enum>QSizePolicy::Expanding</enum>
431                      </property>         </property>
432                      <property name="text">         <property name="sizeHint" >
433                          <string>&amp;Bank:</string>          <size>
434                      </property>           <width>8</width>
435                      <property name="alignment">           <height>8</height>
436                          <set>AlignVCenter|AlignRight</set>          </size>
437                      </property>         </property>
438                      <property name="buddy" stdset="0">        </spacer>
439                          <cstring>BankSpinBox</cstring>       </item>
440                      </property>       <item>
441                  </widget>        <widget class="QPushButton" name="OkPushButton" >
442                  <widget class="QToolButton" row="3" column="6">         <property name="text" >
443                      <property name="name">          <string>O&amp;K</string>
444                          <cstring>InstrumentFileToolButton</cstring>         </property>
445                      </property>         <property name="icon" >
446                      <property name="sizePolicy">          <iconset resource="../icons/qsampler.qrc" >:/icons/formAccept.png</iconset>
447                          <sizepolicy>         </property>
448                              <hsizetype>0</hsizetype>         <property name="shortcut" >
449                              <vsizetype>0</vsizetype>          <string>Alt+K</string>
450                              <horstretch>0</horstretch>         </property>
451                              <verstretch>0</verstretch>        </widget>
452                          </sizepolicy>       </item>
453                      </property>       <item>
454                      <property name="minimumSize">        <widget class="QPushButton" name="CancelPushButton" >
455                          <size>         <property name="text" >
456                              <width>24</width>          <string>C&amp;ancel</string>
457                              <height>24</height>         </property>
458                          </size>         <property name="icon" >
459                      </property>          <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>
460                      <property name="maximumSize">         </property>
461                          <size>         <property name="shortcut" >
462                              <width>26</width>          <string>Alt+A</string>
463                              <height>26</height>         </property>
464                          </size>        </widget>
465                      </property>       </item>
466                      <property name="focusPolicy">      </layout>
467                          <enum>TabFocus</enum>     </item>
468                      </property>    </layout>
469                      <property name="text">   </widget>
470                          <string></string>   <layoutdefault spacing="4" margin="4" />
471                      </property>   <tabstops>
472                      <property name="iconSet">    <tabstop>MapComboBox</tabstop>
473                          <iconset>fileOpen.png</iconset>    <tabstop>BankSpinBox</tabstop>
474                      </property>    <tabstop>ProgSpinBox</tabstop>
475                      <property name="toolTip" stdset="0">    <tabstop>NameLineEdit</tabstop>
476                          <string>Browse for instrument filename</string>    <tabstop>EngineNameComboBox</tabstop>
477                      </property>    <tabstop>InstrumentFileComboBox</tabstop>
478                  </widget>    <tabstop>InstrumentFileToolButton</tabstop>
479                  <widget class="QComboBox" row="2" column="1" rowspan="1" colspan="6">    <tabstop>InstrumentNrComboBox</tabstop>
480                      <property name="name">    <tabstop>VolumeSpinBox</tabstop>
481                          <cstring>EngineNameComboBox</cstring>    <tabstop>LoadModeComboBox</tabstop>
482                      </property>    <tabstop>OkPushButton</tabstop>
483                      <property name="sizePolicy">    <tabstop>CancelPushButton</tabstop>
484                          <sizepolicy>   </tabstops>
485                              <hsizetype>7</hsizetype>   <resources>
486                              <vsizetype>0</vsizetype>    <include location="../icons/qsampler.qrc" />
487                              <horstretch>0</horstretch>   </resources>
488                              <verstretch>0</verstretch>  </ui>
                         </sizepolicy>  
                     </property>  
                     <property name="toolTip" stdset="0">  
                         <string>Engine name</string>  
                     </property>  
                 </widget>  
                 <widget class="QLabel" row="3" column="0">  
                     <property name="name">  
                         <cstring>InstrumentFileTextLabel</cstring>  
                     </property>  
                     <property name="text">  
                         <string>&amp;Filename:</string>  
                     </property>  
                     <property name="alignment">  
                         <set>AlignVCenter|AlignRight</set>  
                     </property>  
                     <property name="buddy" stdset="0">  
                         <cstring>InstrumentFileComboBox</cstring>  
                     </property>  
                 </widget>  
                 <widget class="QLabel" row="5" column="0">  
                     <property name="name">  
                         <cstring>VolumeTextLabel</cstring>  
                     </property>  
                     <property name="text">  
                         <string>&amp;Volume:</string>  
                     </property>  
                     <property name="alignment">  
                         <set>AlignVCenter|AlignRight</set>  
                     </property>  
                     <property name="buddy" stdset="0">  
                         <cstring>VolumeSpinBox</cstring>  
                     </property>  
                 </widget>  
                 <spacer row="0" column="4" rowspan="1" colspan="3">  
                     <property name="name">  
                         <cstring>spacer1</cstring>  
                     </property>  
                     <property name="orientation">  
                         <enum>Horizontal</enum>  
                     </property>  
                     <property name="sizeType">  
                         <enum>Expanding</enum>  
                     </property>  
                     <property name="sizeHint">  
                         <size>  
                             <width>8</width>  
                             <height>8</height>  
                         </size>  
                     </property>  
                 </spacer>  
                 <widget class="QComboBox" row="5" column="5" rowspan="1" colspan="2">  
                     <item>  
                         <property name="text">  
                             <string>Default</string>  
                         </property>  
                     </item>  
                     <item>  
                         <property name="text">  
                             <string>On Demand</string>  
                         </property>  
                     </item>  
                     <item>  
                         <property name="text">  
                             <string>On Demand Hold</string>  
                         </property>  
                     </item>  
                     <item>  
                         <property name="text">  
                             <string>Persistent</string>  
                         </property>  
                     </item>  
                     <property name="name">  
                         <cstring>LoadModeComboBox</cstring>  
                     </property>  
                     <property name="sizePolicy">  
                         <sizepolicy>  
                             <hsizetype>7</hsizetype>  
                             <vsizetype>0</vsizetype>  
                             <horstretch>0</horstretch>  
                             <verstretch>0</verstretch>  
                         </sizepolicy>  
                     </property>  
                     <property name="toolTip" stdset="0">  
                         <string>Load mode</string>  
                     </property>  
                 </widget>  
                 <widget class="QLabel" row="5" column="4">  
                     <property name="name">  
                         <cstring>LoadModeNameTextLabel</cstring>  
                     </property>  
                     <property name="text">  
                         <string>&amp;Mode:</string>  
                     </property>  
                     <property name="alignment">  
                         <set>AlignVCenter|AlignRight</set>  
                     </property>  
                     <property name="buddy" stdset="0">  
                         <cstring>LoadModeComboBox</cstring>  
                     </property>  
                 </widget>  
                 <widget class="QComboBox" row="4" column="1" rowspan="1" colspan="6">  
                     <property name="name">  
                         <cstring>InstrumentNrComboBox</cstring>  
                     </property>  
                     <property name="sizePolicy">  
                         <sizepolicy>  
                             <hsizetype>7</hsizetype>  
                             <vsizetype>0</vsizetype>  
                             <horstretch>0</horstretch>  
                             <verstretch>0</verstretch>  
                         </sizepolicy>  
                     </property>  
                     <property name="minimumSize">  
                         <size>  
                             <width>320</width>  
                             <height>0</height>  
                         </size>  
                     </property>  
                     <property name="toolTip" stdset="0">  
                         <string>Instrument name</string>  
                     </property>  
                 </widget>  
                 <widget class="QComboBox" row="3" column="1" rowspan="1" colspan="5">  
                     <property name="name">  
                         <cstring>InstrumentFileComboBox</cstring>  
                     </property>  
                     <property name="sizePolicy">  
                         <sizepolicy>  
                             <hsizetype>7</hsizetype>  
                             <vsizetype>0</vsizetype>  
                             <horstretch>0</horstretch>  
                             <verstretch>0</verstretch>  
                         </sizepolicy>  
                     </property>  
                     <property name="minimumSize">  
                         <size>  
                             <width>320</width>  
                             <height>0</height>  
                         </size>  
                     </property>  
                     <property name="editable">  
                         <bool>true</bool>  
                     </property>  
                     <property name="toolTip" stdset="0">  
                         <string>Instrument filename</string>  
                     </property>  
                 </widget>  
                 <widget class="QLabel" row="4" column="0">  
                     <property name="name">  
                         <cstring>InstrumentNrTextLabel</cstring>  
                     </property>  
                     <property name="text">  
                         <string>&amp;Instrument:</string>  
                     </property>  
                     <property name="alignment">  
                         <set>AlignVCenter|AlignRight</set>  
                     </property>  
                     <property name="buddy" stdset="0">  
                         <cstring>InstrumentNrComboBox</cstring>  
                     </property>  
                 </widget>  
                 <widget class="QLabel" row="2" column="0">  
                     <property name="name">  
                         <cstring>EngineNameTextLabel</cstring>  
                     </property>  
                     <property name="text">  
                         <string>&amp;Engine:</string>  
                     </property>  
                     <property name="alignment">  
                         <set>AlignVCenter|AlignRight</set>  
                     </property>  
                     <property name="buddy" stdset="0">  
                         <cstring>EngineNameComboBox</cstring>  
                     </property>  
                 </widget>  
                 <widget class="QLineEdit" row="1" column="1" rowspan="1" colspan="6">  
                     <property name="name">  
                         <cstring>NameLineEdit</cstring>  
                     </property>  
                     <property name="toolTip" stdset="0">  
                         <string>Name</string>  
                     </property>  
                 </widget>  
                 <spacer row="5" column="2" rowspan="1" colspan="2">  
                     <property name="name">  
                         <cstring>spacer2</cstring>  
                     </property>  
                     <property name="orientation">  
                         <enum>Horizontal</enum>  
                     </property>  
                     <property name="sizeType">  
                         <enum>Expanding</enum>  
                     </property>  
                     <property name="sizeHint">  
                         <size>  
                             <width>8</width>  
                             <height>8</height>  
                         </size>  
                     </property>  
                 </spacer>  
                 <widget class="QLabel" row="0" column="2">  
                     <property name="name">  
                         <cstring>ProgramTextLabel</cstring>  
                     </property>  
                     <property name="text">  
                         <string>&amp;Program:</string>  
                     </property>  
                     <property name="alignment">  
                         <set>AlignVCenter|AlignRight</set>  
                     </property>  
                     <property name="buddy" stdset="0">  
                         <cstring>ProgramSpinBox</cstring>  
                     </property>  
                 </widget>  
             </grid>  
         </widget>  
         <widget class="QLayoutWidget">  
             <property name="name">  
                 <cstring>layout2</cstring>  
             </property>  
             <hbox>  
                 <property name="name">  
                     <cstring>unnamed</cstring>  
                 </property>  
                 <spacer>  
                     <property name="name">  
                         <cstring>spacer3</cstring>  
                     </property>  
                     <property name="orientation">  
                         <enum>Horizontal</enum>  
                     </property>  
                     <property name="sizeType">  
                         <enum>Expanding</enum>  
                     </property>  
                     <property name="sizeHint">  
                         <size>  
                             <width>8</width>  
                             <height>8</height>  
                         </size>  
                     </property>  
                 </spacer>  
                 <widget class="QPushButton">  
                     <property name="name">  
                         <cstring>OkPushButton</cstring>  
                     </property>  
                     <property name="text">  
                         <string>OK</string>  
                     </property>  
                     <property name="iconSet">  
                         <iconset>formAccept.png</iconset>  
                     </property>  
                 </widget>  
                 <widget class="QPushButton">  
                     <property name="name">  
                         <cstring>CancelPushButton</cstring>  
                     </property>  
                     <property name="text">  
                         <string>Cancel</string>  
                     </property>  
                     <property name="iconSet">  
                         <iconset>formReject.png</iconset>  
                     </property>  
                 </widget>  
             </hbox>  
         </widget>  
     </vbox>  
 </widget>  
 <connections>  
     <connection>  
         <sender>BankSpinBox</sender>  
         <signal>valueChanged(int)</signal>  
         <receiver>qsamplerInstrumentForm</receiver>  
         <slot>changed()</slot>  
     </connection>  
     <connection>  
         <sender>ProgramSpinBox</sender>  
         <signal>valueChanged(int)</signal>  
         <receiver>qsamplerInstrumentForm</receiver>  
         <slot>changed()</slot>  
     </connection>  
     <connection>  
         <sender>NameLineEdit</sender>  
         <signal>textChanged(const QString&amp;)</signal>  
         <receiver>qsamplerInstrumentForm</receiver>  
         <slot>nameChanged(const QString&amp;)</slot>  
     </connection>  
     <connection>  
         <sender>EngineNameComboBox</sender>  
         <signal>activated(int)</signal>  
         <receiver>qsamplerInstrumentForm</receiver>  
         <slot>changed()</slot>  
     </connection>  
     <connection>  
         <sender>InstrumentFileComboBox</sender>  
         <signal>activated(const QString&amp;)</signal>  
         <receiver>qsamplerInstrumentForm</receiver>  
         <slot>updateInstrumentName()</slot>  
     </connection>  
     <connection>  
         <sender>InstrumentFileToolButton</sender>  
         <signal>clicked()</signal>  
         <receiver>qsamplerInstrumentForm</receiver>  
         <slot>openInstrumentFile()</slot>  
     </connection>  
     <connection>  
         <sender>InstrumentNrComboBox</sender>  
         <signal>activated(int)</signal>  
         <receiver>qsamplerInstrumentForm</receiver>  
         <slot>instrumentNrChanged()</slot>  
     </connection>  
     <connection>  
         <sender>VolumeSpinBox</sender>  
         <signal>valueChanged(int)</signal>  
         <receiver>qsamplerInstrumentForm</receiver>  
         <slot>changed()</slot>  
     </connection>  
     <connection>  
         <sender>LoadModeComboBox</sender>  
         <signal>activated(int)</signal>  
         <receiver>qsamplerInstrumentForm</receiver>  
         <slot>changed()</slot>  
     </connection>  
     <connection>  
         <sender>OkPushButton</sender>  
         <signal>clicked()</signal>  
         <receiver>qsamplerInstrumentForm</receiver>  
         <slot>accept()</slot>  
     </connection>  
     <connection>  
         <sender>CancelPushButton</sender>  
         <signal>clicked()</signal>  
         <receiver>qsamplerInstrumentForm</receiver>  
         <slot>reject()</slot>  
     </connection>  
 </connections>  
 <tabstops>  
     <tabstop>BankSpinBox</tabstop>  
     <tabstop>ProgramSpinBox</tabstop>  
     <tabstop>NameLineEdit</tabstop>  
     <tabstop>EngineNameComboBox</tabstop>  
     <tabstop>InstrumentFileComboBox</tabstop>  
     <tabstop>InstrumentFileToolButton</tabstop>  
     <tabstop>InstrumentNrComboBox</tabstop>  
     <tabstop>VolumeSpinBox</tabstop>  
     <tabstop>LoadModeComboBox</tabstop>  
     <tabstop>OkPushButton</tabstop>  
     <tabstop>CancelPushButton</tabstop>  
 </tabstops>  
 <forwards>  
     <forward>class qsamplerInstrument;</forward>  
 </forwards>  
 <variables>  
     <variable access="private">qsamplerInstrument *m_pInstrument;</variable>  
     <variable access="private">int m_iDirtySetup;</variable>  
     <variable access="private">int m_iDirtyCount;</variable>  
     <variable access="private">int m_iDirtyName;</variable>  
 </variables>  
 <slots>  
     <slot specifier="non virtual">nameChanged( const QString&amp; sName )</slot>  
     <slot specifier="non virtual">openInstrumentFile()</slot>  
     <slot specifier="non virtual">updateInstrumentName()</slot>  
     <slot specifier="non virtual">instrumentNrChanged()</slot>  
     <slot specifier="non virtual">accept()</slot>  
     <slot specifier="non virtual">reject()</slot>  
     <slot specifier="non virtual">changed()</slot>  
     <slot specifier="non virtual">stabilizeForm()</slot>  
 </slots>  
 <functions>  
     <function access="private" specifier="non virtual">init()</function>  
     <function access="private" specifier="non virtual">destroy()</function>  
     <function specifier="non virtual">setup( qsamplerInstrument *pInstrument )</function>  
 </functions>  
 <pixmapinproject/>  
 <layoutdefaults spacing="4" margin="4"/>  
 </UI>  

Legend:
Removed from v.962  
changed lines
  Added in v.1840

  ViewVC Help
Powered by ViewVC