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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1461 - (hide annotations) (download)
Sun Oct 28 23:30:36 2007 UTC (16 years, 6 months ago) by schoenebeck
File size: 25772 byte(s)
* started to port QSampler to Qt4 (NOTE: this version is yet broken, use
  the latest tarball release 0.1.5 until the Qt4 port is completed)

1 schoenebeck 1461 <ui version="4.0" >
2     <author>rncbc aka Rui Nuno Capela</author>
3     <comment>qsampler - A LinuxSampler Qt GUI Interface.
4 capela 95
5 capela 1016 Copyright (C) 2004-2007, rncbc aka Rui Nuno Capela. All rights reserved.
6 capela 95
7     This program is free software; you can redistribute it and/or
8     modify it under the terms of the GNU General Public License
9     as published by the Free Software Foundation; either version 2
10     of the License, or (at your option) any later version.
11    
12     This program is distributed in the hope that it will be useful,
13     but WITHOUT ANY WARRANTY; without even the implied warranty of
14     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15     GNU General Public License for more details.
16    
17 capela 920 You should have received a copy of the GNU General Public License along
18     with this program; if not, write to the Free Software Foundation, Inc.,
19     51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
20 capela 95
21     </comment>
22 schoenebeck 1461 <class>qsamplerChannelForm</class>
23     <widget class="QDialog" name="qsamplerChannelForm" >
24     <property name="geometry" >
25     <rect>
26     <x>0</x>
27     <y>0</y>
28     <width>450</width>
29     <height>484</height>
30     </rect>
31     </property>
32     <property name="sizePolicy" >
33     <sizepolicy>
34     <hsizetype>7</hsizetype>
35     <vsizetype>1</vsizetype>
36     <horstretch>0</horstretch>
37     <verstretch>0</verstretch>
38     </sizepolicy>
39     </property>
40     <property name="focusPolicy" >
41     <enum>Qt::StrongFocus</enum>
42     </property>
43     <property name="windowTitle" >
44     <string>Qsampler: Channel</string>
45     </property>
46     <property name="windowIcon" >
47     <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/qsamplerChannel.png</iconset>
48     </property>
49     <layout class="QVBoxLayout" >
50     <property name="margin" >
51     <number>9</number>
52     </property>
53     <property name="spacing" >
54     <number>6</number>
55     </property>
56     <item>
57     <layout class="QGridLayout" >
58     <property name="margin" >
59     <number>0</number>
60     </property>
61     <property name="spacing" >
62     <number>6</number>
63     </property>
64     <item row="1" column="2" >
65     <widget class="QToolButton" name="InstrumentFileToolButton" >
66     <property name="sizePolicy" >
67 capela 95 <sizepolicy>
68 schoenebeck 1461 <hsizetype>0</hsizetype>
69     <vsizetype>0</vsizetype>
70     <horstretch>0</horstretch>
71     <verstretch>0</verstretch>
72     </sizepolicy>
73     </property>
74     <property name="minimumSize" >
75     <size>
76     <width>24</width>
77     <height>24</height>
78     </size>
79     </property>
80     <property name="maximumSize" >
81     <size>
82     <width>26</width>
83     <height>26</height>
84     </size>
85     </property>
86     <property name="focusPolicy" >
87     <enum>Qt::TabFocus</enum>
88     </property>
89     <property name="toolTip" >
90     <string>Browse for instrument filename</string>
91     </property>
92     <property name="text" >
93     <string/>
94     </property>
95     <property name="icon" >
96     <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/fileOpen.png</iconset>
97     </property>
98     </widget>
99     </item>
100     <item row="2" column="1" colspan="2" >
101     <widget class="QComboBox" name="InstrumentNrComboBox" >
102     <property name="sizePolicy" >
103     <sizepolicy>
104     <hsizetype>7</hsizetype>
105     <vsizetype>0</vsizetype>
106     <horstretch>0</horstretch>
107     <verstretch>0</verstretch>
108     </sizepolicy>
109     </property>
110     <property name="minimumSize" >
111     <size>
112     <width>320</width>
113     <height>0</height>
114     </size>
115     </property>
116     <property name="toolTip" >
117     <string>Instrument name</string>
118     </property>
119     </widget>
120     </item>
121     <item row="0" column="0" >
122     <widget class="QLabel" name="EngineNameTextLabel" >
123     <property name="text" >
124     <string>&amp;Engine:</string>
125     </property>
126     <property name="alignment" >
127     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
128     </property>
129     <property name="wordWrap" >
130     <bool>false</bool>
131     </property>
132     <property name="buddy" >
133     <cstring>EngineNameComboBox</cstring>
134     </property>
135     </widget>
136     </item>
137     <item row="0" column="1" colspan="2" >
138     <widget class="QComboBox" name="EngineNameComboBox" >
139     <property name="sizePolicy" >
140     <sizepolicy>
141     <hsizetype>7</hsizetype>
142     <vsizetype>0</vsizetype>
143     <horstretch>0</horstretch>
144     <verstretch>0</verstretch>
145     </sizepolicy>
146     </property>
147     <property name="toolTip" >
148     <string>Engine name</string>
149     </property>
150     </widget>
151     </item>
152     <item row="1" column="0" >
153     <widget class="QLabel" name="InstrumentFileTextLabel" >
154     <property name="text" >
155     <string>&amp;Filename:</string>
156     </property>
157     <property name="alignment" >
158     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
159     </property>
160     <property name="wordWrap" >
161     <bool>false</bool>
162     </property>
163     <property name="buddy" >
164     <cstring>InstrumentFileComboBox</cstring>
165     </property>
166     </widget>
167     </item>
168     <item row="2" column="0" >
169     <widget class="QLabel" name="InstrumentNrTextLabel" >
170     <property name="text" >
171     <string>&amp;Instrument:</string>
172     </property>
173     <property name="alignment" >
174     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
175     </property>
176     <property name="wordWrap" >
177     <bool>false</bool>
178     </property>
179     <property name="buddy" >
180     <cstring>InstrumentNrComboBox</cstring>
181     </property>
182     </widget>
183     </item>
184     <item row="1" column="1" >
185     <widget class="QComboBox" name="InstrumentFileComboBox" >
186     <property name="sizePolicy" >
187     <sizepolicy>
188     <hsizetype>7</hsizetype>
189     <vsizetype>0</vsizetype>
190     <horstretch>0</horstretch>
191     <verstretch>0</verstretch>
192     </sizepolicy>
193     </property>
194     <property name="minimumSize" >
195     <size>
196     <width>320</width>
197     <height>0</height>
198     </size>
199     </property>
200     <property name="toolTip" >
201     <string>Instrument filename</string>
202     </property>
203     <property name="editable" >
204     <bool>true</bool>
205     </property>
206     </widget>
207     </item>
208     </layout>
209     </item>
210     <item>
211     <widget class="QGroupBox" name="MidiGroupBox" >
212     <property name="title" >
213     <string>MIDI / Input</string>
214     </property>
215     <layout class="QGridLayout" >
216     <property name="margin" >
217     <number>9</number>
218     </property>
219     <property name="spacing" >
220     <number>6</number>
221     </property>
222     <item row="1" column="1" >
223     <layout class="QHBoxLayout" >
224     <property name="margin" >
225     <number>0</number>
226     </property>
227     <property name="spacing" >
228     <number>4</number>
229     </property>
230     <item>
231     <widget class="QComboBox" name="MidiDeviceComboBox" >
232     <property name="sizePolicy" >
233     <sizepolicy>
234 capela 95 <hsizetype>7</hsizetype>
235 schoenebeck 1461 <vsizetype>0</vsizetype>
236 capela 95 <horstretch>0</horstretch>
237     <verstretch>0</verstretch>
238 schoenebeck 1461 </sizepolicy>
239     </property>
240     <property name="toolTip" >
241     <string>MIDI input device</string>
242     </property>
243     </widget>
244     </item>
245     <item>
246     <widget class="QToolButton" name="MidiDeviceToolButton" >
247     <property name="sizePolicy" >
248     <sizepolicy>
249     <hsizetype>0</hsizetype>
250     <vsizetype>0</vsizetype>
251     <horstretch>0</horstretch>
252     <verstretch>0</verstretch>
253     </sizepolicy>
254     </property>
255     <property name="minimumSize" >
256     <size>
257     <width>24</width>
258     <height>24</height>
259     </size>
260     </property>
261     <property name="maximumSize" >
262     <size>
263     <width>26</width>
264     <height>26</height>
265     </size>
266     </property>
267     <property name="focusPolicy" >
268     <enum>Qt::TabFocus</enum>
269     </property>
270     <property name="toolTip" >
271     <string>MIDI input device setup</string>
272     </property>
273     <property name="text" >
274     <string/>
275     </property>
276     <property name="icon" >
277     <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/midi1.png</iconset>
278     </property>
279     </widget>
280     </item>
281     </layout>
282     </item>
283     <item row="2" column="0" >
284     <widget class="QLabel" name="MidiMapTextLabel" >
285     <property name="text" >
286     <string>&amp;Map:</string>
287 capela 95 </property>
288 schoenebeck 1461 <property name="alignment" >
289     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
290     </property>
291     <property name="wordWrap" >
292     <bool>false</bool>
293     </property>
294     <property name="buddy" >
295     <cstring>MidiMapComboBox</cstring>
296     </property>
297     </widget>
298     </item>
299     <item row="1" column="0" >
300     <widget class="QLabel" name="MidiDeviceTextLabel" >
301     <property name="text" >
302     <string>&amp;Device:</string>
303     </property>
304     <property name="alignment" >
305     <set>Qt::AlignVCenter</set>
306     </property>
307     <property name="wordWrap" >
308     <bool>false</bool>
309     </property>
310     <property name="buddy" >
311     <cstring>MidiDeviceComboBox</cstring>
312     </property>
313     </widget>
314     </item>
315     <item row="2" column="1" >
316     <layout class="QHBoxLayout" >
317     <property name="margin" >
318     <number>0</number>
319     </property>
320     <property name="spacing" >
321     <number>4</number>
322     </property>
323     <item>
324     <widget class="QComboBox" name="MidiMapComboBox" >
325     <property name="sizePolicy" >
326     <sizepolicy>
327     <hsizetype>7</hsizetype>
328     <vsizetype>0</vsizetype>
329     <horstretch>0</horstretch>
330     <verstretch>0</verstretch>
331     </sizepolicy>
332     </property>
333     <property name="toolTip" >
334     <string>Instrument map</string>
335     </property>
336     </widget>
337     </item>
338     <item>
339     <spacer>
340     <property name="orientation" >
341     <enum>Qt::Horizontal</enum>
342     </property>
343     <property name="sizeType" >
344     <enum>QSizePolicy::Expanding</enum>
345     </property>
346     <property name="sizeHint" >
347     <size>
348     <width>160</width>
349     <height>20</height>
350     </size>
351     </property>
352     </spacer>
353     </item>
354     </layout>
355     </item>
356     <item row="0" column="0" >
357     <widget class="QLabel" name="MidiDriverTextLabel" >
358     <property name="text" >
359     <string>&amp;Type:</string>
360     </property>
361     <property name="alignment" >
362     <set>Qt::AlignVCenter</set>
363     </property>
364     <property name="wordWrap" >
365     <bool>false</bool>
366     </property>
367     <property name="buddy" >
368     <cstring>MidiDriverComboBox</cstring>
369     </property>
370     </widget>
371     </item>
372     <item row="0" column="1" >
373     <layout class="QHBoxLayout" >
374     <property name="margin" >
375     <number>0</number>
376     </property>
377     <property name="spacing" >
378     <number>4</number>
379     </property>
380     <item>
381     <widget class="QComboBox" name="MidiDriverComboBox" >
382     <property name="sizePolicy" >
383     <sizepolicy>
384     <hsizetype>5</hsizetype>
385     <vsizetype>0</vsizetype>
386     <horstretch>0</horstretch>
387     <verstretch>0</verstretch>
388     </sizepolicy>
389     </property>
390     <property name="toolTip" >
391     <string>MIDI input driver type</string>
392     </property>
393     </widget>
394     </item>
395     <item>
396     <spacer>
397     <property name="orientation" >
398     <enum>Qt::Horizontal</enum>
399     </property>
400     <property name="sizeType" >
401     <enum>QSizePolicy::Expanding</enum>
402     </property>
403     <property name="sizeHint" >
404     <size>
405     <width>20</width>
406     <height>20</height>
407     </size>
408     </property>
409     </spacer>
410     </item>
411     <item>
412     <widget class="QLabel" name="MidiPortTextLabel" >
413     <property name="text" >
414     <string>&amp;Port:</string>
415     </property>
416     <property name="alignment" >
417     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
418     </property>
419     <property name="wordWrap" >
420     <bool>false</bool>
421     </property>
422     <property name="buddy" >
423     <cstring>MidiPortSpinBox</cstring>
424     </property>
425     </widget>
426     </item>
427     <item>
428     <widget class="QSpinBox" name="MidiPortSpinBox" >
429     <property name="toolTip" >
430     <string>MIDI input port number</string>
431     </property>
432     </widget>
433     </item>
434     <item>
435     <widget class="QLabel" name="MidiChannelTextLabel" >
436     <property name="text" >
437     <string>&amp;Channel:</string>
438     </property>
439     <property name="alignment" >
440     <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
441     </property>
442     <property name="wordWrap" >
443     <bool>false</bool>
444     </property>
445     <property name="buddy" >
446     <cstring>MidiChannelComboBox</cstring>
447     </property>
448     </widget>
449     </item>
450     <item>
451     <widget class="QComboBox" name="MidiChannelComboBox" >
452     <property name="toolTip" >
453     <string>MIDI input channel</string>
454     </property>
455     <item>
456     <property name="text" >
457     <string>1</string>
458     </property>
459     </item>
460     <item>
461     <property name="text" >
462     <string>2</string>
463     </property>
464     </item>
465     <item>
466     <property name="text" >
467     <string>3</string>
468     </property>
469     </item>
470     <item>
471     <property name="text" >
472     <string>4</string>
473     </property>
474     </item>
475     <item>
476     <property name="text" >
477     <string>5</string>
478     </property>
479     </item>
480     <item>
481     <property name="text" >
482     <string>6</string>
483     </property>
484     </item>
485     <item>
486     <property name="text" >
487     <string>7</string>
488     </property>
489     </item>
490     <item>
491     <property name="text" >
492     <string>8</string>
493     </property>
494     </item>
495     <item>
496     <property name="text" >
497     <string>9</string>
498     </property>
499     </item>
500     <item>
501     <property name="text" >
502     <string>10</string>
503     </property>
504     </item>
505     <item>
506     <property name="text" >
507     <string>11</string>
508     </property>
509     </item>
510     <item>
511     <property name="text" >
512     <string>12</string>
513     </property>
514     </item>
515     <item>
516     <property name="text" >
517     <string>13</string>
518     </property>
519     </item>
520     <item>
521     <property name="text" >
522     <string>14</string>
523     </property>
524     </item>
525     <item>
526     <property name="text" >
527     <string>15</string>
528     </property>
529     </item>
530     <item>
531     <property name="text" >
532     <string>16</string>
533     </property>
534     </item>
535     <item>
536     <property name="text" >
537     <string>All</string>
538     </property>
539     </item>
540     </widget>
541     </item>
542     </layout>
543     </item>
544     </layout>
545     </widget>
546     </item>
547     <item>
548     <widget class="QGroupBox" name="AudioGroupBox" >
549     <property name="title" >
550     <string>Audio / Output</string>
551     </property>
552     <layout class="QVBoxLayout" >
553     <property name="margin" >
554     <number>9</number>
555     </property>
556     <property name="spacing" >
557     <number>6</number>
558     </property>
559     <item>
560     <layout class="QGridLayout" >
561     <property name="margin" >
562     <number>0</number>
563     </property>
564     <property name="spacing" >
565     <number>6</number>
566     </property>
567     <item row="1" column="1" >
568     <layout class="QHBoxLayout" >
569     <property name="margin" >
570     <number>0</number>
571     </property>
572     <property name="spacing" >
573     <number>4</number>
574     </property>
575     <item>
576     <widget class="QComboBox" name="AudioDeviceComboBox" >
577     <property name="sizePolicy" >
578     <sizepolicy>
579     <hsizetype>7</hsizetype>
580     <vsizetype>0</vsizetype>
581     <horstretch>0</horstretch>
582     <verstretch>0</verstretch>
583     </sizepolicy>
584 capela 95 </property>
585 schoenebeck 1461 <property name="toolTip" >
586     <string>Audio output device</string>
587 capela 95 </property>
588 schoenebeck 1461 </widget>
589     </item>
590     <item>
591     <widget class="QToolButton" name="AudioDeviceToolButton" >
592     <property name="sizePolicy" >
593     <sizepolicy>
594     <hsizetype>0</hsizetype>
595     <vsizetype>0</vsizetype>
596     <horstretch>0</horstretch>
597     <verstretch>0</verstretch>
598     </sizepolicy>
599 capela 95 </property>
600 schoenebeck 1461 <property name="minimumSize" >
601     <size>
602     <width>24</width>
603     <height>24</height>
604     </size>
605 capela 95 </property>
606 schoenebeck 1461 <property name="maximumSize" >
607     <size>
608     <width>26</width>
609     <height>26</height>
610     </size>
611 capela 95 </property>
612 schoenebeck 1461 <property name="focusPolicy" >
613     <enum>Qt::TabFocus</enum>
614 capela 95 </property>
615 schoenebeck 1461 <property name="toolTip" >
616     <string>Audio output device setup</string>
617 capela 95 </property>
618 schoenebeck 1461 <property name="text" >
619     <string/>
620 capela 95 </property>
621 schoenebeck 1461 <property name="icon" >
622     <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/audio1.png</iconset>
623 capela 95 </property>
624 schoenebeck 1461 </widget>
625     </item>
626     </layout>
627     </item>
628     <item row="1" column="0" >
629     <widget class="QLabel" name="AudioDeviceTextLabel" >
630     <property name="text" >
631     <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
632     p, li { white-space: pre-wrap; }
633     &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
634     &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" text-decoration: underline;">D&lt;/span>evice:&lt;/p>&lt;/body>&lt;/html></string>
635     </property>
636     <property name="alignment" >
637     <set>Qt::AlignVCenter</set>
638     </property>
639     <property name="wordWrap" >
640     <bool>false</bool>
641     </property>
642     </widget>
643     </item>
644     <item row="0" column="1" >
645     <layout class="QHBoxLayout" >
646     <property name="margin" >
647     <number>0</number>
648     </property>
649     <property name="spacing" >
650     <number>4</number>
651     </property>
652     <item>
653     <widget class="QComboBox" name="AudioDriverComboBox" >
654     <property name="sizePolicy" >
655     <sizepolicy>
656     <hsizetype>5</hsizetype>
657     <vsizetype>0</vsizetype>
658     <horstretch>0</horstretch>
659     <verstretch>0</verstretch>
660     </sizepolicy>
661 capela 95 </property>
662 schoenebeck 1461 <property name="toolTip" >
663     <string>Audio output driver type</string>
664 capela 95 </property>
665 schoenebeck 1461 </widget>
666     </item>
667     <item>
668     <spacer>
669     <property name="orientation" >
670     <enum>Qt::Horizontal</enum>
671 capela 95 </property>
672 schoenebeck 1461 <property name="sizeType" >
673     <enum>QSizePolicy::Expanding</enum>
674 capela 95 </property>
675 schoenebeck 1461 <property name="sizeHint" >
676     <size>
677     <width>20</width>
678     <height>20</height>
679     </size>
680 capela 95 </property>
681 schoenebeck 1461 </spacer>
682     </item>
683     </layout>
684     </item>
685     <item row="0" column="0" >
686     <widget class="QLabel" name="AudioDriverTextLabel" >
687     <property name="text" >
688     <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
689     p, li { white-space: pre-wrap; }
690     &lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
691     &lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" text-decoration: underline;">T&lt;/span>ype:&lt;/p>&lt;/body>&lt;/html></string>
692     </property>
693     <property name="alignment" >
694     <set>Qt::AlignVCenter</set>
695     </property>
696     <property name="wordWrap" >
697     <bool>false</bool>
698     </property>
699     </widget>
700     </item>
701     </layout>
702     </item>
703     <item>
704     <widget class="QTableView" name="AudioRoutingTable" />
705     </item>
706     </layout>
707     </widget>
708     </item>
709     <item>
710     <layout class="QHBoxLayout" >
711     <property name="margin" >
712     <number>0</number>
713     </property>
714     <property name="spacing" >
715     <number>4</number>
716     </property>
717     <item>
718     <spacer>
719     <property name="orientation" >
720     <enum>Qt::Horizontal</enum>
721     </property>
722     <property name="sizeType" >
723     <enum>QSizePolicy::Expanding</enum>
724     </property>
725     <property name="sizeHint" >
726     <size>
727     <width>8</width>
728     <height>8</height>
729     </size>
730     </property>
731     </spacer>
732     </item>
733     <item>
734     <widget class="QPushButton" name="OkPushButton" >
735     <property name="text" >
736     <string>OK</string>
737     </property>
738     <property name="icon" >
739     <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formAccept.png</iconset>
740     </property>
741     </widget>
742     </item>
743     <item>
744     <widget class="QPushButton" name="CancelPushButton" >
745     <property name="text" >
746     <string>Cancel</string>
747     </property>
748     <property name="icon" >
749     <iconset resource="../pixmaps.qrc" >:/qsampler/pixmaps/icons/formReject.png</iconset>
750     </property>
751     </widget>
752     </item>
753     </layout>
754     </item>
755     </layout>
756     </widget>
757     <layoutdefault spacing="4" margin="4" />
758     <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
759     <tabstops>
760     <tabstop>EngineNameComboBox</tabstop>
761     <tabstop>InstrumentFileComboBox</tabstop>
762     <tabstop>InstrumentFileToolButton</tabstop>
763     <tabstop>InstrumentNrComboBox</tabstop>
764     <tabstop>OkPushButton</tabstop>
765     <tabstop>CancelPushButton</tabstop>
766     </tabstops>
767     <resources>
768     <include location="../pixmaps.qrc" />
769     </resources>
770     <connections>
771     <connection>
772     <sender>EngineNameComboBox</sender>
773     <signal>activated(int)</signal>
774     <receiver>qsamplerChannelForm</receiver>
775     <slot>optionsChanged()</slot>
776     <hints>
777     <hint type="sourcelabel" >
778     <x>20</x>
779     <y>20</y>
780     </hint>
781     <hint type="destinationlabel" >
782     <x>20</x>
783     <y>20</y>
784     </hint>
785     </hints>
786     </connection>
787     <connection>
788     <sender>InstrumentFileComboBox</sender>
789     <signal>activated(QString)</signal>
790     <receiver>qsamplerChannelForm</receiver>
791     <slot>updateInstrumentName()</slot>
792     <hints>
793     <hint type="sourcelabel" >
794     <x>20</x>
795     <y>20</y>
796     </hint>
797     <hint type="destinationlabel" >
798     <x>20</x>
799     <y>20</y>
800     </hint>
801     </hints>
802     </connection>
803     <connection>
804     <sender>InstrumentFileToolButton</sender>
805     <signal>clicked()</signal>
806     <receiver>qsamplerChannelForm</receiver>
807     <slot>openInstrumentFile()</slot>
808     <hints>
809     <hint type="sourcelabel" >
810     <x>20</x>
811     <y>20</y>
812     </hint>
813     <hint type="destinationlabel" >
814     <x>20</x>
815     <y>20</y>
816     </hint>
817     </hints>
818     </connection>
819     <connection>
820     <sender>InstrumentNrComboBox</sender>
821     <signal>activated(int)</signal>
822     <receiver>qsamplerChannelForm</receiver>
823     <slot>optionsChanged()</slot>
824     <hints>
825     <hint type="sourcelabel" >
826     <x>20</x>
827     <y>20</y>
828     </hint>
829     <hint type="destinationlabel" >
830     <x>20</x>
831     <y>20</y>
832     </hint>
833     </hints>
834     </connection>
835     <connection>
836     <sender>OkPushButton</sender>
837     <signal>clicked()</signal>
838     <receiver>qsamplerChannelForm</receiver>
839     <slot>accept()</slot>
840     <hints>
841     <hint type="sourcelabel" >
842     <x>20</x>
843     <y>20</y>
844     </hint>
845     <hint type="destinationlabel" >
846     <x>20</x>
847     <y>20</y>
848     </hint>
849     </hints>
850     </connection>
851     <connection>
852     <sender>CancelPushButton</sender>
853     <signal>clicked()</signal>
854     <receiver>qsamplerChannelForm</receiver>
855     <slot>reject()</slot>
856     <hints>
857     <hint type="sourcelabel" >
858     <x>20</x>
859     <y>20</y>
860     </hint>
861     <hint type="destinationlabel" >
862     <x>20</x>
863     <y>20</y>
864     </hint>
865     </hints>
866     </connection>
867     </connections>
868     </ui>

  ViewVC Help
Powered by ViewVC