root/trunk/gui/src/UI/PreferencesDialog_UI.ui @ 265

Revision 265, 21.8 KB (checked in by wolke, 5 years ago)

adjust track output checkbox in preferencesdialog

Line 
1<ui version="4.0" >
2 <class>PreferencesDialog_UI</class>
3 <widget class="QDialog" name="PreferencesDialog_UI" >
4  <property name="geometry" >
5   <rect>
6    <x>0</x>
7    <y>0</y>
8    <width>552</width>
9    <height>440</height>
10   </rect>
11  </property>
12  <property name="windowTitle" >
13   <string>Form1</string>
14  </property>
15  <widget class="QWidget" name="Layout33" >
16   <property name="geometry" >
17    <rect>
18     <x>10</x>
19     <y>400</y>
20     <width>541</width>
21     <height>31</height>
22    </rect>
23   </property>
24   <layout class="QHBoxLayout" >
25    <property name="spacing" >
26     <number>6</number>
27    </property>
28    <property name="margin" >
29     <number>0</number>
30    </property>
31    <item>
32     <spacer>
33      <property name="orientation" >
34       <enum>Qt::Horizontal</enum>
35      </property>
36      <property name="sizeType" >
37       <enum>QSizePolicy::Expanding</enum>
38      </property>
39      <property name="sizeHint" stdset="0" >
40       <size>
41        <width>184</width>
42        <height>16</height>
43       </size>
44      </property>
45     </spacer>
46    </item>
47    <item>
48     <widget class="QPushButton" name="cancelBtn" >
49      <property name="sizePolicy" >
50       <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
51        <horstretch>0</horstretch>
52        <verstretch>0</verstretch>
53       </sizepolicy>
54      </property>
55      <property name="minimumSize" >
56       <size>
57        <width>0</width>
58        <height>22</height>
59       </size>
60      </property>
61      <property name="text" >
62       <string>&amp;Cancel</string>
63      </property>
64      <property name="shortcut" >
65       <string>Alt+C</string>
66      </property>
67     </widget>
68    </item>
69    <item>
70     <widget class="QPushButton" name="okBtn" >
71      <property name="sizePolicy" >
72       <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
73        <horstretch>0</horstretch>
74        <verstretch>0</verstretch>
75       </sizepolicy>
76      </property>
77      <property name="minimumSize" >
78       <size>
79        <width>0</width>
80        <height>22</height>
81       </size>
82      </property>
83      <property name="text" >
84       <string>&amp;OK</string>
85      </property>
86      <property name="shortcut" >
87       <string>Alt+O</string>
88      </property>
89      <property name="default" >
90       <bool>true</bool>
91      </property>
92      <property name="flat" >
93       <bool>false</bool>
94      </property>
95     </widget>
96    </item>
97    <item>
98     <spacer>
99      <property name="orientation" >
100       <enum>Qt::Horizontal</enum>
101      </property>
102      <property name="sizeType" >
103       <enum>QSizePolicy::Expanding</enum>
104      </property>
105      <property name="sizeHint" stdset="0" >
106       <size>
107        <width>183</width>
108        <height>16</height>
109       </size>
110      </property>
111     </spacer>
112    </item>
113   </layout>
114  </widget>
115  <widget class="QTabWidget" name="TabWidget2" >
116   <property name="geometry" >
117    <rect>
118     <x>10</x>
119     <y>10</y>
120     <width>541</width>
121     <height>381</height>
122    </rect>
123   </property>
124   <property name="sizePolicy" >
125    <sizepolicy vsizetype="Expanding" hsizetype="Expanding" >
126     <horstretch>0</horstretch>
127     <verstretch>0</verstretch>
128    </sizepolicy>
129   </property>
130   <property name="tabShape" >
131    <enum>QTabWidget::Rounded</enum>
132   </property>
133   <property name="currentIndex" >
134    <number>0</number>
135   </property>
136   <widget class="QWidget" name="tab" >
137    <property name="geometry" >
138     <rect>
139      <x>0</x>
140      <y>0</y>
141      <width>537</width>
142      <height>355</height>
143     </rect>
144    </property>
145    <attribute name="title" >
146     <string>&amp;General</string>
147    </attribute>
148    <widget class="QCheckBox" name="restoreLastUsedSongCheckbox" >
149     <property name="geometry" >
150      <rect>
151       <x>10</x>
152       <y>10</y>
153       <width>511</width>
154       <height>31</height>
155      </rect>
156     </property>
157     <property name="minimumSize" >
158      <size>
159       <width>0</width>
160       <height>22</height>
161      </size>
162     </property>
163     <property name="text" >
164      <string>&amp;Reopen last used song</string>
165     </property>
166     <property name="shortcut" >
167      <string>Alt+R</string>
168     </property>
169    </widget>
170    <widget class="QCheckBox" name="patternModeFollowsSelection" >
171     <property name="geometry" >
172      <rect>
173       <x>10</x>
174       <y>60</y>
175       <width>511</width>
176       <height>31</height>
177      </rect>
178     </property>
179     <property name="text" >
180      <string>Always play selected pattern in Pattern Mode</string>
181     </property>
182    </widget>
183   </widget>
184   <widget class="QWidget" name="tab" >
185    <property name="geometry" >
186     <rect>
187      <x>0</x>
188      <y>0</y>
189      <width>537</width>
190      <height>355</height>
191     </rect>
192    </property>
193    <attribute name="title" >
194     <string>Audio &amp;System</string>
195    </attribute>
196    <widget class="QComboBox" name="driverComboBox" >
197     <property name="geometry" >
198      <rect>
199       <x>10</x>
200       <y>10</y>
201       <width>141</width>
202       <height>31</height>
203      </rect>
204     </property>
205    </widget>
206    <widget class="QPushButton" name="restartDriverBtn" >
207     <property name="geometry" >
208      <rect>
209       <x>160</x>
210       <y>10</y>
211       <width>141</width>
212       <height>30</height>
213      </rect>
214     </property>
215     <property name="text" >
216      <string>Restart output</string>
217     </property>
218    </widget>
219    <widget class="QWidget" name="layoutWidget" >
220     <property name="geometry" >
221      <rect>
222       <x>10</x>
223       <y>50</y>
224       <width>291</width>
225       <height>131</height>
226      </rect>
227     </property>
228     <layout class="QGridLayout" >
229      <property name="margin" >
230       <number>0</number>
231      </property>
232      <property name="spacing" >
233       <number>6</number>
234      </property>
235      <item row="1" column="1" >
236       <widget class="QSpinBox" name="bufferSizeSpinBox" >
237        <property name="minimumSize" >
238         <size>
239          <width>0</width>
240          <height>22</height>
241         </size>
242        </property>
243        <property name="minimum" >
244         <number>100</number>
245        </property>
246        <property name="maximum" >
247         <number>5000</number>
248        </property>
249        <property name="singleStep" >
250         <number>100</number>
251        </property>
252        <property name="value" >
253         <number>1024</number>
254        </property>
255       </widget>
256      </item>
257      <item row="2" column="0" >
258       <widget class="QLabel" name="sampleRateLbl" >
259        <property name="minimumSize" >
260         <size>
261          <width>0</width>
262          <height>22</height>
263         </size>
264        </property>
265        <property name="text" >
266         <string>Sample rate</string>
267        </property>
268       </widget>
269      </item>
270      <item row="0" column="0" >
271       <widget class="QLabel" name="audioDeviceLbl" >
272        <property name="text" >
273         <string>Device</string>
274        </property>
275       </widget>
276      </item>
277      <item row="1" column="0" >
278       <widget class="QLabel" name="buffer_sizeLbl" >
279        <property name="minimumSize" >
280         <size>
281          <width>0</width>
282          <height>22</height>
283         </size>
284        </property>
285        <property name="text" >
286         <string>Buffer size</string>
287        </property>
288       </widget>
289      </item>
290      <item row="0" column="1" >
291       <widget class="QLineEdit" name="m_pAudioDeviceTxt" >
292        <property name="sizePolicy" >
293         <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
294          <horstretch>0</horstretch>
295          <verstretch>0</verstretch>
296         </sizepolicy>
297        </property>
298       </widget>
299      </item>
300      <item row="2" column="1" >
301       <widget class="QComboBox" name="sampleRateComboBox" >
302        <property name="currentIndex" >
303         <number>0</number>
304        </property>
305        <item>
306         <property name="text" >
307          <string>44100</string>
308         </property>
309        </item>
310        <item>
311         <property name="text" >
312          <string>48000</string>
313         </property>
314        </item>
315        <item>
316         <property name="text" >
317          <string>88200</string>
318         </property>
319        </item>
320        <item>
321         <property name="text" >
322          <string>96000</string>
323         </property>
324        </item>
325       </widget>
326      </item>
327      <item row="3" column="1" >
328       <widget class="QComboBox" name="trackOutputComboBox" >
329        <property name="currentIndex" >
330         <number>0</number>
331        </property>
332        <item>
333         <property name="text" >
334          <string>Post-Fader</string>
335         </property>
336        </item>
337        <item>
338         <property name="text" >
339          <string>Pre-Fader</string>
340         </property>
341        </item>
342       </widget>
343      </item>
344      <item row="3" column="0" >
345       <widget class="QLabel" name="trackOutLbl" >
346        <property name="minimumSize" >
347         <size>
348          <width>0</width>
349          <height>22</height>
350         </size>
351        </property>
352        <property name="text" >
353         <string>Track output</string>
354        </property>
355       </widget>
356      </item>
357     </layout>
358    </widget>
359    <widget class="QWidget" name="layoutWidget" >
360     <property name="geometry" >
361      <rect>
362       <x>10</x>
363       <y>280</y>
364       <width>291</width>
365       <height>58</height>
366      </rect>
367     </property>
368     <layout class="QGridLayout" >
369      <property name="margin" >
370       <number>0</number>
371      </property>
372      <property name="spacing" >
373       <number>6</number>
374      </property>
375      <item row="0" column="1" >
376       <widget class="QSpinBox" name="maxVoicesTxt" >
377        <property name="minimumSize" >
378         <size>
379          <width>0</width>
380          <height>22</height>
381         </size>
382        </property>
383        <property name="minimum" >
384         <number>1</number>
385        </property>
386        <property name="maximum" >
387         <number>512</number>
388        </property>
389       </widget>
390      </item>
391      <item row="1" column="1" >
392       <widget class="QSpinBox" name="metronomeVolumeSpinBox" >
393        <property name="enabled" >
394         <bool>false</bool>
395        </property>
396        <property name="minimumSize" >
397         <size>
398          <width>0</width>
399          <height>22</height>
400         </size>
401        </property>
402        <property name="minimum" >
403         <number>1</number>
404        </property>
405        <property name="maximum" >
406         <number>100</number>
407        </property>
408       </widget>
409      </item>
410      <item row="1" column="0" >
411       <widget class="QLabel" name="TextLabel1_4" >
412        <property name="minimumSize" >
413         <size>
414          <width>0</width>
415          <height>22</height>
416         </size>
417        </property>
418        <property name="text" >
419         <string>Metronome volume</string>
420        </property>
421       </widget>
422      </item>
423      <item row="0" column="0" >
424       <widget class="QLabel" name="textLabel3_3" >
425        <property name="text" >
426         <string>Polyphony</string>
427        </property>
428       </widget>
429      </item>
430     </layout>
431    </widget>
432    <widget class="QGroupBox" name="groupBox" >
433     <property name="geometry" >
434      <rect>
435       <x>310</x>
436       <y>10</y>
437       <width>231</width>
438       <height>331</height>
439      </rect>
440     </property>
441     <property name="title" >
442      <string>Audio output details</string>
443     </property>
444     <layout class="QVBoxLayout" >
445      <item>
446       <widget class="QLabel" name="driverInfoLbl" >
447        <property name="text" >
448         <string>###</string>
449        </property>
450        <property name="alignment" >
451         <set>Qt::AlignTop</set>
452        </property>
453       </widget>
454      </item>
455     </layout>
456    </widget>
457    <widget class="QWidget" name="layoutWidget" >
458     <property name="geometry" >
459      <rect>
460       <x>10</x>
461       <y>190</y>
462       <width>291</width>
463       <height>46</height>
464      </rect>
465     </property>
466     <layout class="QVBoxLayout" name="verticalLayout" >
467      <item>
468       <widget class="QCheckBox" name="connectDefaultsCheckBox" >
469        <property name="text" >
470         <string>Connect to &amp;Default Output Pair</string>
471        </property>
472        <property name="shortcut" >
473         <string>Alt+D</string>
474        </property>
475       </widget>
476      </item>
477      <item>
478       <widget class="QCheckBox" name="trackOutsCheckBox" >
479        <property name="text" >
480         <string>Track Outputs</string>
481        </property>
482        <property name="shortcut" >
483         <string>Alt+D</string>
484        </property>
485       </widget>
486      </item>
487     </layout>
488    </widget>
489   </widget>
490   <widget class="QWidget" name="tab" >
491    <property name="geometry" >
492     <rect>
493      <x>0</x>
494      <y>0</y>
495      <width>529</width>
496      <height>341</height>
497     </rect>
498    </property>
499    <attribute name="title" >
500     <string>&amp;Midi System</string>
501    </attribute>
502    <widget class="QWidget" name="layoutWidget" >
503     <property name="geometry" >
504      <rect>
505       <x>10</x>
506       <y>10</y>
507       <width>521</width>
508       <height>123</height>
509      </rect>
510     </property>
511     <layout class="QGridLayout" >
512      <property name="margin" >
513       <number>0</number>
514      </property>
515      <property name="spacing" >
516       <number>6</number>
517      </property>
518      <item row="1" column="0" >
519       <widget class="QLabel" name="textLabel1_3_2" >
520        <property name="minimumSize" >
521         <size>
522          <width>0</width>
523          <height>22</height>
524         </size>
525        </property>
526        <property name="text" >
527         <string>Input</string>
528        </property>
529       </widget>
530      </item>
531      <item row="2" column="1" >
532       <widget class="QComboBox" name="midiPortChannelComboBox" >
533        <property name="minimumSize" >
534         <size>
535          <width>0</width>
536          <height>22</height>
537         </size>
538        </property>
539        <item>
540         <property name="text" >
541          <string>All</string>
542         </property>
543        </item>
544        <item>
545         <property name="text" >
546          <string>1</string>
547         </property>
548        </item>
549        <item>
550         <property name="text" >
551          <string>2</string>
552         </property>
553        </item>
554        <item>
555         <property name="text" >
556          <string>3</string>
557         </property>
558        </item>
559        <item>
560         <property name="text" >
561          <string>4</string>
562         </property>
563        </item>
564        <item>
565         <property name="text" >
566          <string>5</string>
567         </property>
568        </item>
569        <item>
570         <property name="text" >
571          <string>6</string>
572         </property>
573        </item>
574        <item>
575         <property name="text" >
576          <string>7</string>
577         </property>
578        </item>
579        <item>
580         <property name="text" >
581          <string>8</string>
582         </property>
583        </item>
584        <item>
585         <property name="text" >
586          <string>9</string>
587         </property>
588        </item>
589        <item>
590         <property name="text" >
591          <string>10</string>
592         </property>
593        </item>
594        <item>
595         <property name="text" >
596          <string>11</string>
597         </property>
598        </item>
599        <item>
600         <property name="text" >
601          <string>12</string>
602         </property>
603        </item>
604        <item>
605         <property name="text" >
606          <string>13</string>
607         </property>
608        </item>
609        <item>
610         <property name="text" >
611          <string>14</string>
612         </property>
613        </item>
614        <item>
615         <property name="text" >
616          <string>15</string>
617         </property>
618        </item>
619        <item>
620         <property name="text" >
621          <string>16</string>
622         </property>
623        </item>
624       </widget>
625      </item>
626      <item row="3" column="0" colspan="2" >
627       <widget class="QCheckBox" name="m_pIgnoreNoteOffCheckBox" >
628        <property name="text" >
629         <string>Ignore note-off</string>
630        </property>
631       </widget>
632      </item>
633      <item row="1" column="1" >
634       <widget class="QComboBox" name="midiPortComboBox" />
635      </item>
636      <item row="0" column="1" >
637       <widget class="QComboBox" name="m_pMidiDriverComboBox" />
638      </item>
639      <item row="0" column="0" >
640       <widget class="QLabel" name="textLabel1_5" >
641        <property name="text" >
642         <string>Midi driver</string>
643        </property>
644       </widget>
645      </item>
646      <item row="2" column="0" >
647       <widget class="QLabel" name="textLabel1_3" >
648        <property name="minimumSize" >
649         <size>
650          <width>0</width>
651          <height>22</height>
652         </size>
653        </property>
654        <property name="text" >
655         <string>Channel</string>
656        </property>
657       </widget>
658      </item>
659     </layout>
660    </widget>
661    <widget class="midiTable" name="midiTableWidget" >
662     <property name="geometry" >
663      <rect>
664       <x>10</x>
665       <y>130</y>
666       <width>521</width>
667       <height>192</height>
668      </rect>
669     </property>
670    </widget>
671   </widget>
672   <widget class="QWidget" name="tab" >
673    <property name="geometry" >
674     <rect>
675      <x>0</x>
676      <y>0</y>
677      <width>529</width>
678      <height>341</height>
679     </rect>
680    </property>
681    <attribute name="title" >
682     <string>&amp;Appearance</string>
683    </attribute>
684    <widget class="QLabel" name="textLabel3" >
685     <property name="geometry" >
686      <rect>
687       <x>10</x>
688       <y>300</y>
689       <width>521</width>
690       <height>40</height>
691      </rect>
692     </property>
693     <property name="text" >
694      <string>&lt;i>After a font change the application must be restarted.&lt;/i></string>
695     </property>
696    </widget>
697    <widget class="QWidget" name="layoutWidget" >
698     <property name="geometry" >
699      <rect>
700       <x>10</x>
701       <y>10</y>
702       <width>521</width>
703       <height>63</height>
704      </rect>
705     </property>
706     <layout class="QGridLayout" >
707      <property name="margin" >
708       <number>0</number>
709      </property>
710      <property name="spacing" >
711       <number>6</number>
712      </property>
713      <item row="0" column="0" >
714       <widget class="QLabel" name="applicationFontLbl" >
715        <property name="minimumSize" >
716         <size>
717          <width>0</width>
718          <height>22</height>
719         </size>
720        </property>
721        <property name="frameShape" >
722         <enum>QFrame::Box</enum>
723        </property>
724        <property name="text" >
725         <string>Application font</string>
726        </property>
727        <property name="alignment" >
728         <set>Qt::AlignCenter</set>
729        </property>
730       </widget>
731      </item>
732      <item row="1" column="0" >
733       <widget class="QLabel" name="textLabel1_4" >
734        <property name="text" >
735         <string>Style</string>
736        </property>
737       </widget>
738      </item>
739      <item row="1" column="1" >
740       <widget class="QComboBox" name="styleComboBox" />
741      </item>
742      <item row="0" column="1" >
743       <widget class="QPushButton" name="selectApplicationFontBtn" >
744        <property name="minimumSize" >
745         <size>
746          <width>0</width>
747          <height>22</height>
748         </size>
749        </property>
750        <property name="text" >
751         <string>Select font</string>
752        </property>
753       </widget>
754      </item>
755     </layout>
756    </widget>
757    <widget class="QWidget" name="layoutWidget" >
758     <property name="geometry" >
759      <rect>
760       <x>10</x>
761       <y>90</y>
762       <width>521</width>
763       <height>63</height>
764      </rect>
765     </property>
766     <layout class="QGridLayout" >
767      <property name="margin" >
768       <number>0</number>
769      </property>
770      <property name="spacing" >
771       <number>6</number>
772      </property>
773      <item row="0" column="1" >
774       <widget class="QPushButton" name="selectMixerFontBtn" >
775        <property name="minimumSize" >
776         <size>
777          <width>0</width>
778          <height>22</height>
779         </size>
780        </property>
781        <property name="text" >
782         <string>Select font</string>
783        </property>
784       </widget>
785      </item>
786      <item row="1" column="0" >
787       <widget class="QLabel" name="textLabel1" >
788        <property name="minimumSize" >
789         <size>
790          <width>0</width>
791          <height>22</height>
792         </size>
793        </property>
794        <property name="text" >
795         <string>Meters falloff speed</string>
796        </property>
797       </widget>
798      </item>
799      <item row="1" column="1" >
800       <widget class="QComboBox" name="mixerFalloffComboBox" >
801        <property name="minimumSize" >
802         <size>
803          <width>0</width>
804          <height>22</height>
805         </size>
806        </property>
807        <item>
808         <property name="text" >
809          <string>Slow</string>
810         </property>
811        </item>
812        <item>
813         <property name="text" >
814          <string>Normal</string>
815         </property>
816        </item>
817        <item>
818         <property name="text" >
819          <string>Fast</string>
820         </property>
821        </item>
822       </widget>
823      </item>
824      <item row="0" column="0" >
825       <widget class="QLabel" name="mixerFontLbl" >
826        <property name="minimumSize" >
827         <size>
828          <width>0</width>
829          <height>22</height>
830         </size>
831        </property>
832        <property name="frameShape" >
833         <enum>QFrame::Box</enum>
834        </property>
835        <property name="midLineWidth" >
836         <number>0</number>
837        </property>
838        <property name="text" >
839         <string>Mixer font</string>
840        </property>
841        <property name="alignment" >
842         <set>Qt::AlignCenter</set>
843        </property>
844        <property name="margin" >
845         <number>0</number>
846        </property>
847       </widget>
848      </item>
849     </layout>
850    </widget>
851   </widget>
852  </widget>
853 </widget>
854 <layoutdefault spacing="6" margin="11" />
855 <customwidgets>
856  <customwidget>
857   <class>midiTable</class>
858   <extends>QTableWidget</extends>
859   <header>../src/widgets/midiTable.h</header>
860  </customwidget>
861 </customwidgets>
862 <resources/>
863 <connections/>
864</ui>
Note: See TracBrowser for help on using the browser.