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

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

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

revision 920 by capela, Sun Sep 24 12:47:51 2006 UTC revision 980 by capela, Sun Dec 17 22:29:29 2006 UTC
# Line 28  Line 28 
28          <rect>          <rect>
29              <x>0</x>              <x>0</x>
30              <y>0</y>              <y>0</y>
31              <width>491</width>              <width>446</width>
32              <height>417</height>              <height>436</height>
33          </rect>          </rect>
34      </property>      </property>
35      <property name="sizePolicy">      <property name="sizePolicy">
# Line 121  Line 121 
121                      <height>26</height>                      <height>26</height>
122                  </size>                  </size>
123              </property>              </property>
124                          <property name="focusPolicy">              <property name="focusPolicy">
125                                  <enum>TabFocus</enum>                  <enum>TabFocus</enum>
126                          </property>              </property>
127              <property name="text">              <property name="text">
128                  <string></string>                  <string></string>
129              </property>              </property>
130              <property name="pixmap">              <property name="iconSet">
131                  <pixmap>fileOpen.png</pixmap>                  <iconset>fileOpen.png</iconset>
132              </property>              </property>
133              <property name="toolTip" stdset="0">              <property name="toolTip" stdset="0">
134                  <string>Browse for instrument filename</string>                  <string>Browse for instrument filename</string>
# Line 159  Line 159 
159                  <string>Instrument filename</string>                  <string>Instrument filename</string>
160              </property>              </property>
161          </widget>          </widget>
162          <widget class="QComboBox" row="2" column="1" rowspan="1" colspan="2">          <widget class="QLayoutWidget" row="5" column="0" rowspan="1" colspan="3">
163              <property name="name">              <property name="name">
164                  <cstring>InstrumentNrComboBox</cstring>                  <cstring>layout01</cstring>
165                </property>
166                <hbox>
167                    <property name="name">
168                        <cstring>unnamed</cstring>
169                    </property>
170                    <spacer>
171                        <property name="name">
172                            <cstring>spacer4</cstring>
173                        </property>
174                        <property name="orientation">
175                            <enum>Horizontal</enum>
176                        </property>
177                        <property name="sizeType">
178                            <enum>Expanding</enum>
179                        </property>
180                        <property name="sizeHint">
181                            <size>
182                                <width>8</width>
183                                <height>8</height>
184                            </size>
185                        </property>
186                    </spacer>
187                    <widget class="QPushButton">
188                        <property name="name">
189                            <cstring>OkPushButton</cstring>
190                        </property>
191                        <property name="text">
192                            <string>OK</string>
193                        </property>
194                        <property name="iconSet">
195                            <iconset>formAccept.png</iconset>
196                        </property>
197                    </widget>
198                    <widget class="QPushButton">
199                        <property name="name">
200                            <cstring>CancelPushButton</cstring>
201                        </property>
202                        <property name="text">
203                            <string>Cancel</string>
204                        </property>
205                        <property name="iconSet">
206                            <iconset>formReject.png</iconset>
207                        </property>
208                    </widget>
209                </hbox>
210            </widget>
211            <widget class="QGroupBox" row="4" column="1" rowspan="1" colspan="2">
212                <property name="name">
213                    <cstring>AudioGroupBox</cstring>
214              </property>              </property>
215              <property name="sizePolicy">              <property name="sizePolicy">
216                  <sizepolicy>                  <sizepolicy>
217                      <hsizetype>7</hsizetype>                      <hsizetype>7</hsizetype>
218                      <vsizetype>0</vsizetype>                      <vsizetype>5</vsizetype>
219                      <horstretch>0</horstretch>                      <horstretch>0</horstretch>
220                      <verstretch>0</verstretch>                      <verstretch>0</verstretch>
221                  </sizepolicy>                  </sizepolicy>
222              </property>              </property>
223              <property name="minimumSize">              <property name="title">
224                  <size>                  <string>Audio / Output</string>
                     <width>320</width>  
                     <height>0</height>  
                 </size>  
