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

Revision 247, 21.8 KB (checked in by smoors, 5 years ago)

added new pattern modes (single pattern mode and stacked pattern mode)

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>529</width>
142      <height>341</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>529</width>
190      <height>341</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="QCheckBox" name="connectDefaultsCheckBox" >
220     <property name="geometry" >
221      <rect>
222       <x>10</x>
223       <y>170</y>
224       <width>291</width>
225       <height>24</height>
226      </rect>
227     </property>
228     <property name="text" >
229      <string>Connect to &amp;Default Output Pair</string>
230     </property>
231     <property name="shortcut" >
232      <string>Alt+D</string>
233     </property>
234    </widget>
235    <widget class="QWidget" name="layoutWidget" >
236     <property name="geometry" >
237      <rect>
238       <x>10</x>
239       <y>50</y>
240       <width>291</width>
241       <height>131</height>
242      </rect>
243     </property>
244     <layout class="QGridLayout" >
245      <property name="margin" >
246       <number>0</number>
247      </property>
248      <property name="spacing" >
249       <number>6</number>
250      </property>
251      <item row="1" column="1" >
252       <widget class="QSpinBox" name="bufferSizeSpinBox" >
253        <property name="minimumSize" >
254         <size>
255          <width>0</width>
256          <height>22</height>
257         </size>
258        </property>
259        <property name="minimum" >
260         <number>100</number>
261        </property>
262        <property name="maximum" >
263         <number>5000</number>
264        </property>
265        <property name="singleStep" >
266         <number>100</number>
267        </property>
268        <property name="value" >
269         <number>1024</number>
270        </property>
271       </widget>
272      </item>
273      <item row="2" column="0" >
274       <widget class="QLabel" name="sampleRateLbl" >
275        <property name="minimumSize" >
276         <size>
277          <width>0</width>
278          <height>22</height>
279         </size>
280        </property>
281        <property name="text" >
282         <string>Sample rate</string>
283        </property>
284       </widget>
285      </item>
286      <item row="0" column="0" >
287       <widget class="QLabel" name="audioDeviceLbl" >
288        <property name="text" >
289         <string>Device</string>
290        </property>
291       </widget>
292      </item>
293      <item row="1" column="0" >
294       <widget class="QLabel" name="buffer_sizeLbl" >
295        <property name="minimumSize" >
296         <size>
297          <width>0</width>
298          <height>22</height>
299         </size>
300        </property>
301        <property name="text" >
302         <string>Buffer size</string>
303        </property>
304       </widget>
305      </item>
306      <item row="0" column="1" >
307       <widget class="QLineEdit" name="m_pAudioDeviceTxt" >
308        <property name="sizePolicy" >
309         <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
310          <horstretch>0</horstretch>
311          <verstretch>0</verstretch>
312         </sizepolicy>
313        </property>
314       </widget>
315      </item>
316      <item row="2" column="1" >
317       <widget class="QComboBox" name="sampleRateComboBox" >
318        <property name="currentIndex" >
319         <number>0</number>
320        </property>
321        <item>
322         <property name="text" >
323          <string>44100</string>
324         </property>
325        </item>
326        <item>
327         <property name="text" >
328          <string>48000</string>
329         </property>
330        </item>
331        <item>
332         <property name="text" >
333          <string>88200</string>
334         </property>
335        </item>
336        <item>
337         <property name="text" >
338          <string>96000</string>
339         </property>
340        </item>
341       </widget>
342      </item>
343      <item row="3" column="1" >
344       <widget class="QComboBox" name="trackOutputComboBox" >
345        <property name="currentIndex" >
346         <number>0</number>
347        </property>
348        <item>
349         <property name="text" >
350          <string>Post-Fader</string>
351         </property>
352        </item>
353        <item>
354         <property name="text" >
355          <string>Pre-Fader</string>
356         </property>
357        </item>
358       </widget>
359      </item>
360      <item row="3" column="0" >
361       <widget class="QLabel" name="trackOutLbl" >
362        <property name="minimumSize" >
363         <size>
364          <width>0</width>
365          <height>22</height>
366         </size>
367        </property>
368        <property name="text" >
369         <string>Track output</string>
370        </property>
371       </widget>
372      </item>
373     </layout>
374    </widget>
375    <widget class="QWidget" name="layoutWidget" >
376     <property name="geometry" >
377      <rect>
378       <x>10</x>
379       <y>280</y>
380       <width>291</width>
381       <height>58</height>
382      </rect>
383     </property>
384     <layout class="QGridLayout" >
385      <property name="margin" >
386       <number>0</number>
387      </property>
388      <property name="spacing" >
389       <number>6</number>
390      </property>
391      <item row="0" column="1" >
392       <widget class="QSpinBox" name="maxVoicesTxt" >
393        <property name="minimumSize" >
394         <size>
395          <width>0</width>
396          <height>22</height>
397         </size>
398        </property>
399        <property name="minimum" >
400         <number>1</number>
401        </property>
402        <property name="maximum" >
403         <number>512</number>
404        </property>
405       </widget>
406      </item>
407      <item row="1" column="1" >
408       <widget class="QSpinBox" name="metronomeVolumeSpinBox" >
409        <property name="enabled" >
410         <bool>false</bool>
411        </property>
412        <property name="minimumSize" >
413         <size>
414          <width>0</width>
415          <height>22</height>
416         </size>
417        </property>
418        <property name="minimum" >
419         <number>1</number>
420        </property>
421        <property name="maximum" >
422         <number>100</number>
423        </property>
424       </widget>
425      </item>
426      <item row="1" column="0" >
427       <widget class="QLabel" name="TextLabel1_4" >
428        <property name="minimumSize" >
429         <size>
430          <width>0</width>
431          <height>22</height>
432         </size>
433        </property>
434        <property name="text" >
435         <string>Metronome volume</string>
436        </property>
437       </widget>
438      </item>
439      <item row="0" column="0" >
440       <widget class="QLabel" name="textLabel3_3" >
441        <property name="text" >
442         <string>Polyphony</string>
443        </property>
444       </widget>
445      </item>
446     </layout>
447    </widget>
448    <widget class="QGroupBox" name="groupBox" >
449     <property name="geometry" >
450      <rect>
451       <x>310</x>
452       <y>10</y>
453       <width>231</width>
454       <height>331</height>
455      </rect>
456     </property>
457     <property name="title" >
458      <string>Audio output details</string>
459     </property>
460     <layout class="QVBoxLayout" >
461      <item>
462       <widget class="QLabel" name="driverInfoLbl" >
463        <property name="text" >
464         <string>###</string>
465        </property>
466        <property name="alignment" >
467         <set>Qt::AlignTop</set>
468        </property>
469       </widget>
470      </item>
471     </layout>
472    </widget>
473    <widget class="QCheckBox" name="trackOutsCheckBox" >
474     <property name="geometry" >
475      <rect>
476       <x>10</x>
477       <y>190</y>
478       <width>291</width>
479       <height>24</height>
480      </rect>
481     </property>
482     <property name="text" >
483      <string>Track Outputs</string>
484     </property>
485     <property name="shortcut" >
486      <string>Alt+D</string>
487     </property>
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.