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

Revision 2359, 28.7 KB (checked in by wolke, 19 months ago)

if h2 is compiled with H2CORE_HAVE_RUBBERBAND the sampleditor
enable the rubberband stretcher controls and hide
rubberband-cli path settings in preferencesDialog.

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>559</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>541</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>541</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>0</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="MidiTable" name="midiTable">
689     <property name="geometry">
690      <rect>
691       <x>10</x>
692       <y>141</y>
693       <width>521</width>
694       <height>201</height>
695      </rect>
696     </property>
697    </widget>
698    <widget class="QWidget" name="layoutWidget_2">
699     <property name="geometry">
700      <rect>
701       <x>10</x>
702       <y>10</y>
703       <width>516</width>
704       <height>135</height>
705      </rect>
706     </property>
707     <layout class="QVBoxLayout" name="verticalLayout_2">
708      <item>
709       <layout class="QHBoxLayout" name="horizontalLayout_2">
710        <item>
711         <widget class="QLabel" name="textLabel1_5">
712          <property name="text">
713           <string>Midi driver</string>
714          </property>
715         </widget>
716        </item>
717        <item>
718         <widget class="QComboBox" name="m_pMidiDriverComboBox"/>
719        </item>
720       </layout>
721      </item>
722      <item>
723       <layout class="QHBoxLayout" name="horizontalLayout_6">
724        <item>
725         <widget class="QLabel" name="textLabel1_3_2">
726          <property name="minimumSize">
727           <size>
728            <width>0</width>
729            <height>22</height>
730           </size>
731          </property>
732          <property name="text">
733           <string>Input</string>
734          </property>
735         </widget>
736        </item>
737        <item>
738         <widget class="QComboBox" name="midiPortComboBox"/>
739        </item>
740       </layout>
741      </item>
742      <item>
743       <layout class="QHBoxLayout" name="horizontalLayout_5">
744        <item>
745         <widget class="QLabel" name="textLabel1_3">
746          <property name="minimumSize">
747           <size>
748            <width>0</width>
749            <height>22</height>
750           </size>
751          </property>
752          <property name="text">
753           <string>Channel</string>
754          </property>
755         </widget>
756        </item>
757        <item>
758         <widget class="QComboBox" name="midiPortChannelComboBox">
759          <property name="minimumSize">
760           <size>
761            <width>0</width>
762            <height>22</height>
763           </size>
764          </property>
765          <item>
766           <property name="text">
767            <string>All</string>
768           </property>
769          </item>
770          <item>
771           <property name="text">
772            <string>1</string>
773           </property>
774          </item>
775          <item>
776           <property name="text">
777            <string>2</string>
778           </property>
779          </item>
780          <item>
781           <property name="text">
782            <string>3</string>
783           </property>
784          </item>
785          <item>
786           <property name="text">
787            <string>4</string>
788           </property>
789          </item>
790          <item>
791           <property name="text">
792            <string>5</string>
793           </property>
794          </item>
795          <item>
796           <property name="text">
797            <string>6</string>
798           </property>
799          </item>
800          <item>
801           <property name="text">
802            <string>7</string>
803           </property>
804          </item>
805          <item>
806           <property name="text">
807            <string>8</string>
808           </property>
809          </item>
810          <item>
811           <property name="text">
812            <string>9</string>
813           </property>
814          </item>
815          <item>
816           <property name="text">
817            <string>10</string>
818           </property>
819          </item>
820          <item>
821           <property name="text">
822            <string>11</string>
823           </property>
824          </item>
825          <item>
826           <property name="text">
827            <string>12</string>
828           </property>
829          </item>
830          <item>
831           <property name="text">
832            <string>13</string>
833           </property>
834          </item>
835          <item>
836           <property name="text">
837            <string>14</string>
838           </property>
839          </item>
840          <item>
841           <property name="text">
842            <string>15</string>
843           </property>
844          </item>
845          <item>
846           <property name="text">
847            <string>16</string>
848           </property>
849          </item>
850         </widget>
851        </item>
852       </layout>
853      </item>
854      <item>
855       <layout class="QHBoxLayout" name="horizontalLayout_4">
856        <item>
857         <widget class="QCheckBox" name="m_pIgnoreNoteOffCheckBox">
858          <property name="text">
859           <string>Ignore note-off</string>
860          </property>
861         </widget>
862        </item>
863       </layout>
864      </item>
865     </layout>
866    </widget>
867   </widget>
868   <widget class="QWidget" name="tab_4">
869    <attribute name="title">
870     <string>&amp;Appearance</string>
871    </attribute>
872    <widget class="QLabel" name="textLabel3">
873     <property name="geometry">
874      <rect>
875       <x>10</x>
876       <y>300</y>
877       <width>521</width>
878       <height>40</height>
879      </rect>
880     </property>
881     <property name="text">
882      <string>&lt;i&gt;After a font change the application must be restarted.&lt;/i&gt;</string>
883     </property>
884    </widget>
885    <widget class="QWidget" name="layoutWidget_5">
886     <property name="geometry">
887      <rect>
888       <x>10</x>
889       <y>10</y>
890       <width>521</width>
891       <height>64</height>
892      </rect>
893     </property>
894     <layout class="QGridLayout">
895      <item row="0" column="0">
896       <widget class="QLabel" name="applicationFontLbl">
897        <property name="minimumSize">
898         <size>
899          <width>0</width>
900          <height>22</height>
901         </size>
902        </property>
903        <property name="frameShape">
904         <enum>QFrame::Box</enum>
905        </property>
906        <property name="text">
907         <string>Application font</string>
908        </property>
909        <property name="alignment">
910         <set>Qt::AlignCenter</set>
911        </property>
912       </widget>
913      </item>
914      <item row="1" column="0">
915       <widget class="QLabel" name="textLabel1_4">
916        <property name="text">
917         <string>Style</string>
918        </property>
919       </widget>
920      </item>
921      <item row="1" column="1">
922       <widget class="QComboBox" name="styleComboBox"/>
923      </item>
924      <item row="0" column="1">
925       <widget class="QPushButton" name="selectApplicationFontBtn">
926        <property name="minimumSize">
927         <size>
928          <width>0</width>
929          <height>22</height>
930         </size>
931        </property>
932        <property name="text">
933         <string>Select font</string>
934        </property>
935       </widget>
936      </item>
937     </layout>
938    </widget>
939    <widget class="QWidget" name="layoutWidget_6">
940     <property name="geometry">
941      <rect>
942       <x>10</x>
943       <y>90</y>
944       <width>521</width>
945       <height>66</height>
946      </rect>
947     </property>
948     <layout class="QGridLayout">
949      <item row="0" column="1">
950       <widget class="QPushButton" name="selectMixerFontBtn">
951        <property name="minimumSize">
952         <size>
953          <width>0</width>
954          <height>22</height>
955         </size>
956        </property>
957        <property name="text">
958         <string>Select font</string>
959        </property>
960       </widget>
961      </item>
962      <item row="1" column="0">
963       <widget class="QLabel" name="textLabel1">
964        <property name="minimumSize">
965         <size>
966          <width>0</width>
967          <height>22</height>
968         </size>
969        </property>
970        <property name="text">
971         <string>Meters falloff speed</string>
972        </property>
973       </widget>
974      </item>
975      <item row="1" column="1">
976       <widget class="QComboBox" name="mixerFalloffComboBox">
977        <property name="minimumSize">
978         <size>
979          <width>0</width>
980          <height>22</height>
981         </size>
982        </property>
983        <item>
984         <property name="text">
985          <string>Slow</string>
986         </property>
987        </item>
988        <item>
989         <property name="text">
990          <string>Normal</string>
991         </property>
992        </item>
993        <item>
994         <property name="text">
995          <string>Fast</string>
996         </property>
997        </item>
998       </widget>
999      </item>
1000      <item row="0" column="0">
1001       <widget class="QLabel" name="mixerFontLbl">
1002        <property name="minimumSize">
1003         <size>
1004          <width>0</width>
1005          <height>22</height>
1006         </size>
1007        </property>
1008        <property name="frameShape">
1009         <enum>QFrame::Box</enum>
1010        </property>
1011        <property name="midLineWidth">
1012         <number>0</number>
1013        </property>
1014        <property name="text">
1015         <string>Mixer font</string>
1016        </property>
1017        <property name="alignment">
1018         <set>Qt::AlignCenter</set>
1019        </property>
1020        <property name="margin">
1021         <number>0</number>
1022        </property>
1023       </widget>
1024      </item>
1025     </layout>
1026    </widget>
1027    <widget class="QWidget" name="layoutWidget_7">
1028     <property name="geometry">
1029      <rect>
1030       <x>10</x>
1031       <y>170</y>
1032       <width>521</width>
1033       <height>66</height>
1034      </rect>
1035     </property>
1036     <layout class="QGridLayout" name="_2">
1037      <item row="0" column="0">
1038       <widget class="QLabel" name="mixerFontLbl_2">
1039        <property name="minimumSize">
1040         <size>
1041          <width>0</width>
1042          <height>22</height>
1043         </size>
1044        </property>
1045        <property name="frameShape">
1046         <enum>QFrame::Box</enum>
1047        </property>
1048        <property name="midLineWidth">
1049         <number>0</number>
1050        </property>
1051        <property name="text">
1052         <string>Default interface layout</string>
1053        </property>
1054        <property name="alignment">
1055         <set>Qt::AlignCenter</set>
1056        </property>
1057        <property name="margin">
1058         <number>0</number>
1059        </property>
1060       </widget>
1061      </item>
1062      <item row="0" column="1">
1063       <widget class="QComboBox" name="uiLayoutComboBox">
1064        <property name="minimumSize">
1065         <size>
1066          <width>0</width>
1067          <height>22</height>
1068         </size>
1069        </property>
1070        <item>
1071         <property name="text">
1072          <string>Single pane</string>
1073         </property>
1074        </item>
1075        <item>
1076         <property name="text">
1077          <string>Tabbed</string>
1078         </property>
1079        </item>
1080       </widget>
1081      </item>
1082     </layout>
1083    </widget>
1084   </widget>
1085  </widget>
1086 </widget>
1087 <layoutdefault spacing="6" margin="11"/>
1088 <customwidgets>
1089  <customwidget>
1090   <class>MidiTable</class>
1091   <extends>QTableWidget</extends>
1092   <header location="global">../src/widgets/midiTable.h</header>
1093  </customwidget>
1094 </customwidgets>
1095 <resources/>
1096 <connections/>
1097</ui>
Note: See TracBrowser for help on using the browser.