225              </property>              </property>
226              <property name="toolTip" stdset="0">              <property name="alignment">
227                  <string>Instrument name</string>                  <set>AlignAuto</set>
228              </property>              </property>
229                <grid>
230                    <property name="name">
231                        <cstring>unnamed</cstring>
232                    </property>
233                    <property name="margin">
234                        <number>8</number>
235                    </property>
236                    <property name="spacing">
237                        <number>8</number>
238                    </property>
239                    <widget class="QLabel" row="0" column="0">
240                        <property name="name">
241                            <cstring>AudioDriverTextLabel</cstring>
242                        </property>
243                        <property name="text">
244                            <string>&amp;Type:</string>
245                        </property>
246                        <property name="alignment">
247                            <set>AlignVCenter</set>
248                        </property>
249                        <property name="buddy" stdset="0">
250                            <cstring>AudioDriverComboBox</cstring>
251                        </property>
252                    </widget>
253                    <widget class="QLayoutWidget" row="0" column="1">
254                        <property name="name">
255                            <cstring>layout21</cstring>
256                        </property>
257                        <hbox>
258                            <property name="name">
259                                <cstring>unnamed</cstring>
260                            </property>
261                            <widget class="QComboBox">
262                                <property name="name">
263                                    <cstring>AudioDriverComboBox</cstring>
264                                </property>
265                                <property name="sizePolicy">
266                                    <sizepolicy>
267                                        <hsizetype>5</hsizetype>
268                                        <vsizetype>0</vsizetype>
269                                        <horstretch>0</horstretch>
270                                        <verstretch>0</verstretch>
271                                    </sizepolicy>
272                                </property>
273                                <property name="toolTip" stdset="0">
274                                    <string>Audio output driver type</string>
275                                </property>
276                            </widget>
277                            <spacer>
278                                <property name="name">
279                                    <cstring>spacer3</cstring>
280                                </property>
281                                <property name="orientation">
282                                    <enum>Horizontal</enum>
283                                </property>
284                                <property name="sizeType">
285                                    <enum>Expanding</enum>
286                                </property>
287                                <property name="sizeHint">
288                                    <size>
289                                        <width>20</width>
290                                        <height>20</height>
291                                    </size>
292                                </property>
293                            </spacer>
294                        </hbox>
295                    </widget>
296                    <widget class="QLayoutWidget" row="1" column="1">
297                        <property name="name">
298                            <cstring>layout22</cstring>
299                        </property>
300                        <hbox>
301                            <property name="name">
302                                <cstring>unnamed</cstring>
303                            </property>
304                            <widget class="QComboBox">
305                                <property name="name">
306                                    <cstring>AudioDeviceComboBox</cstring>
307                                </property>
308                                <property name="sizePolicy">
309                                    <sizepolicy>
310                                        <hsizetype>7</hsizetype>
311                                        <vsizetype>0</vsizetype>
312                                        <horstretch>0</horstretch>
313                                        <verstretch>0</verstretch>
314                                    </sizepolicy>
315                                </property>
316                                <property name="toolTip" stdset="0">
317                                    <string>Audio output device</string>
318                                </property>
319                            </widget>
320                            <widget class="QToolButton">
321                                <property name="name">
322                                    <cstring>AudioDeviceToolButton</cstring>
323                                </property>
324                                <property name="sizePolicy">
325                                    <sizepolicy>
326                                        <hsizetype>0</hsizetype>
327                                        <vsizetype>0</vsizetype>
328                                        <horstretch>0</horstretch>
329                                        <verstretch>0</verstretch>
330                                    </sizepolicy>
331                                </property>
332                                <property name="minimumSize">
333                                    <size>
334                                        <width>24</width>
335                                        <height>24</height>
336                                    </size>
337                                </property>
338                                <property name="maximumSize">
339                                    <size>
340                                        <width>26</width>
341                                        <height>26</height>
342                                    </size>
343                                </property>
344                                <property name="focusPolicy">
345                                    <enum>TabFocus</enum>
346                                </property>
347                                <property name="text">
348                                    <string></string>
349                                </property>
350                                <property name="iconSet">
351                                    <iconset>audio1.png</iconset>
352                                </property>
353                                <property name="toolTip" stdset="0">
354                                    <string>Audio output device setup</string>
355                                </property>
356                            </widget>
357                        </hbox>
358                    </widget>
359                    <widget class="QLabel" row="1" column="0">
360                        <property name="name">
361                            <cstring>AudioDeviceTextLabel</cstring>
362                        </property>
363                        <property name="text">
364                            <string>&amp;Device:</string>
365                        </property>
366                        <property name="alignment">
367                            <set>AlignVCenter</set>
368                        </property>
369                        <property name="buddy" stdset="0">
370                            <cstring>AudioDeviceComboBox</cstring>
371                        </property>
372                    </widget>
373                    <widget class="qsamplerChannelRoutingTable" row="2" column="1">
374                        <property name="name">
375                            <cstring>AudioRoutingTable</cstring>
376                        </property>
377                        <property name="minimumSize">
378                            <size>
379                                <width>0</width>
380                                <height>100</height>
381                            </size>
382                        </property>
383                        <property name="focusPolicy">
384                            <enum>StrongFocus</enum>
385                        </property>
386                        <property name="toolTip" stdset="0">
387                            <string>Audio output channel routing</string>
388                        </property>
389                    </widget>
390                </grid>
391          </widget>          </widget>
392          <widget class="QLabel" row="2" column="0">          <widget class="QLabel" row="2" column="0">
393              <property name="name">              <property name="name">
# Line 195  Line 403 
403                  <cstring>InstrumentNrComboBox</cstring>                  <cstring>InstrumentNrComboBox</cstring>
404              </property>              </property>
405          </widget>          </widget>
406            <widget class="QComboBox" row="2" column="1" rowspan="1" colspan="2">
407                <property name="name">
408                    <cstring>InstrumentNrComboBox</cstring>
409                </property>
410                <property name="sizePolicy">
411                    <sizepolicy>
412                        <hsizetype>7</hsizetype>
413                        <vsizetype>0</vsizetype>
414                        <horstretch>0</horstretch>
415                        <verstretch>0</verstretch>
416                    </sizepolicy>
417                </property>
418                <property name="minimumSize">
419                    <size>
420                        <width>320</width>
421                        <height>0</height>
422                    </size>
423                </property>
424                <property name="toolTip" stdset="0">
425                    <string>Instrument name</string>
426                </property>
427            </widget>
428          <widget class="QGroupBox" row="3" column="1" rowspan="1" colspan="2">          <widget class="QGroupBox" row="3" column="1" rowspan="1" colspan="2">
429              <property name="name">              <property name="name">
430                  <cstring>MidiGroupBox</cstring>                  <cstring>MidiGroupBox</cstring>
# Line 234  Line 464 
464                          <cstring>MidiDriverComboBox</cstring>                          <cstring>MidiDriverComboBox</cstring>
465                      </property>                      </property>
466                  </widget>                  </widget>
467                    <widget class="QLayoutWidget" row="1" column="1">
468                        <property name="name">
469                            <cstring>layout12</cstring>
470                        </property>
471                        <hbox>
472                            <property name="name">
473                                <cstring>unnamed</cstring>
474                            </property>
475                            <widget class="QComboBox">
476                                <property name="name">
477                                    <cstring>MidiDeviceComboBox</cstring>
478                                </property>
479                                <property name="sizePolicy">
480                                    <sizepolicy>
481                                        <hsizetype>7</hsizetype>
482                                        <vsizetype>0</vsizetype>
483                                        <horstretch>0</horstretch>
484                                        <verstretch>0</verstretch>
485                                    </sizepolicy>
486                                </property>
487                                <property name="toolTip" stdset="0">
488                                    <string>MIDI input device</string>
489                                </property>
490                            </widget>
491                            <widget class="QToolButton">
492                                <property name="name">
493                                    <cstring>MidiDeviceToolButton</cstring>
494                                </property>
495                                <property name="sizePolicy">
496                                    <sizepolicy>
497                                        <hsizetype>0</hsizetype>
498                                        <vsizetype>0</vsizetype>
499                                        <horstretch>0</horstretch>
500                                        <verstretch>0</verstretch>
501                                    </sizepolicy>
502                                </property>
503                                <property name="minimumSize">
504                                    <size>
505                                        <width>24</width>
506                                        <height>24</height>
507                                    </size>
508                                </property>
509                                <property name="maximumSize">
510                                    <size>
511                                        <width>26</width>
512                                        <height>26</height>
513                                    </size>
514                                </property>
515                                <property name="focusPolicy">
516                                    <enum>TabFocus</enum>
517                                </property>
518                                <property name="text">
519                                    <string></string>
520                                </property>
521                                <property name="iconSet">
522                                    <iconset>midi1.png</iconset>
523                                </property>
524                                <property name="toolTip" stdset="0">
525                                    <string>MIDI input device setup</string>
526                                </property>
527                            </widget>
528                        </hbox>
529                    </widget>
530                  <widget class="QLabel" row="1" column="0">                  <widget class="QLabel" row="1" column="0">
531                      <property name="name">                      <property name="name">
532                          <cstring>MidiDeviceTextLabel</cstring>                          <cstring>MidiDeviceTextLabel</cstring>
# Line 248  Line 541 
541                          <cstring>MidiDeviceComboBox</cstring>                          <cstring>MidiDeviceComboBox</cstring>
542                      </property>                      </property>
543                  </widget>                  </widget>
544                    <widget class="QLabel" row="2" column="0">
545                        <property name="name">
546                            <cstring>MidiMapTextLabel</cstring>
547                        </property>
548                        <property name="text">
549                            <string>&amp;Map:</string>
550                        </property>
551                        <property name="alignment">
552                            <set>AlignVCenter|AlignRight</set>
553                        </property>
554                        <property name="buddy" stdset="0">
555                            <cstring>MidiMapComboBox</cstring>
556                        </property>
557                    </widget>
558                  <widget class="QLayoutWidget" row="0" column="1">                  <widget class="QLayoutWidget" row="0" column="1">
559                      <property name="name">                      <property name="name">
560                          <cstring>layout11</cstring>                          <cstring>layout11</cstring>
# Line 420  Line 727 
727                          </widget>                          </widget>
728                      </hbox>                      </hbox>
729                  </widget>                  </widget>
730                  <widget class="QLayoutWidget" row="1" column="1">                  <widget class="QLayoutWidget" row="2" column="1">
731                      <property name="name">                      <property name="name">
732                          <cstring>layout12</cstring>                          <cstring>layout6</cstring>
733                      </property>                      </property>
734                      <hbox>                      <hbox>
735                          <property name="name">                          <property name="name">
# Line 430  Line 737 
737                          </property>                          </property>
738                          <widget class="QComboBox">                          <widget class="QComboBox">
739                              <property name="name">                              <property name="name">
740                                  <cstring>MidiDeviceComboBox</cstring>                                  <cstring>MidiMapComboBox</cstring>
741                              </property>                              </property>
742                              <property name="sizePolicy">                              <property name="sizePolicy">
743                                  <sizepolicy>                                  <sizepolicy>
# Line 441  Line 748 
748                                  </sizepolicy>                                  </sizepolicy>
749                              </property>                              </property>
750                              <property name="toolTip" stdset="0">                              <property name="toolTip" stdset="0">
751                                  <string>MIDI input device</string>                                  <string>Instrument name</string>
                             </property>  
                         </widget>  
                         <widget class="QToolButton">  
                             <property name="name">  
                                 <cstring>MidiDeviceToolButton</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="pixmap">  
                                 <pixmap>midi1.png</pixmap>  
                             </property>  
                             <property name="toolTip" stdset="0">  
                                 <string>MIDI input device setup</string>  
                             </property>  
                         </widget>  
                     </hbox>  
                 </widget>  
             </grid>  
         </widget>  
         <widget class="QLayoutWidget" row="5" column="0" rowspan="1" colspan="3">  
             <property name="name">  
                 <cstring>layout01</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>  
         <widget class="QGroupBox" row="4" column="1" rowspan="1" colspan="2">  
             <property name="name">  
                 <cstring>AudioGroupBox</cstring>  
             </property>  
             <property name="sizePolicy">  
                 <sizepolicy>  
                     <hsizetype>7</hsizetype>  
                     <vsizetype>5</vsizetype>  
                     <horstretch>0</horstretch>  
                     <verstretch>0</verstretch>  
                 </sizepolicy>  
             </property>  
             <property name="title">  
                 <string>Audio / Output</string>  
             </property>  
             <property name="alignment">  
                 <set>AlignAuto</set>  
             </property>  
             <grid>  
                 <property name="name">  
                     <cstring>unnamed</cstring>  
                 </property>  
                 <property name="margin">  
                     <number>8</number>  
                 </property>  
                 <property name="spacing">  
                     <number>8</number>  
                 </property>  
                 <widget class="QLabel" row="0" column="0">  
                     <property name="name">  
                         <cstring>AudioDriverTextLabel</cstring>  
                     </property>  
                     <property name="text">  
                         <string>&amp;Type:</string>  
                     </property>  
                     <property name="alignment">  
                         <set>AlignVCenter</set>  
                     </property>  
                     <property name="buddy" stdset="0">  
                         <cstring>AudioDriverComboBox</cstring>  
                     </property>  
                 </widget>  
                 <widget class="QLayoutWidget" row="0" column="1">  
                     <property name="name">  
                         <cstring>layout21</cstring>  
                     </property>  
                     <hbox>  
                         <property name="name">  
                             <cstring>unnamed</cstring>  
                         </property>  
                         <widget class="QComboBox">  
                             <property name="name">  
                                 <cstring>AudioDriverComboBox</cstring>  
                             </property>  
                             <property name="sizePolicy">  
                                 <sizepolicy>  
                                     <hsizetype>5</hsizetype>  
                                     <vsizetype>0</vsizetype>  
                                     <horstretch>0</horstretch>  
                                     <verstretch>0</verstretch>  
                                 </sizepolicy>  
                             </property>  
                             <property name="toolTip" stdset="0">  
                                 <string>Audio output driver type</string>  
