/[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 1013 by capela, Mon Jan 8 16:52:48 2007 UTC revision 2069 by capela, Mon Mar 15 10:45:35 2010 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-2007, rncbc aka Rui Nuno Capela. All rights reserved.     Copyright (C) 2004-2010, 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 18  Line 19 
19     with this program; if not, write to the Free Software Foundation, Inc.,     with this program; if not, write to the Free Software Foundation, Inc.,
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>452</width>    </property>
33              <height>226</height>    <property name="focusPolicy" >
34          </rect>     <enum>Qt::StrongFocus</enum>
35      </property>    </property>
36      <property name="sizePolicy">    <property name="windowTitle" >
37          <sizepolicy>     <string>Qsampler: MIDI Instrument</string>
38              <hsizetype>7</hsizetype>    </property>
39              <vsizetype>1</vsizetype>    <property name="windowIcon" >
40              <horstretch>0</horstretch>     <iconset resource="../icons/qsampler.qrc" >:/icons/qsamplerInstrument.png</iconset>
41              <verstretch>0</verstretch>    </property>
42          </sizepolicy>    <layout class="QVBoxLayout" >
43      </property>     <property name="margin" >
44      <property name="caption">      <number>4</number>
45          <string>Qsampler: MIDI Instrument</string>     </property>
46      </property>     <property name="spacing" >
47      <property name="focusPolicy">      <number>4</number>
48          <enum>StrongFocus</enum>     </property>
49      </property>     <item>
50      <vbox>      <layout class="QGridLayout" >
51          <property name="name">       <property name="margin" >
52              <cstring>unnamed</cstring>        <number>0</number>
53         </property>
54         <property name="spacing" >
55          <number>4</number>
56         </property>
57         <item row="2" column="1" colspan="8" >
58          <widget class="QComboBox" name="EngineNameComboBox" >
59           <property name="toolTip" >
60            <string>Engine name</string>
61           </property>
62          </widget>
63         </item>
64         <item row="2" column="0" >
65          <widget class="QLabel" name="EngineNameTextLabel" >
66           <property name="text" >
67            <string>&amp;Engine:</string>
68           </property>
69           <property name="alignment" >
70            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
71           </property>
72           <property name="wordWrap" >
73            <bool>false</bool>
74           </property>
75           <property name="buddy" >
76            <cstring>EngineNameComboBox</cstring>
77           </property>
78          </widget>
79         </item>
80         <item row="0" column="7" >
81          <widget class="QLabel" name="ProgTextLabel" >
82           <property name="text" >
83            <string>&amp;Prog:</string>
84           </property>
85           <property name="alignment" >
86            <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>ProgSpinBox</cstring>
93           </property>
94          </widget>
95         </item>
96         <item row="0" column="8" colspan="2" >
97          <widget class="QSpinBox" name="ProgSpinBox" >
98           <property name="toolTip" >
99            <string>Program (0-127)</string>
100           </property>
101           <property name="maximum" >
102            <number>128</number>
103           </property>
104           <property name="minimum" >
105            <number>1</number>
106           </property>
107          </widget>
108         </item>
109         <item row="5" column="0" >
110          <widget class="QLabel" name="VolumeTextLabel" >
111           <property name="text" >
112            <string>Vol&amp;ume:</string>
113           </property>
114           <property name="alignment" >
115            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
116           </property>
117           <property name="wordWrap" >
118            <bool>false</bool>
119           </property>
120           <property name="buddy" >
121            <cstring>VolumeSpinBox</cstring>
122           </property>
123          </widget>
124         </item>
125         <item row="0" column="0" >
126          <widget class="QLabel" name="MapTextLabel" >
127           <property name="text" >
128            <string>&amp;Map:</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>MapComboBox</cstring>
138           </property>
139          </widget>
140         </item>
141         <item row="0" column="3" colspan="2" >
142          <widget class="QLabel" name="BankTextLabel" >
143           <property name="text" >
144            <string>&amp;Bank:</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>BankSpinBox</cstring>
154           </property>
155          </widget>
156         </item>
157         <item row="0" column="5" colspan="2" >
158          <widget class="QSpinBox" name="BankSpinBox" >
159           <property name="toolTip" >
160            <string>Bank (0-16383)</string>
161           </property>
162           <property name="maximum" >
163            <number>16383</number>
164           </property>
165          </widget>
166         </item>
167         <item row="3" column="1" colspan="8" >
168          <widget class="QComboBox" name="InstrumentFileComboBox" >
169           <property name="minimumSize" >
170            <size>
171             <width>320</width>
172             <height>0</height>
173            </size>
174           </property>
175           <property name="toolTip" >
176            <string>Instrument filename</string>
177           </property>
178           <property name="editable" >
179            <bool>true</bool>
180           </property>
181          </widget>
182         </item>
183         <item row="5" column="4" colspan="2" >
184          <widget class="QLabel" name="LoadModeNameTextLabel" >
185           <property name="text" >
186            <string>M&amp;ode:</string>
187           </property>
188           <property name="alignment" >
189            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
190           </property>
191           <property name="wordWrap" >
192            <bool>false</bool>
193           </property>
194           <property name="buddy" >
195            <cstring>LoadModeComboBox</cstring>
196           </property>
197          </widget>
198         </item>
199         <item row="5" column="2" colspan="2" >
200          <spacer>
201           <property name="orientation" >
202            <enum>Qt::Horizontal</enum>
203           </property>
204           <property name="sizeType" >
205            <enum>QSizePolicy::Expanding</enum>
206           </property>
207           <property name="sizeHint" >
208            <size>
209             <width>119</width>
210             <height>8</height>
211            </size>
212           </property>
213          </spacer>
214         </item>
215         <item row="3" column="0" >
216          <widget class="QLabel" name="InstrumentFileTextLabel" >
217           <property name="text" >
218            <string>&amp;Filename:</string>
219           </property>
220           <property name="alignment" >
221            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
222           </property>
223           <property name="wordWrap" >
224            <bool>false</bool>
225           </property>
226           <property name="buddy" >
227            <cstring>InstrumentFileComboBox</cstring>
228           </property>
229          </widget>
230         </item>
231         <item row="1" column="0" >
232          <widget class="QLabel" name="NameTextLabe" >
233           <property name="text" >
234            <string>&amp;Name:</string>
235           </property>
236           <property name="alignment" >
237            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
238           </property>
239           <property name="wordWrap" >
240            <bool>false</bool>
241           </property>
242           <property name="buddy" >
243            <cstring>NameLineEdit</cstring>
244           </property>
245          </widget>
246         </item>
247         <item row="0" column="1" colspan="2" >
248          <widget class="QComboBox" name="MapComboBox" >
249           <property name="toolTip" >
250            <string>Instrument map</string>
251           </property>
252          </widget>
253         </item>
254         <item row="4" column="0" >
255          <widget class="QLabel" name="InstrumentNrTextLabel" >
256           <property name="text" >
257            <string>&amp;Instrument:</string>
258           </property>
259           <property name="alignment" >
260            <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
261           </property>
262           <property name="wordWrap" >
263            <bool>false</bool>
264           </property>
265           <property name="buddy" >
266            <cstring>InstrumentNrComboBox</cstring>
267           </property>
268          </widget>
269         </item>
270         <item row="4" column="1" colspan="9" >
271          <widget class="QComboBox" name="InstrumentNrComboBox" >
272           <property name="minimumSize" >
273            <size>
274             <width>320</width>
275             <height>0</height>
276            </size>
277           </property>
278           <property name="toolTip" >
279            <string>Instrument name</string>
280           </property>
281          </widget>
282         </item>
283         <item row="5" column="1" >
284          <widget class="QSpinBox" name="VolumeSpinBox" >
285           <property name="toolTip" >
286            <string>Volume (%)</string>
287           </property>
288           <property name="suffix" >
289            <string> %</string>
290           </property>
291           <property name="maximum" >
292            <number>100</number>
293           </property>
294          </widget>
295         </item>
296         <item row="1" column="1" colspan="9" >
297          <widget class="QLineEdit" name="NameLineEdit" >
298           <property name="toolTip" >
299            <string>Name</string>
300           </property>
301          </widget>
302         </item>
303         <item row="5" column="6" colspan="4" >
304          <widget class="QComboBox" name="LoadModeComboBox" >
305           <property name="toolTip" >
306            <string>Load mode</string>
307           </property>
308           <item>
309            <property name="text" >
310             <string>Default</string>
311          </property>          </property>
312          <widget class="QLayoutWidget">         </item>
313              <property name="name">         <item>
314                  <cstring>layout5</cstring>          <property name="text" >
315              </property>           <string>On Demand</string>
316              <grid>          </property>
317                  <property name="name">         </item>
318                      <cstring>unnamed</cstring>         <item>
319                  </property>          <property name="text" >
320                  <widget class="QComboBox" row="2" column="1" rowspan="1" colspan="9">           <string>On Demand Hold</string>
321                      <property name="name">          </property>
322                          <cstring>EngineNameComboBox</cstring>         </item>
323                      </property>         <item>
324                      <property name="sizePolicy">          <property name="text" >
325                          <sizepolicy>           <string>Persistent</string>
326                              <hsizetype>7</hsizetype>          </property>
327                              <vsizetype>0</vsizetype>         </item>
328                              <horstretch>0</horstretch>        </widget>
329                              <verstretch>0</verstretch>       </item>
330                          </sizepolicy>       <item row="3" column="9" >
331                      </property>        <widget class="QToolButton" name="InstrumentFileToolButton" >
332                      <property name="toolTip" stdset="0">         <property name="minimumSize" >
333                          <string>Engine name</string>          <size>
334                      </property>           <width>24</width>
335                  </widget>           <height>24</height>
336                  <widget class="QLabel" row="2" column="0">          </size>
337                      <property name="name">         </property>
338                          <cstring>EngineNameTextLabel</cstring>         <property name="maximumSize" >
339                      </property>          <size>
340                      <property name="text">           <width>26</width>
341                          <string>&amp;Engine:</string>           <height>26</height>
342                      </property>          </size>
343                      <property name="alignment">         </property>
344                          <set>AlignVCenter|AlignRight</set>         <property name="focusPolicy" >
345                      </property>          <enum>Qt::TabFocus</enum>
346                      <property name="buddy" stdset="0">         </property>
347                          <cstring>EngineNameComboBox</cstring>         <property name="toolTip" >
348                      </property>          <string>Browse for instrument filename</string>
349                  </widget>         </property>
350                  <widget class="QLabel" row="0" column="7">         <property name="text" >
351                      <property name="name">          <string/>
352                          <cstring>ProgTextLabel</cstring>         </property>
353                      </property>         <property name="icon" >
354                      <property name="text">          <iconset resource="../icons/qsampler.qrc" >:/icons/fileOpen.png</iconset>
355                          <string>&amp;Prog:</string>         </property>
356                      </property>        </widget>
357                      <property name="alignment">       </item>
358                          <set>AlignVCenter|AlignRight</set>      </layout>
359                      </property>     </item>
360                      <property name="buddy" stdset="0">     <item>
361                          <cstring>ProgSpinBox</cstring>      <layout class="QHBoxLayout" >
362                      </property>       <property name="margin" >
363                  </widget>        <number>0</number>
364                  <widget class="QSpinBox" row="0" column="8" rowspan="1" colspan="2">       </property>
365                      <property name="name">       <property name="spacing" >
366                          <cstring>ProgSpinBox</cstring>        <number>4</number>
367                      </property>       </property>
368                      <property name="maxValue">       <item>
369                          <number>128</number>        <spacer>
370                      </property>         <property name="orientation" >
371                      <property name="minValue">          <enum>Qt::Horizontal</enum>
372                          <number>1</number>         </property>
373                      </property>         <property name="sizeType" >
374                      <property name="toolTip" stdset="0">          <enum>QSizePolicy::Expanding</enum>
375                          <string>Program (0-127)</string>         </property>
376                      </property>         <property name="sizeHint" >
377                  </widget>          <size>
378                  <widget class="QLabel" row="5" column="0">           <width>8</width>
379                      <property name="name">           <height>8</height>
380                          <cstring>VolumeTextLabel</cstring>          </size>
381                      </property>         </property>
382                      <property name="text">        </spacer>
383                          <string>Vol&amp;ume:</string>       </item>
384                      </property>       <item>
385                      <property name="alignment">        <widget class="QPushButton" name="OkPushButton" >
386                          <set>AlignVCenter|AlignRight</set>         <property name="text" >
387                      </property>          <string>O&amp;K</string>
388                      <property name="buddy" stdset="0">         </property>
389                          <cstring>VolumeSpinBox</cstring>         <property name="icon" >
390                      </property>          <iconset resource="../icons/qsampler.qrc" >:/icons/formAccept.png</iconset>
391                  </widget>         </property>
392                  <widget class="QLabel" row="0" column="0">         <property name="shortcut" >
393                      <property name="name">          <string>Alt+K</string>
394                          <cstring>MapTextLabel</cstring>         </property>
395                      </property>        </widget>
396                      <property name="text">       </item>
397                          <string>&amp;Map:</string>       <item>
398                      </property>        <widget class="QPushButton" name="CancelPushButton" >
399                      <property name="alignment">         <property name="text" >
400                          <set>AlignVCenter|AlignRight</set>          <string>C&amp;ancel</string>
401                      </property>         </property>
402                      <property name="buddy" stdset="0">         <property name="icon" >
403                          <cstring>MapComboBox</cstring>          <iconset resource="../icons/qsampler.qrc" >:/icons/formReject.png</iconset>
404                      </property>         </property>
405                  </widget>         <property name="shortcut" >
406                  <widget class="QLabel" row="0" column="3" rowspan="1" colspan="2">          <string>Alt+A</string>
407                      <property name="name">         </property>
408                          <cstring>BankTextLabel</cstring>        </widget>
409                      </property>       </item>
410                      <property name="text">      </layout>
411                          <string>&amp;Bank:</string>     </item>
412                      </property>    </layout>
413                      <property name="alignment">   </widget>
414                          <set>AlignVCenter|AlignRight</set>   <layoutdefault spacing="4" margin="4" />
415                      </property>   <tabstops>
416                      <property name="buddy" stdset="0">    <tabstop>MapComboBox</tabstop>
417                          <cstring>BankSpinBox</cstring>    <tabstop>BankSpinBox</tabstop>
418                      </property>    <tabstop>ProgSpinBox</tabstop>
419                  </widget>    <tabstop>NameLineEdit</tabstop>
420                  <widget class="QSpinBox" row="0" column="5" rowspan="1" colspan="2">    <tabstop>EngineNameComboBox</tabstop>
421                      <property name="name">    <tabstop>InstrumentFileComboBox</tabstop>
422                          <cstring>BankSpinBox</cstring>    <tabstop>InstrumentFileToolButton</tabstop>
423                      </property>    <tabstop>InstrumentNrComboBox</tabstop>
424                      <property name="maxValue">    <tabstop>VolumeSpinBox</tabstop>
425                          <number>16383</number>    <tabstop>LoadModeComboBox</tabstop>
426                      </property>    <tabstop>OkPushButton</tabstop>
427                      <property name="toolTip" stdset="0">    <tabstop>CancelPushButton</tabstop>
428                          <string>Bank (0-16383)</string>   </tabstops>
429                      </property>   <resources>
430                  </widget>    <include location="../icons/qsampler.qrc" />
431                  <widget class="QComboBox" row="3" column="1" rowspan="1" colspan="8">   </resources>
432                      <property name="name">  </ui>
                         <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="5" column="4" rowspan="1" colspan="2">  
                     <property name="name">  
                         <cstring>LoadModeNameTextLabel</cstring>  
                     </property>  
                     <property name="text">  
                         <string>M&amp;ode:</string>  
                     </property>  
                     <property name="alignment">  
                         <set>AlignVCenter|AlignRight</set>  
                     </property>  
                     <property name="buddy" stdset="0">  
                         <cstring>LoadModeComboBox</cstring>  
                     </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>119</width>  
                             <height>8</height>  
                         </size>  
                     </property>  
                 </spacer>  
                 <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="1" column="0">  
                     <property name="name">  
                         <cstring>NameTextLabe</cstring>  
                     </property>  
                     <property name="text">  
                         <string>&amp;Name:</string>  
                     </property>  
                     <property name="alignment">  
                         <set>AlignVCenter|AlignRight</set>  
                     </property>  
                     <property name="buddy" stdset="0">  
                         <cstring>NameLineEdit</cstring>  
                     </property>  
                 </widget>  
                 <widget class="QComboBox" row="0" column="1" rowspan="1" colspan="2">  
                     <property name="name">  
                         <cstring>MapComboBox</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>Instrument map</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="QComboBox" row="4" column="1" rowspan="1" colspan="9">  
                     <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="QSpinBox" row="5" column="1">  
                     <property name="name">  
                         <cstring>VolumeSpinBox</cstring>  
                     </property>  
                     <property name="suffix">  
                         <string> %</string>  
                     </property>  
                     <property name="maxValue">  
                         <number>100</number>  
                     </property>  
                     <property name="toolTip" stdset="0">  
                         <string>Volume (%)</string>  
                     </property>  
                 </widget>  
                 <widget class="QLineEdit" row="1" column="1" rowspan="1" colspan="9">  
                     <property name="name">  
                         <cstring>NameLineEdit</cstring>  
                     </property>  
                     <property name="toolTip" stdset="0">  
                         <string>Name</string>  
                     </property>  
                 </widget>  
                 <widget class="QComboBox" row="5" column="6" rowspan="1" colspan="4">  
                     <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="QToolButton" row="3" column="9">  
                     <property name="name">  
                         <cstring>InstrumentFileToolButton</cstring>  
                     </property>  
                     <property name="sizePolicy">  
                         <sizepolicy>  
                             <hsizetype>0</hsizetype>  
                             <vsizetype>0</vsizetype>  
                             <horstretch>0</horstretch>  
                             <verstretch>0</verstretch>  
                         </sizepolicy>  
                     </property>  
                     <property name="minimumSize">  
                         <size>  
                             <width>24</width>  
                             <height>24</height>  
                         </size>  
                     </property>  
                     <property name="maximumSize">  
                         <size>  
                             <width>26</width>  
                             <height>26</height>  
                         </size>  
                     </property>  
                     <property name="focusPolicy">  
                         <enum>TabFocus</enum>  
                     </property>  
                     <property name="text">  
                         <string></string>  
                     </property>  
                     <property name="iconSet">  
                         <iconset>fileOpen.png</iconset>  
                     </property>  
                     <property name="toolTip" stdset="0">  
                         <string>Browse for instrument filename</string>  
                     </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>O&amp;K</string>  
                     </property>  
                     <property name="accel">  
                         <string>Alt+K</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>C&amp;ancel</string>  
                     </property>  
                     <property name="accel">  
                         <string>Alt+A</string>  
                     </property>  
                     <property name="iconSet">  
                         <iconset>formReject.png</iconset>  
                     </property>  
                 </widget>  
             </hbox>  
         </widget>  
     </vbox>  
 </widget>  
 <connections>  
     <connection>  
         <sender>MapComboBox</sender>  
         <signal>activated(int)</signal>  
         <receiver>qsamplerInstrumentForm</receiver>  
         <slot>changed()</slot>  
     </connection>  
     <connection>  
         <sender>BankSpinBox</sender>  
         <signal>valueChanged(int)</signal>  
         <receiver>qsamplerInstrumentForm</receiver>  
         <slot>changed()</slot>  
     </connection>  
     <connection>  
         <sender>ProgSpinBox</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>MapComboBox</tabstop>  
     <tabstop>BankSpinBox</tabstop>  
     <tabstop>ProgSpinBox</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.1013  
changed lines
  Added in v.2069

  ViewVC Help
Powered by ViewVC