root/branches/midi_playground/src/gui/src/UI/PreferencesDialog_UI.ui @ 2428

Revision 2428, 32.7 KB (checked in by mauser, 16 months ago)

new midi tabs for pref. dialog

Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>PreferencesDialog_UI</class>
4 <widget class="QDialog" name="PreferencesDialog_UI">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>771</width>
10    <height>440</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Form1</string>
15  </property>
16  <widget class="QWidget" name="Layout33">
17   <property name="geometry">
18    <rect>
19     <x>10</x>
20     <y>400</y>
21     <width>751</width>
22     <height>31</height>
23    </rect>
24   </property>
25   <layout class="QHBoxLayout">
26    <item>
27     <spacer>
28      <property name="orientation">
29       <enum>Qt::Horizontal</enum>
30      </property>
31      <property name="sizeType">
32       <enum>QSizePolicy::Expanding</enum>
33      </property>
34      <property name="sizeHint" stdset="0">
35       <size>
36        <width>184</width>
37        <height>16</height>
38       </size>
39      </property>
40     </spacer>
41    </item>
42    <item>
43     <widget class="QPushButton" name="cancelBtn">
44      <property name="sizePolicy">
45       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
46        <horstretch>0</horstretch>
47        <verstretch>0</verstretch>
48       </sizepolicy>
49      </property>
50      <property name="minimumSize">
51       <size>
52        <width>0</width>
53        <height>22</height>
54       </size>
55      </property>
56      <property name="text">
57       <string>&amp;Cancel</string>
58      </property>
59      <property name="shortcut">
60       <string>Alt+C</string>
61      </property>
62     </widget>
63    </item>
64    <item>
65     <widget class="QPushButton" name="okBtn">
66      <property name="sizePolicy">
67       <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
68        <horstretch>0</horstretch>
69        <verstretch>0</verstretch>
70       </sizepolicy>
71      </property>
72      <property name="minimumSize">
73       <size>
74        <width>0</width>
75        <height>22</height>
76       </size>
77      </property>
78      <property name="text">
79       <string>&amp;OK</string>
80      </property>
81      <property name="shortcut">
82       <string>Alt+O</string>
83      </property>
84      <property name="default">
85       <bool>true</bool>
86      </property>
87      <property name="flat">
88       <bool>false</bool>
89      </property>
90     </widget>
91    </item>
92    <item>
93     <spacer>
94      <property name="orientation">
95       <enum>Qt::Horizontal</enum>
96      </property>
97      <property name="sizeType">
98       <enum>QSizePolicy::Expanding</enum>
99      </property>
100      <property name="sizeHint" stdset="0">
101       <size>
102        <width>183</width>
103        <height>16</height>
104       </size>
105      </property>
106     </spacer>
107    </item>
108   </layout>
109  </widget>
110  <widget class="QTabWidget" name="TabWidget2">
111   <property name="geometry">
112    <rect>
113     <x>10</x>
114     <y>10</y>
115     <width>751</width>
116     <height>376</height>
117    </rect>
118   </property>
119   <property name="sizePolicy">
120    <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
121     <horstretch>0</horstretch>
122     <verstretch>0</verstretch>
123    </sizepolicy>
124   </property>
125   <property name="toolTip">
126    <string/>
127   </property>
128   <property name="tabShape">
129    <enum>QTabWidget::Rounded</enum>
130   </property>
131   <property name="currentIndex">
132    <number>2</number>
133   </property>
134   <widget class="QWidget" name="tab_1">
135    <attribute name="title">
136     <string>&amp;General</string>
137    </attribute>
138    <widget class="QCheckBox" name="restoreLastUsedSongCheckbox">
139     <property name="geometry">
140      <rect>
141       <x>10</x>
142       <y>10</y>
143       <width>511</width>
144       <height>31</height>
145      </rect>
146     </property>
147     <property name="minimumSize">
148      <size>
149       <width>0</width>
150       <height>22</height>
151      </size>
152     </property>
153     <property name="text">
154      <string>&amp;Reopen last used song</string>
155     </property>
156     <property name="shortcut">
157      <string>Alt+R</string>
158     </property>
159    </widget>
160    <widget class="QCheckBox" name="useLashCheckbox">
161     <property name="geometry">
162      <rect>
163       <x>10</x>
164       <y>70</y>
165       <width>511</width>
166       <height>31</height>
167      </rect>
168     </property>
169     <property name="text">
170      <string>Use lash</string>
171     </property>
172    </widget>
173    <widget class="QSpinBox" name="sBcountOffset">
174     <property name="geometry">
175      <rect>
176       <x>10</x>
177       <y>170</y>
178       <width>52</width>
179       <height>21</height>
180      </rect>
181     </property>
182     <property name="toolTip">
183      <string>first step, adjust timing mismatch between controller/keyboard trigger latency and computed bpm</string>
184     </property>
185     <property name="minimum">
186      <number>-200</number>
187     </property>
188     <property name="maximum">
189      <number>200</number>
190     </property>
191    </widget>
192    <widget class="QLabel" name="bClabel_2">
193     <property name="geometry">
194      <rect>
195       <x>70</x>
196       <y>170</y>
197       <width>451</width>
198       <height>21</height>
199      </rect>
200     </property>
201     <property name="text">
202      <string>Beat counter drift compensation in 1/10 ms   </string>
203     </property>
204    </widget>
205    <widget class="QSpinBox" name="sBstartOffset">
206     <property name="geometry">
207      <rect>
208       <x>10</x>
209       <y>200</y>
210       <width>52</width>
211       <height>21</height>
212      </rect>
213     </property>
214     <property name="toolTip">
215      <string>second step, adjust offset between last controller/keybord trigger and the deferred sequencer startup </string>
216     </property>
217     <property name="minimum">
218      <number>-500</number>
219     </property>
220     <property name="maximum">
221      <number>500</number>
222     </property>
223    </widget>
224    <widget class="QLabel" name="label">
225     <property name="geometry">
226      <rect>
227       <x>70</x>
228       <y>200</y>
229       <width>451</width>
230       <height>21</height>
231      </rect>
232     </property>
233     <property name="text">
234      <string>Beat counter start offset in ms    </string>
235     </property>
236    </widget>
237    <widget class="QWidget" name="layoutWidget_0">
238     <property name="geometry">
239      <rect>
240       <x>10</x>
241       <y>270</y>
242       <width>511</width>
243       <height>52</height>
244      </rect>
245     </property>
246     <layout class="QGridLayout" name="gridLayout">
247      <item row="0" column="0" colspan="2">
248       <widget class="QLabel" name="pathToRubberbandExLable">
249        <property name="text">
250         <string>Path to the Rubberband command-line utility</string>
251        </property>
252       </widget>
253      </item>
254      <item row="1" column="1">
255       <spacer name="horizontalSpacer">
256        <property name="orientation">
257         <enum>Qt::Horizontal</enum>
258        </property>
259        <property name="sizeHint" stdset="0">
260         <size>
261          <width>40</width>
262          <height>20</height>
263         </size>
264        </property>
265       </spacer>
266      </item>
267      <item row="1" column="0">
268       <widget class="QLineEdit" name="rubberbandLineEdit">
269        <property name="minimumSize">
270         <size>
271          <width>181</width>
272          <height>0</height>
273         </size>
274        </property>
275       </widget>
276      </item>
277     </layout>
278    </widget>
279    <widget class="QLabel" name="label_3">
280     <property name="geometry">
281      <rect>
282       <x>70</x>
283       <y>230</y>
284       <width>451</width>
285       <height>21</height>
286      </rect>
287     </property>
288     <property name="text">
289      <string>Maximum number of bars</string>
290     </property>
291    </widget>
292    <widget class="QSpinBox" name="sBmaxBars">
293     <property name="geometry">
294      <rect>
295       <x>10</x>
296       <y>230</y>
297       <width>52</width>
298       <height>21</height>
299      </rect>
300     </property>
301     <property name="toolTip">
302      <string>second step, adjust offset between last controller/keybord trigger and the deferred sequencer startup </string>
303     </property>
304     <property name="minimum">
305      <number>1</number>
306     </property>
307     <property name="maximum">
308      <number>800</number>
309     </property>
310    </widget>
311    <widget class="QCheckBox" name="restoreLastUsedPlaylistCheckbox">
312     <property name="geometry">
313      <rect>
314       <x>10</x>
315       <y>40</y>
316       <width>511</width>
317       <height>31</height>
318      </rect>
319     </property>
320     <property name="minimumSize">
321      <size>
322       <width>0</width>
323       <height>22</height>
324      </size>
325     </property>
326     <property name="text">
327      <string>&amp;Reopen last used playlist</string>
328     </property>
329     <property name="shortcut">
330      <string>Alt+R</string>
331     </property>
332    </widget>
333    <widget class="QCheckBox" name="useJackSessinStoreFiles">
334     <property name="geometry">
335      <rect>
336       <x>10</x>
337       <y>100</y>
338       <width>511</width>
339       <height>31</height>
340      </rect>
341     </property>
342     <property name="text">
343      <string>Save song files in Jack Session Directory (default on)</string>
344     </property>
345    </widget>
346   </widget>
347   <widget class="QWidget" name="tab_2">
348    <attribute name="title">
349     <string>Audio &amp;System</string>
350    </attribute>
351    <widget class="QGroupBox" name="groupBox">
352     <property name="geometry">
353      <rect>
354       <x>345</x>
355       <y>10</y>
356       <width>186</width>
357       <height>331</height>
358      </rect>
359     </property>
360     <property name="title">
361      <string>Audio output details</string>
362     </property>
363     <layout class="QVBoxLayout">
364      <item>
365       <widget class="QLabel" name="driverInfoLbl">
366        <property name="text">
367         <string>###</string>
368        </property>
369        <property name="alignment">
370         <set>Qt::AlignTop</set>
371        </property>
372        <property name="wordWrap">
373         <bool>true</bool>
374        </property>
375       </widget>
376      </item>
377     </layout>
378    </widget>
379    <widget class="QWidget" name="layoutWidget_1">
380     <property name="geometry">
381      <rect>
382       <x>10</x>
383       <y>10</y>
384       <width>333</width>
385       <height>346</height>
386      </rect>
387     </property>
388     <layout class="QVBoxLayout" name="verticalLayout">
389      <item>
390       <layout class="QHBoxLayout" name="horizontalLayout">
391        <item>
392         <widget class="QComboBox" name="driverComboBox"/>
393        </item>
394        <item>
395         <widget class="QPushButton" name="restartDriverBtn">
396          <property name="text">
397           <string>Restart output</string>
398          </property>
399         </widget>
400        </item>
401       </layout>
402      </item>
403      <item>
404       <layout class="QGridLayout">
405        <item row="1" column="1">
406         <widget class="QSpinBox" name="bufferSizeSpinBox">
407          <property name="minimumSize">
408           <size>
409            <width>0</width>
410            <height>22</height>
411           </size>
412          </property>
413          <property name="minimum">
414           <number>100</number>
415          </property>
416          <property name="maximum">
417           <number>5000</number>
418          </property>
419          <property name="singleStep">
420           <number>100</number>
421          </property>
422          <property name="value">
423           <number>1024</number>
424          </property>
425         </widget>
426        </item>
427        <item row="2" column="0">
428         <widget class="QLabel" name="sampleRateLbl">
429          <property name="minimumSize">
430           <size>
431            <width>0</width>
432            <height>22</height>
433           </size>
434          </property>
435          <property name="text">
436           <string>Sample rate</string>
437          </property>
438         </widget>
439        </item>
440        <item row="0" column="0">
441         <widget class="QLabel" name="audioDeviceLbl">
442          <property name="text">
443           <string>Device</string>
444          </property>
445         </widget>
446        </item>
447        <item row="1" column="0">
448         <widget class="QLabel" name="buffer_sizeLbl">
449          <property name="minimumSize">
450           <size>
451            <width>0</width>
452            <height>22</height>
453           </size>
454          </property>
455          <property name="text">
456           <string>Buffer size</string>
457          </property>
458         </widget>
459        </item>
460        <item row="0" column="1">
461         <widget class="QLineEdit" name="m_pAudioDeviceTxt">
462          <property name="sizePolicy">
463           <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
464            <horstretch>0</horstretch>
465            <verstretch>0</verstretch>
466           </sizepolicy>
467          </property>
468         </widget>
469        </item>
470        <item row="2" column="1">
471         <widget class="QComboBox" name="sampleRateComboBox">
472          <property name="currentIndex">
473           <number>0</number>
474          </property>
475          <item>
476           <property name="text">
477            <string>44100</string>
478           </property>
479          </item>
480          <item>
481           <property name="text">
482            <string>48000</string>
483           </property>
484          </item>
485          <item>
486           <property name="text">
487            <string>88200</string>
488           </property>
489          </item>
490          <item>
491           <property name="text">
492            <string>96000</string>
493           </property>
494          </item>
495         </widget>
496        </item>
497        <item row="3" column="1">
498         <widget class="QComboBox" name="trackOutputComboBox">
499          <property name="currentIndex">
500           <number>0</number>
501          </property>
502          <item>
503           <property name="text">
504            <string>Post-Fader</string>
505           </property>
506          </item>
507          <item>
508           <property name="text">
509            <string>Pre-Fader</string>
510           </property>
511          </item>
512         </widget>
513        </item>
514        <item row="3" column="0">
515         <widget class="QLabel" name="trackOutLbl">
516          <property name="minimumSize">
517           <size>
518            <width>0</width>
519            <height>22</height>
520           </size>
521          </property>
522          <property name="text">
523           <string>Track output</string>
524          </property>
525         </widget>
526        </item>
527       </layout>
528      </item>
529      <item>
530       <layout class="QVBoxLayout">
531        <property name="spacing">
532         <number>6</number>
533        </property>
534        <item>
535         <widget class="QCheckBox" name="connectDefaultsCheckBox">
536          <property name="text">
537           <string>Connect to &amp;Default Output Pair</string>
538          </property>
539          <property name="shortcut">
540           <string>Alt+D</string>
541          </property>
542         </widget>
543        </item>
544        <item>
545         <widget class="QCheckBox" name="trackOutsCheckBox">
546          <property name="text">
547           <string>create per-instrument outputs</string>
548          </property>
549          <property name="shortcut">
550           <string>Alt+D</string>
551          </property>
552         </widget>
553        </item>
554       </layout>
555      </item>
556      <item>
557       <spacer name="verticalSpacer">
558        <property name="orientation">
559         <enum>Qt::Vertical</enum>
560        </property>
561        <property name="sizeHint" stdset="0">
562         <size>
563          <width>331</width>
564          <height>13</height>
565         </size>
566        </property>
567       </spacer>
568      </item>
569      <item>
570       <layout class="QGridLayout">
571        <item row="0" column="1">
572         <widget class="QSpinBox" name="maxVoicesTxt">
573          <property name="minimumSize">
574           <size>
575            <width>0</width>
576            <height>22</height>
577           </size>
578          </property>
579          <property name="minimum">
580           <number>1</number>
581          </property>
582          <property name="maximum">
583           <number>512</number>
584          </property>
585         </widget>
586        </item>
587        <item row="1" column="1">
588         <widget class="QSpinBox" name="metronomeVolumeSpinBox">
589          <property name="enabled">
590           <bool>false</bool>
591          </property>
592          <property name="minimumSize">
593           <size>
594            <width>0</width>
595            <height>22</height>
596           </size>
597          </property>
598          <property name="minimum">
599           <number>1</number>
600          </property>
601          <property name="maximum">
602           <number>100</number>
603          </property>
604         </widget>
605        </item>
606        <item row="1" column="0">
607         <widget class="QLabel" name="TextLabel1_4">
608          <property name="minimumSize">
609           <size>
610            <width>0</width>
611            <height>22</height>
612           </size>
613          </property>
614          <property name="text">
615           <string>Metronome volume</string>
616          </property>
617         </widget>
618        </item>
619        <item row="0" column="0">
620         <widget class="QLabel" name="textLabel3_3">
621          <property name="text">
622           <string>Polyphony</string>
623          </property>
624         </widget>
625        </item>
626       </layout>
627      </item>
628      <item>
629       <layout class="QHBoxLayout" name="horizontalLayout_3">
630        <item>
631         <widget class="QLabel" name="resapelingLbl">
632          <property name="text">
633           <string>Interpolate resampling</string>
634          </property>
635         </widget>
636        </item>
637        <item>
638         <widget class="QComboBox" name="resampleComboBox">
639          <item>
640           <property name="text">
641            <string>Linear</string>
642           </property>
643          </item>
644          <item>
645           <property name="text">
646            <string>Cosine</string>
647           </property>
648          </item>
649          <item>
650           <property name="text">
651            <string>Third</string>
652           </property>
653          </item>
654          <item>
655           <property name="text">
656            <string>Cubic</string>
657           </property>
658          </item>
659          <item>
660           <property name="text">
661            <string>Hermite</string>
662           </property>
663          </item>
664         </widget>
665        </item>
666       </layout>
667      </item>
668      <item>
669       <spacer name="verticalSpacer_2">
670        <property name="orientation">
671         <enum>Qt::Vertical</enum>
672        </property>
673        <property name="sizeHint" stdset="0">
674         <size>
675          <width>331</width>
676          <height>13</height>
677         </size>
678        </property>
679       </spacer>
680      </item>
681     </layout>
682    </widget>
683   </widget>
684   <widget class="QWidget" name="tab_3">
685    <attribute name="title">
686     <string>&amp;Midi System</string>
687    </attribute>
688    <widget class="QTabWidget" name="tabWidget">
689     <property name="geometry">
690      <rect>
691       <x>0</x>
692       <y>0</y>
693       <width>751</width>
694       <height>351</height>
695      </rect>
696     </property>
697     <property name="currentIndex">
698      <number>1</number>
699     </property>
700     <widget class="QWidget" name="tab_6">
701      <attribute name="title">
702       <string>Input settings</string>
703      </attribute>
704      <widget class="QWidget" name="layoutWidget_2">
705       <property name="geometry">
706        <rect>
707         <x>5</x>
708         <y>10</y>
709         <width>521</width>
710         <height>291</height>
711        </rect>
712       </property>
713       <layout class="QVBoxLayout" name="verticalLayout_2">
714        <item>
715         <layout class="QHBoxLayout" name="horizontalLayout_2">
716          <item>
717           <widget class="QLabel" name="textLabel1_5">
718            <property name="text">
719             <string>Midi driver</string>
720            </property>
721           </widget>
722          </item>
723          <item>
724           <widget class="QComboBox" name="m_pMidiDriverComboBox"/>
725          </item>
726         </layout>
727        </item>
728        <item>
729         <layout class="QHBoxLayout" name="horizontalLayout_6">
730          <item>
731           <widget class="QLabel" name="textLabel1_3_2">
732            <property name="minimumSize">
733             <size>
734              <width>0</width>
735              <height>22</height>
736             </size>
737            </property>
738            <property name="text">
739             <string>Input</string>
740            </property>
741           </widget>
742          </item>
743          <item>
744           <widget class="QComboBox" name="midiPortComboBox"/>
745          </item>
746         </layout>
747        </item>
748        <item>
749         <layout class="QHBoxLayout" name="horizontalLayout_5">
750          <item>
751           <widget class="QLabel" name="textLabel1_3">
752            <property name="minimumSize">
753             <size>
754              <width>0</width>
755              <height>22</height>
756             </size>
757            </property>
758            <property name="text">
759             <string>Channel</string>
760            </property>
761           </widget>
762          </item>
763          <item>
764           <widget class="QComboBox" name="midiPortChannelComboBox">
765            <property name="minimumSize">
766             <size>
767              <width>0</width>
768              <height>22</height>
769             </size>
770            </property>
771            <item>
772             <property name="text">
773              <string>All</string>
774             </property>
775            </item>
776            <item>
777             <property name="text">
778              <string>1</string>
779             </property>
780            </item>
781            <item>
782             <property name="text">
783              <string>2</string>
784             </property>
785            </item>
786            <item>
787             <property name="text">
788              <string>3</string>
789             </property>
790            </item>
791            <item>
792             <property name="text">
793              <string>4</string>
794             </property>
795            </item>
796            <item>
797             <property name="text">
798              <string>5</string>
799             </property>
800            </item>
801            <item>
802             <property name="text">
803              <string>6</string>
804             </property>
805            </item>
806            <item>
807             <property name="text">
808              <string>7</string>
809             </property>
810            </item>
811            <item>
812             <property name="text">
813              <string>8</string>
814             </property>
815            </item>
816            <item>
817             <property name="text">
818              <string>9</string>
819             </property>
820            </item>
821            <item>
822             <property name="text">
823              <string>10</string>
824             </property>
825            </item>
826            <item>
827             <property name="text">
828              <string>11</string>
829             </property>
830            </item>
831            <item>
832             <property name="text">
833              <string>12</string>
834             </property>
835            </item>
836            <item>
837             <property name="text">
838              <string>13</string>
839             </property>
840            </item>
841            <item>
842             <property name="text">
843              <string>14</string>
844             </property>
845            </item>
846            <item>
847             <property name="text">
848              <string>15</string>
849             </property>
850            </item>
851            <item>
852             <property name="text">
853              <string>16</string>
854             </property>
855            </item>
856           </widget>
857          </item>
858         </layout>
859        </item>
860        <item>
861         <layout class="QHBoxLayout" name="horizontalLayout_4">
862          <item>
863           <widget class="QCheckBox" name="m_pIgnoreNoteOffCheckBox">
864            <property name="text">
865             <string>Ignore note-off</string>
866            </property>
867           </widget>
868          </item>
869         </layout>
870        </item>
871       </layout>
872      </widget>
873     </widget>
874     <widget class="QWidget" name="tab_7">
875      <attribute name="title">
876       <string>Midi mappings</string>
877      </attribute>
878      <widget class="MidiTable" name="midiTable">
879       <property name="geometry">
880        <rect>
881         <x>160</x>
882         <y>20</y>
883         <width>561</width>
884         <height>251</height>
885        </rect>
886       </property>
887      </widget>
888      <widget class="QTreeView" name="midiBindingsTree">
889       <property name="geometry">
890        <rect>
891         <x>0</x>
892         <y>20</y>
893         <width>151</width>
894         <height>281</height>
895        </rect>
896       </property>
897      </widget>
898      <widget class="QWidget" name="Layout33_2">
899       <property name="geometry">
900        <rect>
901         <x>160</x>
902         <y>270</y>
903         <width>561</width>
904         <height>31</height>
905        </rect>
906       </property>
907       <layout class="QHBoxLayout" name="_3">
908        <item>
909         <spacer>
910          <property name="orientation">
911           <enum>Qt::Horizontal</enum>
912          </property>
913          <property name="sizeType">
914           <enum>QSizePolicy::Expanding</enum>
915          </property>
916          <property name="sizeHint" stdset="0">
917           <size>
918            <width>184</width>
919            <height>16</height>
920           </size>
921          </property>
922         </spacer>
923        </item>
924        <item>
925         <widget class="QPushButton" name="pushButton">
926          <property name="text">
927           <string>Save</string>
928          </property>
929         </widget>
930        </item>
931        <item>
932         <widget class="QPushButton" name="cancelBtn_2">
933          <property name="sizePolicy">
934           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
935            <horstretch>0</horstretch>
936            <verstretch>0</verstretch>
937           </sizepolicy>
938          </property>
939          <property name="minimumSize">
940           <size>
941            <width>0</width>
942            <height>22</height>
943           </size>
944          </property>
945          <property name="text">
946           <string>Save as..</string>
947          </property>
948          <property name="shortcut">
949           <string>Alt+C</string>
950          </property>
951         </widget>
952        </item>
953        <item>
954         <widget class="QPushButton" name="okBtn_2">
955          <property name="sizePolicy">
956           <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
957            <horstretch>0</horstretch>
958            <verstretch>0</verstretch>
959           </sizepolicy>
960          </property>
961          <property name="minimumSize">
962           <size>
963            <width>0</width>
964            <height>22</height>
965           </size>
966          </property>
967          <property name="text">
968           <string>Show effective settings</string>
969          </property>
970          <property name="shortcut">
971           <string>Alt+O</string>
972          </property>
973          <property name="default">
974           <bool>true</bool>
975          </property>
976          <property name="flat">
977           <bool>false</bool>
978          </property>
979         </widget>
980        </item>
981        <item>
982         <spacer>
983          <property name="orientation">
984           <enum>Qt::Horizontal</enum>
985          </property>
986          <property name="sizeType">
987           <enum>QSizePolicy::Expanding</enum>
988          </property>
989          <property name="sizeHint" stdset="0">
990           <size>
991            <width>183</width>
992            <height>16</height>
993           </size>
994          </property>
995         </spacer>
996        </item>
997       </layout>
998      </widget>
999     </widget>
1000    </widget>
1001   </widget>
1002   <widget class="QWidget" name="tab_4">
1003    <attribute name="title">
1004     <string>&amp;Appearance</string>
1005    </attribute>
1006    <widget class="QLabel" name="textLabel3">
1007     <property name="geometry">
1008      <rect>
1009       <x>10</x>
1010       <y>300</y>
1011       <width>521</width>
1012       <height>40</height>
1013      </rect>
1014     </property>
1015     <property name="text">
1016      <string>&lt;i&gt;After a font change the application must be restarted.&lt;/i&gt;</string>
1017     </property>
1018    </widget>
1019    <widget class="QWidget" name="layoutWidget_5">
1020     <property name="geometry">
1021      <rect>
1022       <x>10</x>
1023       <y>10</y>
1024       <width>521</width>
1025       <height>64</height>
1026      </rect>
1027     </property>
1028     <layout class="QGridLayout">
1029      <item row="0" column="0">
1030       <widget class="QLabel" name="applicationFontLbl">
1031        <property name="minimumSize">
1032         <size>
1033          <width>0</width>
1034          <height>22</height>
1035         </size>
1036        </property>
1037        <property name="frameShape">
1038         <enum>QFrame::Box</enum>
1039        </property>
1040        <property name="text">
1041         <string>Application font</string>
1042        </property>
1043        <property name="alignment">
1044         <set>Qt::AlignCenter</set>
1045        </property>
1046       </widget>
1047      </item>
1048      <item row="1" column="0">
1049       <widget class="QLabel" name="textLabel1_4">
1050        <property name="text">
1051         <string>Style</string>
1052        </property>
1053       </widget>
1054      </item>
1055      <item row="1" column="1">
1056       <widget class="QComboBox" name="styleComboBox"/>
1057      </item>
1058      <item row="0" column="1">
1059       <widget class="QPushButton" name="selectApplicationFontBtn">
1060        <property name="minimumSize">
1061         <size>
1062          <width>0</width>
1063          <height>22</height>
1064         </size>
1065        </property>
1066        <property name="text">
1067         <string>Select font</string>
1068        </property>
1069       </widget>
1070      </item>
1071     </layout>
1072    </widget>
1073    <widget class="QWidget" name="layoutWidget_6">
1074     <property name="geometry">
1075      <rect>
1076       <x>10</x>
1077       <y>90</y>
1078       <width>521</width>
1079       <height>66</height>
1080      </rect>
1081     </property>
1082     <layout class="QGridLayout">
1083      <item row="0" column="1">
1084       <widget class="QPushButton" name="selectMixerFontBtn">
1085        <property name="minimumSize">
1086         <size>
1087          <width>0</width>
1088          <height>22</height>
1089         </size>
1090        </property>
1091        <property name="text">
1092         <string>Select font</string>
1093        </property>
1094       </widget>
1095      </item>
1096      <item row="1" column="0">
1097       <widget class="QLabel" name="textLabel1">
1098        <property name="minimumSize">
1099         <size>
1100          <width>0</width>
1101          <height>22</height>
1102         </size>
1103        </property>
1104        <property name="text">
1105         <string>Meters falloff speed</string>
1106        </property>
1107       </widget>
1108      </item>
1109      <item row="1" column="1">
1110       <widget class="QComboBox" name="mixerFalloffComboBox">
1111        <property name="minimumSize">
1112         <size>
1113          <width>0</width>
1114          <height>22</height>
1115         </size>
1116        </property>
1117        <item>
1118         <property name="text">
1119          <string>Slow</string>
1120         </property>
1121        </item>
1122        <item>
1123         <property name="text">
1124          <string>Normal</string>
1125         </property>
1126        </item>
1127        <item>
1128         <property name="text">
1129          <string>Fast</string>
1130         </property>
1131        </item>
1132       </widget>
1133      </item>
1134      <item row="0" column="0">
1135       <widget class="QLabel" name="mixerFontLbl">
1136        <property name="minimumSize">
1137         <size>
1138          <width>0</width>
1139          <height>22</height>
1140         </size>
1141        </property>
1142        <property name="frameShape">
1143         <enum>QFrame::Box</enum>
1144        </property>
1145        <property name="midLineWidth">
1146         <number>0</number>
1147        </property>
1148        <property name="text">
1149         <string>Mixer font</string>
1150        </property>
1151        <property name="alignment">
1152         <set>Qt::AlignCenter</set>
1153        </property>
1154        <property name="margin">
1155         <number>0</number>
1156        </property>
1157       </widget>
1158      </item>
1159     </layout>
1160    </widget>
1161    <widget class="QWidget" name="layoutWidget_7">
1162     <property name="geometry">
1163      <rect>
1164       <x>10</x>
1165       <y>170</y>
1166       <width>521</width>
1167       <height>66</height>
1168      </rect>
1169     </property>
1170     <layout class="QGridLayout" name="_2">
1171      <item row="0" column="0">
1172       <widget class="QLabel" name="mixerFontLbl_2">
1173        <property name="minimumSize">
1174         <size>
1175          <width>0</width>
1176          <height>22</height>
1177         </size>
1178        </property>
1179        <property name="frameShape">
1180         <enum>QFrame::Box</enum>
1181        </property>
1182        <property name="midLineWidth">
1183         <number>0</number>
1184        </property>
1185        <property name="text">
1186         <string>Default interface layout</string>
1187        </property>
1188        <property name="alignment">
1189         <set>Qt::AlignCenter</set>
1190        </property>
1191        <property name="margin">
1192         <number>0</number>
1193        </property>
1194       </widget>
1195      </item>
1196      <item row="0" column="1">
1197       <widget class="QComboBox" name="uiLayoutComboBox">
1198        <property name="minimumSize">
1199         <size>
1200          <width>0</width>
1201          <height>22</height>
1202         </size>
1203        </property>
1204        <item>
1205         <property name="text">
1206          <string>Single pane</string>
1207         </property>
1208        </item>
1209        <item>
1210         <property name="text">
1211          <string>Tabbed</string>
1212         </property>
1213        </item>
1214       </widget>
1215      </item>
1216     </layout>
1217    </widget>
1218   </widget>
1219  </widget>
1220 </widget>
1221 <layoutdefault spacing="6" margin="11"/>
1222 <customwidgets>
1223  <customwidget>
1224   <class>MidiTable</class>
1225   <extends>QTableWidget</extends>
1226   <header location="global">../src/widgets/midiTable.h</header>
1227  </customwidget>
1228 </customwidgets>
1229 <resources/>
1230 <connections/>
1231</ui>
Note: See TracBrowser for help on using the browser.