752                              </property>                              </property>
753                          </widget>                          </widget>
754                          <spacer>                          <spacer>
755                              <property name="name">                              <property name="name">
756                                  <cstring>spacer2</cstring>                                  <cstring>spacer1_2</cstring>
757                              </property>                              </property>
758                              <property name="orientation">                              <property name="orientation">
759                                  <enum>Horizontal</enum>                                  <enum>Horizontal</enum>
# Line 612  Line 763 
763                              </property>                              </property>
764                              <property name="sizeHint">                              <property name="sizeHint">
765                                  <size>                                  <size>
766                                      <width>20</width>                                      <width>160</width>
767                                      <height>20</height>                                      <height>20</height>
768                                  </size>                                  </size>
769                              </property>                              </property>
770                          </spacer>                          </spacer>
771                      </hbox>                      </hbox>
772                  </widget>                  </widget>
                 <widget class="QLayoutWidget" row="1" column="1">  
                     <property name="name">  
                         <cstring>layout22</cstring>  
                     </property>  
                     <hbox>  
                         <property name="name">  
                             <cstring>unnamed</cstring>  
                         </property>  
                         <widget class="QComboBox">  
                             <property name="name">  
                                 <cstring>AudioDeviceComboBox</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>Audio output device</string>  
                             </property>  
                         </widget>  
                         <widget class="QToolButton">  
                             <property name="name">  
                                 <cstring>AudioDeviceToolButton</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="pixmap">  
                                 <pixmap>audio1.png</pixmap>  
                             </property>  
                             <property name="toolTip" stdset="0">  
                                 <string>Audio output device setup</string>  
                             </property>  
                         </widget>  
                     </hbox>  
                 </widget>  
                 <widget class="QLabel" row="1" column="0">  
                     <property name="name">  
                         <cstring>AudioDeviceTextLabel</cstring>  
                     </property>  
                     <property name="text">  
                         <string>&amp;Device:</string>  
                     </property>  
                     <property name="alignment">  
                         <set>AlignVCenter</set>  
                     </property>  
                     <property name="buddy" stdset="0">  
                         <cstring>AudioDeviceComboBox</cstring>  
                     </property>  
                 </widget>  
                 <widget class="qsamplerChannelRoutingTable" row="2" column="1">  
                     <property name="name">  
                         <cstring>AudioRoutingTable</cstring>  
                     </property>  
                     <property name="minimumSize">  
                         <size>  
                             <width>0</width>  
                             <height>100</height>  
                         </size>  
                     </property>  
                     <property name="focusPolicy">  
                         <enum>StrongFocus</enum>  
                     </property>  
                     <property name="toolTip" stdset="0">  
                         <string>Audio output channel routing</string>  
                     </property>  
                 </widget>  
773              </grid>              </grid>
774          </widget>          </widget>
775      </grid>      </grid>
# Line 784  Line 841 
841          <slot>optionsChanged()</slot>          <slot>optionsChanged()</slot>
842      </connection>      </connection>
843      <connection>      <connection>
844            <sender>MidiMapComboBox</sender>
845            <signal>activated(int)</signal>
846            <receiver>qsamplerChannelForm</receiver>
847            <slot>optionsChanged()</slot>
848        </connection>
849        <connection>
850          <sender>AudioDriverComboBox</sender>          <sender>AudioDriverComboBox</sender>
851          <signal>activated(const QString&amp;)</signal>          <signal>activated(const QString&amp;)</signal>
852          <receiver>qsamplerChannelForm</receiver>          <receiver>qsamplerChannelForm</receiver>
# Line 830  Line 893 
893      <tabstop>MidiChannelComboBox</tabstop>      <tabstop>MidiChannelComboBox</tabstop>
894      <tabstop>MidiDeviceComboBox</tabstop>      <tabstop>MidiDeviceComboBox</tabstop>
895      <tabstop>MidiDeviceToolButton</tabstop>      <tabstop>MidiDeviceToolButton</tabstop>
896        <tabstop>MidiMapComboBox</tabstop>
897      <tabstop>AudioDriverComboBox</tabstop>      <tabstop>AudioDriverComboBox</tabstop>
898      <tabstop>AudioDeviceComboBox</tabstop>      <tabstop>AudioDeviceComboBox</tabstop>
899      <tabstop>AudioDeviceToolButton</tabstop>      <tabstop>AudioDeviceToolButton</tabstop>
# Line 882  Line 946 
946  </functions>  </functions>
947  <pixmapinproject/>  <pixmapinproject/>
948  <layoutdefaults spacing="4" margin="4"/>  <layoutdefaults spacing="4" margin="4"/>
949    <includehints>
950        <includehint>qsamplerChannel.h</includehint>
951    </includehints>
952  </UI>  </UI>

Legend:
Removed from v.920  
changed lines
  Added in v.980

  ViewVC Help
Powered by ViewVC