Release version 0.99.2-1
[fmit.git] / ui / ConfigForm.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>ConfigForm</class>
4  <widget class="QDialog" name="ConfigForm">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>672</width>
10     <height>822</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>Configuration</string>
15   </property>
16   <property name="windowIcon">
17    <iconset>
18     <normaloff>:/fmit/images/configForm.png</normaloff>:/fmit/images/configForm.png</iconset>
19   </property>
20   <property name="sizeGripEnabled">
21    <bool>true</bool>
22   </property>
23   <layout class="QVBoxLayout">
24    <property name="spacing">
25     <number>6</number>
26    </property>
27    <property name="margin">
28     <number>11</number>
29    </property>
30    <item>
31     <widget class="QTabWidget" name="tabWidget">
32      <property name="currentIndex">
33       <number>1</number>
34      </property>
35      <widget class="QWidget" name="tabPageGeneral">
36       <attribute name="title">
37        <string>General</string>
38       </attribute>
39       <layout class="QVBoxLayout">
40        <item>
41         <widget class="QCheckBox" name="ui_chkFullScreen">
42          <property name="toolTip">
43           <string>Raise the window to the whole screen when the program is started
44 (You can also use the shortcut 'f').</string>
45          </property>
46          <property name="whatsThis">
47           <string>Raise the window to the whole screen when the program is started
48 (You can also use the shortcut 'f').</string>
49          </property>
50          <property name="text">
51           <string>Start in full-screen</string>
52          </property>
53         </widget>
54        </item>
55        <item>
56         <widget class="QCheckBox" name="ui_chkAutoSaveOnExit">
57          <property name="text">
58           <string>Auto-save configuration and layout on exit</string>
59          </property>
60         </widget>
61        </item>
62        <item>
63         <layout class="QHBoxLayout">
64          <item>
65           <widget class="QLabel" name="textLabel1_7_1">
66            <property name="toolTip">
67             <string>The used tuning scale to determine note frequency values. Useful for tuning historic intruments.</string>
68            </property>
69            <property name="whatsThis">
70             <string>The used tuning scale to determine note frequency values. Useful for tuning historic intruments.</string>
71            </property>
72            <property name="text">
73             <string>Tuning scale</string>
74            </property>
75           </widget>
76          </item>
77          <item>
78           <widget class="QComboBox" name="ui_cbTuning">
79            <property name="toolTip">
80             <string>The used tuning scale to determine note frequency values. Useful for tuning historic intruments.</string>
81            </property>
82            <property name="whatsThis">
83             <string>The used tuning scale to determine note frequency values. Useful for tuning historic intruments.</string>
84            </property>
85            <item>
86             <property name="text">
87              <string>Chromatic</string>
88             </property>
89            </item>
90            <item>
91             <property name="text">
92              <string>Werckmeister III</string>
93             </property>
94            </item>
95            <item>
96             <property name="text">
97              <string>Kirnberger III</string>
98             </property>
99            </item>
100            <item>
101             <property name="text">
102              <string>Diatonic</string>
103             </property>
104            </item>
105            <item>
106             <property name="text">
107              <string>Meantone (1/4)</string>
108             </property>
109            </item>
110           </widget>
111          </item>
112         </layout>
113        </item>
114        <item>
115         <layout class="QHBoxLayout">
116          <item>
117           <widget class="QLabel" name="textLabel1_7">
118            <property name="toolTip">
119             <string>The used tonality.
120 Useful to convert note names to a corresponding instrument tonality (e.g. Eb for saxophone, Bb for trumpet).</string>
121            </property>
122            <property name="whatsThis">
123             <string>The used tonality.
124 Useful to convert note names to a corresponding instrument tonality (e.g. Eb for saxophone, Bb for trumpet).</string>
125            </property>
126            <property name="text">
127             <string>Tonality</string>
128            </property>
129           </widget>
130          </item>
131          <item>
132           <widget class="QComboBox" name="ui_cbTonality">
133            <property name="toolTip">
134             <string>The used tonality.
135 Useful to convert note names to a corresponding instrument tonality (e.g. Eb for saxophone, Bb for trumpet).</string>
136            </property>
137            <property name="whatsThis">
138             <string>The used tonality.
139 Useful to convert note names to a corresponding instrument tonality (e.g. Eb for saxophone, Bb for trumpet).</string>
140            </property>
141            <item>
142             <property name="text">
143              <string>C (Do)</string>
144             </property>
145            </item>
146            <item>
147             <property name="text">
148              <string>Bb (Sib)</string>
149             </property>
150            </item>
151            <item>
152             <property name="text">
153              <string>Eb (Mib)</string>
154             </property>
155            </item>
156           </widget>
157          </item>
158         </layout>
159        </item>
160        <item>
161         <layout class="QHBoxLayout">
162          <item>
163           <widget class="QLabel" name="textLabel3_3">
164            <property name="toolTip">
165             <string>Use anglo-saxon or latin note names:
166 anglo-saxon: C D E F G A B
167 latin: Do Re Mi Fa Sol La Si</string>
168            </property>
169            <property name="whatsThis">
170             <string>Use anglo-saxon or latin note names:
171 anglo-saxon: C D E F G A B
172 latin: Do Re Mi Fa Sol La Si</string>
173            </property>
174            <property name="text">
175             <string>Note names</string>
176            </property>
177           </widget>
178          </item>
179          <item>
180           <widget class="QComboBox" name="ui_cbNotesName">
181            <property name="toolTip">
182             <string>Use anglo-saxon or latin note names:
183 anglo-saxon: C D E F G A B
184 latin: Do Re Mi Fa Sol La Si</string>
185            </property>
186            <property name="whatsThis">
187             <string>Use anglo-saxon or latin note names:
188 anglo-saxon: C D E F G A B
189 latin: Do Re Mi Fa Sol La Si</string>
190            </property>
191            <item>
192             <property name="text">
193              <string>Anglo-Saxon</string>
194             </property>
195            </item>
196            <item>
197             <property name="text">
198              <string>Latin</string>
199             </property>
200            </item>
201           </widget>
202          </item>
203         </layout>
204        </item>
205        <item>
206         <widget class="QCheckBox" name="ui_chkShowA4Offset">
207          <property name="text">
208           <string>Show the spin box for the A4 offset</string>
209          </property>
210         </widget>
211        </item>
212        <item>
213         <spacer name="spacer5">
214          <property name="orientation">
215           <enum>Qt::Vertical</enum>
216          </property>
217          <property name="sizeType">
218           <enum>QSizePolicy::Expanding</enum>
219          </property>
220          <property name="sizeHint" stdset="0">
221           <size>
222            <width>20</width>
223            <height>110</height>
224           </size>
225          </property>
226         </spacer>
227        </item>
228        <item>
229         <widget class="QLabel" name="textLabel1_5">
230          <property name="font">
231           <font/>
232          </property>
233          <property name="text">
234           <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
235 &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
236 p, li { white-space: pre-wrap; }
237 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
238 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;To get more options:&lt;/span&gt;&lt;/p&gt;
239 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Right-click every view to show up their properties!&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
240          </property>
241         </widget>
242        </item>
243        <item>
244         <spacer name="spacer5_2">
245          <property name="orientation">
246           <enum>Qt::Vertical</enum>
247          </property>
248          <property name="sizeType">
249           <enum>QSizePolicy::Expanding</enum>
250          </property>
251          <property name="sizeHint" stdset="0">
252           <size>
253            <width>20</width>
254            <height>100</height>
255           </size>
256          </property>
257         </spacer>
258        </item>
259       </layout>
260      </widget>
261      <widget class="QWidget" name="tabPageCaptureSystem">
262       <attribute name="title">
263        <string>Capture System</string>
264       </attribute>
265       <layout class="QVBoxLayout">
266        <item>
267         <layout class="QHBoxLayout">
268          <item>
269           <widget class="QLabel" name="ui_lblSelectedCaptureSystem">
270            <property name="toolTip">
271             <string>The capture system (e.g. JACK, ALSA, OSS, PortAudio)</string>
272            </property>
273            <property name="whatsThis">
274             <string>The capture system (e.g. JACK, ALSA, OSS, PortAudio)</string>
275            </property>
276            <property name="text">
277             <string>The capture system</string>
278            </property>
279           </widget>
280          </item>
281          <item>
282           <widget class="QComboBox" name="ui_cbTransports">
283            <property name="toolTip">
284             <string>Selected the capture system (e.g. JACK, ALSA, OSS, PortAudio)</string>
285            </property>
286            <property name="whatsThis">
287             <string>Selected the capture system (e.g. JACK, ALSA, OSS, PortAudio)</string>
288            </property>
289           </widget>
290          </item>
291         </layout>
292        </item>
293        <item>
294         <layout class="QHBoxLayout">
295          <item>
296           <widget class="QCheckBox" name="ui_chkAutoDetect">
297            <property name="toolTip">
298             <string>Auto detect a working capture system at FMIT startup.</string>
299            </property>
300            <property name="whatsThis">
301             <string>Auto detect a working capture system at FMIT startup.</string>
302            </property>
303            <property name="text">
304             <string>Auto-detect an available capture system at startup</string>
305            </property>
306            <property name="checked">
307             <bool>true</bool>
308            </property>
309           </widget>
310          </item>
311          <item>
312           <widget class="QPushButton" name="ui_btnAutoDetect">
313            <property name="toolTip">
314             <string>Auto detect a working capture system at FMIT startup.</string>
315            </property>
316            <property name="whatsThis">
317             <string>Auto detect a working capture system at FMIT startup.</string>
318            </property>
319            <property name="text">
320             <string>Auto detect now</string>
321            </property>
322           </widget>
323          </item>
324         </layout>
325        </item>
326        <item>
327         <widget class="QGroupBox" name="ui_grpJACK">
328          <property name="title">
329           <string>JACK</string>
330          </property>
331          <layout class="QVBoxLayout">
332           <item>
333            <layout class="QHBoxLayout">
334             <item>
335              <widget class="QLabel" name="textLabel1">
336               <property name="toolTip">
337                <string>The name of this FMIT instance in the JACK connections.</string>
338               </property>
339               <property name="whatsThis">
340                <string>The name of this FMIT instance in the JACK connections.</string>
341               </property>
342               <property name="text">
343                <string>Client name</string>
344               </property>
345              </widget>
346             </item>
347             <item>
348              <widget class="QLineEdit" name="lineEdit7">
349               <property name="enabled">
350                <bool>false</bool>
351               </property>
352               <property name="sizePolicy">
353                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
354                 <horstretch>0</horstretch>
355                 <verstretch>0</verstretch>
356                </sizepolicy>
357               </property>
358               <property name="toolTip">
359                <string>The name of this FMIT instance in the JACK connections.</string>
360               </property>
361               <property name="whatsThis">
362                <string>The name of this FMIT instance in the JACK connections.</string>
363               </property>
364               <property name="text">
365                <string>fmit</string>
366               </property>
367              </widget>
368             </item>
369            </layout>
370           </item>
371           <item>
372            <layout class="QHBoxLayout">
373             <item>
374              <widget class="QCheckBox" name="ui_chkJACKAutoConnect">
375               <property name="toolTip">
376                <string>Automatically connect FMIT to the following source at startup (e.g. alsa_pcm:capture_1)</string>
377               </property>
378               <property name="whatsThis">
379                <string>Automatically connect FMIT to the following source at startup (e.g. alsa_pcm:capture_1)</string>
380               </property>
381               <property name="text">
382                <string>automaticaly connect to...</string>
383               </property>
384              </widget>
385             </item>
386             <item>
387              <widget class="QLineEdit" name="ui_txtJACKSourcePort">
388               <property name="enabled">
389                <bool>false</bool>
390               </property>
391               <property name="sizePolicy">
392                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
393                 <horstretch>0</horstretch>
394                 <verstretch>0</verstretch>
395                </sizepolicy>
396               </property>
397               <property name="toolTip">
398                <string>Automatically connect FMIT to the following source at startup (e.g. alsa_pcm:capture_1)</string>
399               </property>
400               <property name="whatsThis">
401                <string>Automatically connect FMIT to the following source at startup (e.g. alsa_pcm:capture_1)</string>
402               </property>
403              </widget>
404             </item>
405            </layout>
406           </item>
407           <item>
408            <layout class="QHBoxLayout">
409             <item>
410              <widget class="QLabel" name="textLabel3">
411               <property name="toolTip">
412                <string>Sampling rate of the JACK server</string>
413               </property>
414               <property name="whatsThis">
415                <string>Sampling rate of the JACK server</string>
416               </property>
417               <property name="text">
418                <string>JACK sampling rate</string>
419               </property>
420              </widget>
421             </item>
422             <item>
423              <widget class="QLabel" name="ui_lblJACKSamplingRate">
424               <property name="toolTip">
425                <string>Sampling rate of the JACK server</string>
426               </property>
427               <property name="whatsThis">
428                <string>Sampling rate of the JACK server</string>
429               </property>
430              </widget>
431             </item>
432            </layout>
433           </item>
434          </layout>
435         </widget>
436        </item>
437        <item>
438         <widget class="QGroupBox" name="ui_grpALSA">
439          <property name="title">
440           <string>ALSA</string>
441          </property>
442          <layout class="QVBoxLayout">
443           <item>
444            <layout class="QHBoxLayout">
445             <item>
446              <widget class="QLabel" name="textLabel1_2">
447               <property name="toolTip">
448                <string>The name of the ALSA device to use.</string>
449               </property>
450               <property name="whatsThis">
451                <string>The name of the ALSA device to use.</string>
452               </property>
453               <property name="text">
454                <string>Device name</string>
455               </property>
456              </widget>
457             </item>
458             <item>
459              <widget class="QLineEdit" name="ui_txtALSAPCMName">
460               <property name="sizePolicy">
461                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
462                 <horstretch>0</horstretch>
463                 <verstretch>0</verstretch>
464                </sizepolicy>
465               </property>
466               <property name="toolTip">
467                <string>The name of the ALSA device to use.</string>
468               </property>
469               <property name="whatsThis">
470                <string>The name of the ALSA device to use.</string>
471               </property>
472               <property name="text">
473                <string>default</string>
474               </property>
475              </widget>
476             </item>
477            </layout>
478           </item>
479           <item>
480            <layout class="QHBoxLayout">
481             <item>
482              <widget class="QLabel" name="textLabel4">
483               <property name="toolTip">
484                <string>The chosen sampling rate.
485 Do not use a too big sampling rate. 22050Hz should be enough in most cases.</string>
486               </property>
487               <property name="whatsThis">
488                <string>The chosen sampling rate.
489 Do not use a too big sampling rate. 22050Hz should be enough in most cases.</string>
490               </property>
491               <property name="text">
492                <string>Sampling rate</string>
493               </property>
494              </widget>
495             </item>
496             <item>
497              <layout class="QHBoxLayout" name="_2">
498               <item>
499                <widget class="QSpinBox" name="ui_spinALSASamplingRate">
500                 <property name="toolTip">
501                  <string>The chosen sampling rate.
502 Do not use a too big sampling rate. 22050Hz should be enough in most cases.</string>
503                 </property>
504                 <property name="whatsThis">
505                  <string>The chosen sampling rate.
506 Do not use a too big sampling rate. 22050Hz should be enough in most cases.</string>
507                 </property>
508                 <property name="minimum">
509                  <number>8000</number>
510                 </property>
511                 <property name="maximum">
512                  <number>96000</number>
513                 </property>
514                 <property name="value">
515                  <number>22050</number>
516                 </property>
517                </widget>
518               </item>
519               <item>
520                <widget class="QCheckBox" name="ui_chkALSASamplingRateMax">
521                 <property name="toolTip">
522                  <string>Set the sampling rate to the maximum possible value.</string>
523                 </property>
524                 <property name="whatsThis">
525                  <string>Set the sampling rate to the maximum possible value.</string>
526                 </property>
527                 <property name="text">
528                  <string>set to max</string>
529                 </property>
530                </widget>
531               </item>
532              </layout>
533             </item>
534            </layout>
535           </item>
536           <item>
537            <widget class="QLabel" name="textLabel1_5_2_2">
538             <property name="text">
539              <string>Do not use a too big sampling rate. 22050Hz should be largely enough in most cases.</string>
540             </property>
541            </widget>
542           </item>
543           <item>
544            <widget class="QCheckBox" name="ui_chkALSAMixMultipleChannels">
545             <property name="text">
546              <string>Mix channels if there are multiple (if unchecked, the first channel will be used)</string>
547             </property>
548            </widget>
549           </item>
550          </layout>
551         </widget>
552        </item>
553        <item>
554         <widget class="QGroupBox" name="ui_grpOSS">
555          <property name="title">
556           <string>OSS</string>
557          </property>
558          <layout class="QVBoxLayout">
559           <item>
560            <layout class="QHBoxLayout">
561             <item>
562              <widget class="QLabel" name="textLabel1_2_2">
563               <property name="toolTip">
564                <string>The name of the OSS device to connect to</string>
565               </property>
566               <property name="whatsThis">
567                <string>The name of the OSS device to connect to</string>
568               </property>
569               <property name="text">
570                <string>Device name</string>
571               </property>
572              </widget>
573             </item>
574             <item>
575              <widget class="QLineEdit" name="ui_txtOSSPCMName">
576               <property name="sizePolicy">
577                <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
578                 <horstretch>0</horstretch>
579                 <verstretch>0</verstretch>
580                </sizepolicy>
581               </property>
582               <property name="toolTip">
583                <string>The name of the OSS device to connect to</string>
584               </property>
585               <property name="whatsThis">
586                <string>The name of the OSS device to connect to</string>
587               </property>
588               <property name="text">
589                <string>/dev/dsp</string>
590               </property>
591              </widget>
592             </item>
593            </layout>
594           </item>
595           <item>
596            <layout class="QHBoxLayout">
597             <item>
598              <widget class="QLabel" name="textLabel4_3">
599               <property name="toolTip">
600                <string>The chosen sampling rate.
601 Do not use a too big sampling rate. 22050Hz should be enough in most cases.</string>
602               </property>
603               <property name="whatsThis">
604                <string>The chosen sampling rate.
605 Do not use a too big sampling rate. 22050Hz should be enough in most cases.</string>
606               </property>
607               <property name="text">
608                <string>Sampling rate</string>
609               </property>
610              </widget>
611             </item>
612             <item>
613              <layout class="QHBoxLayout" name="horizontalLayout">
614               <item>
615                <widget class="QSpinBox" name="ui_spinOSSSamplingRate">
616                 <property name="toolTip">
617                  <string>The chosen sampling rate.
618 Do not use a too big sampling rate. 22050Hz should be enough in most cases.</string>
619                 </property>
620                 <property name="whatsThis">
621                  <string>The chosen sampling rate.
622 Do not use a too big sampling rate. 22050Hz should be enough in most cases.</string>
623                 </property>
624                 <property name="minimum">
625                  <number>8000</number>
626                 </property>
627                 <property name="maximum">
628                  <number>96000</number>
629                 </property>
630                 <property name="value">
631                  <number>22050</number>
632                 </property>
633                </widget>
634               </item>
635               <item>
636                <widget class="QCheckBox" name="ui_chkOSSSamplingRateMax">
637                 <property name="toolTip">
638                  <string>Set the sampling rate to the maximum possible value.</string>
639                 </property>
640                 <property name="whatsThis">
641                  <string>Set the sampling rate to the maximum possible value.</string>
642                 </property>
643                 <property name="text">
644                  <string>set to max</string>
645                 </property>
646                </widget>
647               </item>
648              </layout>
649             </item>
650            </layout>
651           </item>
652           <item>
653            <widget class="QLabel" name="textLabel1_5_2">
654             <property name="text">
655              <string>Do not use a too big sampling rate. 22050Hz should be largely enough in most cases.</string>
656             </property>
657            </widget>
658           </item>
659           <item>
660            <widget class="QCheckBox" name="ui_chkOSSMixMultipleChannels">
661             <property name="text">
662              <string>Mix channels if there are multiple (if unchecked, the first channel will be used)</string>
663             </property>
664            </widget>
665           </item>
666          </layout>
667         </widget>
668        </item>
669        <item>
670         <widget class="QGroupBox" name="ui_grpPortAudio">
671          <property name="title">
672           <string>PortAudio</string>
673          </property>
674          <layout class="QVBoxLayout">
675           <item>
676            <layout class="QHBoxLayout">
677             <item>
678              <widget class="QLabel" name="textLabel1_8">
679               <property name="toolTip">
680                <string>The name of the PortAudio device to connect to</string>
681               </property>
682               <property name="whatsThis">
683                <string>The name of the PortAudio device to connect to</string>
684               </property>
685               <property name="text">
686                <string>Device name</string>
687               </property>
688              </widget>
689             </item>
690             <item>
691              <widget class="QComboBox" name="ui_cbPortAudioDeviceName">
692               <property name="toolTip">
693                <string>The name of the PortAudio device to connect to</string>
694               </property>
695               <property name="whatsThis">
696                <string>The name of the PortAudio device to connect to</string>
697               </property>
698               <item>
699                <property name="text">
700                 <string>default</string>
701                </property>
702               </item>
703              </widget>
704             </item>
705            </layout>
706           </item>
707           <item>
708            <layout class="QHBoxLayout">
709             <item>
710              <widget class="QLabel" name="textLabel4_2">
711               <property name="toolTip">
712                <string>The chosen sampling rate.
713 Do not use a too big sampling rate. 22050Hz should be enough in most cases.</string>
714               </property>
715               <property name="whatsThis">
716                <string>The chosen sampling rate.
717 Do not use a too big sampling rate. 22050Hz should be enough in most cases.</string>
718               </property>
719               <property name="text">
720                <string>Sampling rate</string>
721               </property>
722              </widget>
723             </item>
724             <item>
725              <layout class="QHBoxLayout" name="horizontalLayout_2">
726               <item>
727                <widget class="QSpinBox" name="ui_spinPortAudioSamplingRate">
728                 <property name="toolTip">
729                  <string>The chosen sampling rate.
730 Do not use a too big sampling rate. 22050Hz should be enough in most cases.</string>
731                 </property>
732                 <property name="whatsThis">
733                  <string>The chosen sampling rate.
734 Do not use a too big sampling rate. 22050Hz should be enough in most cases.</string>
735                 </property>
736                 <property name="minimum">
737                  <number>8000</number>
738                 </property>
739                 <property name="maximum">
740                  <number>96000</number>
741                 </property>
742                 <property name="value">
743                  <number>22050</number>
744                 </property>
745                </widget>
746               </item>
747               <item>
748                <widget class="QCheckBox" name="ui_chkPortAudioSamplingRateMax">
749                 <property name="toolTip">
750                  <string>Set the sampling rate to the maximum possible value.</string>
751                 </property>
752                 <property name="whatsThis">
753                  <string>Set the sampling rate to the maximum possible value.</string>
754                 </property>
755                 <property name="text">
756                  <string>set to max</string>
757                 </property>
758                </widget>
759               </item>
760              </layout>
761             </item>
762            </layout>
763           </item>
764           <item>
765            <widget class="QLabel" name="textLabel1_5_2_2_2">
766             <property name="text">
767              <string>Do not use a too big sampling rate. 22050Hz should be largely enough in most cases.</string>
768             </property>
769            </widget>
770           </item>
771           <item>
772            <widget class="QCheckBox" name="ui_chkPortAudioMixMultipleChannels">
773             <property name="text">
774              <string>Mix channels if there are multiple (if unchecked, the first channel will be used)</string>
775             </property>
776            </widget>
777           </item>
778          </layout>
779         </widget>
780        </item>
781        <item>
782         <spacer name="spacer6">
783          <property name="orientation">
784           <enum>Qt::Vertical</enum>
785          </property>
786          <property name="sizeType">
787           <enum>QSizePolicy::Expanding</enum>
788          </property>
789          <property name="sizeHint" stdset="0">
790           <size>
791            <width>20</width>
792            <height>16</height>
793           </size>
794          </property>
795         </spacer>
796        </item>
797       </layout>
798      </widget>
799      <widget class="QWidget" name="tabPageSoundAnalysis">
800       <attribute name="title">
801        <string>Sound Analysis</string>
802       </attribute>
803       <layout class="QVBoxLayout">
804        <item>
805         <layout class="QHBoxLayout">
806          <item>
807           <widget class="QLabel" name="textLabel1_4">
808            <property name="toolTip">
809             <string>Time between each sound analysis.
810 Can be increased to get less CPU usage (but less temporal precision).</string>
811            </property>
812            <property name="whatsThis">
813             <string>Time between each sound analysis.
814 Can be increased to get less CPU usage (but less temporal precision).</string>
815            </property>
816            <property name="text">
817             <string>Refresh time</string>
818            </property>
819           </widget>
820          </item>
821          <item>
822           <widget class="QSpinBox" name="ui_spinRefreshTime">
823            <property name="toolTip">
824             <string>Time between each sound analysis.
825 Can be increased to get less CPU usage (but less temporal precision).</string>
826            </property>
827            <property name="whatsThis">
828             <string>Time between each sound analysis.
829 Can be increased to get less CPU usage (but less temporal precision).</string>
830            </property>
831            <property name="suffix">
832             <string> ms</string>
833            </property>
834            <property name="minimum">
835             <number>1</number>
836            </property>
837            <property name="maximum">
838             <number>2000</number>
839            </property>
840            <property name="value">
841             <number>20</number>
842            </property>
843           </widget>
844          </item>
845         </layout>
846        </item>
847        <item>
848         <layout class="QHBoxLayout">
849          <item>
850           <widget class="QLabel" name="textLabel7">
851            <property name="toolTip">
852             <string>Range of possible notes from the lowest to the highest around the A4 reference note.
853 Smaller the range, smaller the CPU usage.</string>
854            </property>
855            <property name="whatsThis">
856             <string>Range of possible notes from the lowest to the highest around the A4 reference note.
857 Smaller the range, smaller the CPU usage.</string>
858            </property>
859            <property name="text">
860             <string>Notes range</string>
861            </property>
862           </widget>
863          </item>
864          <item>
865           <layout class="QVBoxLayout">
866            <item>
867             <widget class="QSpinBox" name="ui_spinMinHT">
868              <property name="toolTip">
869               <string>Lowest semitone from the A4 reference note.
870 It can useful to put it higher than -35 to avoid disturbance from the sector alimentation (~50hz).</string>
871              </property>
872              <property name="whatsThis">
873               <string>Lowest semitone from the A4 reference note.
874 It can useful to put it higher than -35 to avoid disturbance from the sector alimentation (~50hz).</string>
875              </property>
876              <property name="minimum">
877               <number>-96</number>
878              </property>
879              <property name="maximum">
880               <number>96</number>
881              </property>
882              <property name="value">
883               <number>-36</number>
884              </property>
885             </widget>
886            </item>
887            <item>
888             <widget class="QLabel" name="ui_txtMinHT">
889              <property name="toolTip">
890               <string>Lowest semitone from the A4 reference note.
891 It can useful to put it higher than -35 to avoid disturbance from the sector alimentation (~50hz).</string>
892              </property>
893              <property name="whatsThis">
894               <string>Lowest semitone from the A4 reference note.
895 It can useful to put it higher than -35 to avoid disturbance from the sector alimentation (~50hz).</string>
896              </property>
897             </widget>
898            </item>
899           </layout>
900          </item>
901          <item>
902           <layout class="QVBoxLayout">
903            <item>
904             <widget class="QSpinBox" name="ui_spinMaxHT">
905              <property name="toolTip">
906               <string>Highest semitone from the A4 reference note.</string>
907              </property>
908              <property name="whatsThis">
909               <string>Highest semitone from the A4 reference note.</string>
910              </property>
911              <property name="minimum">
912               <number>-96</number>
913              </property>
914              <property name="maximum">
915               <number>96</number>
916              </property>
917              <property name="value">
918               <number>48</number>
919              </property>
920             </widget>
921            </item>
922            <item>
923             <widget class="QLabel" name="ui_txtMaxHT">
924              <property name="toolTip">
925               <string>Highest semitone from the A4 reference note.</string>
926              </property>
927              <property name="whatsThis">
928               <string>Highest semitone from the A4 reference note.</string>
929              </property>
930             </widget>
931            </item>
932           </layout>
933          </item>
934         </layout>
935        </item>
936        <item>
937         <widget class="QGroupBox" name="ui_grpRangeFiltering">
938          <property name="toolTip">
939           <string>Filter the sound below the lowest semitone and above the highest semitone to avoid artefacts and noises in all the following steps of the sound analysis.</string>
940          </property>
941          <property name="whatsThis">
942           <string>Filter the sound below the lowest semitone and above the highest semitone to avoid artefacts and noises in all the following steps of the sound analysis.</string>
943          </property>
944          <property name="title">
945           <string>Notes range filtering</string>
946          </property>
947          <property name="checkable">
948           <bool>true</bool>
949          </property>
950          <layout class="QVBoxLayout">
951           <item>
952            <widget class="QRadioButton" name="ui_rdRangeFilteringRectangular">
953             <property name="text">
954              <string>Rectangular filter: bad precision, but very fast</string>
955             </property>
956             <property name="checked">
957              <bool>true</bool>
958             </property>
959            </widget>
960           </item>
961           <item>
962            <widget class="QRadioButton" name="ui_rdRangeFilteringFIR">
963             <property name="enabled">
964              <bool>false</bool>
965             </property>
966             <property name="text">
967              <string>FIR filter: good precision, but more costly in CPU usage</string>
968             </property>
969            </widget>
970           </item>
971          </layout>
972         </widget>
973        </item>
974        <item>
975         <widget class="QGroupBox" name="groupBox7_2_3">
976          <property name="toolTip">
977           <string>Algorithm settings</string>
978          </property>
979          <property name="whatsThis">
980           <string>Algorithm settings</string>
981          </property>
982          <property name="title">
983           <string>Algorithm</string>
984          </property>
985          <layout class="QGridLayout">
986           <item row="1" column="1">
987            <layout class="QHBoxLayout">
988             <item>
989              <widget class="QSlider" name="ui_sldVolumeTreshold">
990               <property name="toolTip">
991                <string>Ignore all sounds with volume below this threshold [dB]
992 (Shown as a red line in various views)</string>
993               </property>
994               <property name="whatsThis">
995                <string>Ignore all sounds with volume below this threshold [dB]
996 (Shown as a red line in various views)</string>
997               </property>
998               <property name="minimum">
999                <number>-100</number>
1000               </property>
1001               <property name="maximum">
1002                <number>0</number>
1003               </property>
1004               <property name="value">
1005                <number>-28</number>
1006               </property>
1007               <property name="orientation">
1008                <enum>Qt::Horizontal</enum>
1009               </property>
1010               <property name="tickPosition">
1011                <enum>QSlider::TicksBelow</enum>
1012               </property>
1013               <property name="tickInterval">
1014                <number>6</number>
1015               </property>
1016              </widget>
1017             </item>
1018             <item>
1019              <widget class="QSpinBox" name="ui_spinVolumeTreshold">
1020               <property name="toolTip">
1021                <string>Ignore all sounds with volume below this threshold [dB]
1022 (Shown as a red line in various views)</string>
1023               </property>
1024               <property name="whatsThis">
1025                <string>Ignore all sounds with volume below this threshold [dB]
1026 (Shown as a red line in various views)</string>
1027               </property>
1028               <property name="suffix">
1029                <string> dB</string>
1030               </property>
1031               <property name="minimum">
1032                <number>-100</number>
1033               </property>
1034               <property name="maximum">
1035                <number>0</number>
1036               </property>
1037               <property name="value">
1038                <number>-28</number>
1039               </property>
1040              </widget>
1041             </item>
1042            </layout>
1043           </item>
1044           <item row="3" column="1">
1045            <layout class="QHBoxLayout">
1046             <item>
1047              <widget class="QSlider" name="ui_sldCombedFFTAudibilityRatio">
1048               <property name="enabled">
1049                <bool>false</bool>
1050               </property>
1051               <property name="toolTip">
1052                <string>Ignore weak sub-harmonics.
1053 This threshold is defined between two neighbors frequency components.
1054 Prevents underestimation errors.</string>
1055               </property>
1056               <property name="whatsThis">
1057                <string>Ignore weak sub-harmonics.
1058 This threshold is defined between two neighbors frequency components.
1059 Prevents underestimation errors.</string>
1060               </property>
1061               <property name="maximum">
1062                <number>100</number>
1063               </property>
1064               <property name="value">
1065                <number>15</number>
1066               </property>
1067               <property name="orientation">
1068                <enum>Qt::Horizontal</enum>
1069               </property>
1070               <property name="tickPosition">
1071                <enum>QSlider::TicksBelow</enum>
1072               </property>
1073               <property name="tickInterval">
1074                <number>6</number>
1075               </property>
1076              </widget>
1077             </item>
1078             <item>
1079              <widget class="QSpinBox" name="ui_spinCombedFFTAudibilityRatio">
1080               <property name="enabled">
1081                <bool>false</bool>
1082               </property>
1083               <property name="toolTip">
1084                <string>Ignore weak sub-harmonics.
1085 This threshold is defined between two neighbors frequency components.
1086 Prevents underestimation errors.</string>
1087               </property>
1088               <property name="whatsThis">
1089                <string>Ignore weak sub-harmonics.
1090 This threshold is defined between two neighbors frequency components.
1091 Prevents underestimation errors.</string>
1092               </property>
1093               <property name="suffix">
1094                <string> dB</string>
1095               </property>
1096               <property name="maximum">
1097                <number>100</number>
1098               </property>
1099               <property name="value">
1100                <number>15</number>
1101               </property>
1102              </widget>
1103             </item>
1104            </layout>
1105           </item>
1106           <item row="3" column="0">
1107            <widget class="QCheckBox" name="ui_chkAlgoUseSubHarmTresh">
1108             <property name="toolTip">
1109              <string>Ignore weak sub-harmonics.
1110 This threshold is defined between two neighbors frequency components.
1111 Prevents underestimation errors.</string>
1112             </property>
1113             <property name="whatsThis">
1114              <string>Ignore weak sub-harmonics.
1115 This threshold is defined between two neighbors frequency components.
1116 Prevents underestimation errors.</string>
1117             </property>
1118             <property name="text">
1119              <string>Use sub-harmonic audibility threshold</string>
1120             </property>
1121            </widget>
1122           </item>
1123           <item row="2" column="1">
1124            <layout class="QHBoxLayout">
1125             <item>
1126              <widget class="QSlider" name="ui_sldWindowSizeFactor">
1127               <property name="toolTip">
1128                <string>Factor defining the window size (from the lowest possible period defined by the notes range).
1129 The bigger this factor, the more stable the analysis. However, by increasing this factor, FMIT will need more CPU and will react slower to sound changes.</string>
1130               </property>
1131               <property name="whatsThis">
1132                <string>Factor defining the window size (from the lowest possible period defined by the notes range).
1133 The bigger this factor, the more stable the analysis. However, by increasing this factor, FMIT will need more CPU and will react slower to sound changes.</string>
1134               </property>
1135               <property name="minimum">
1136                <number>1</number>
1137               </property>
1138               <property name="maximum">
1139                <number>8</number>
1140               </property>
1141               <property name="pageStep">
1142                <number>10</number>
1143               </property>
1144               <property name="value">
1145                <number>4</number>
1146               </property>
1147               <property name="orientation">
1148                <enum>Qt::Horizontal</enum>
1149               </property>
1150               <property name="tickPosition">
1151                <enum>QSlider::TicksBelow</enum>
1152               </property>
1153               <property name="tickInterval">
1154                <number>1</number>
1155               </property>
1156              </widget>
1157             </item>
1158             <item>
1159              <widget class="QSpinBox" name="ui_spinWindowSizeFactor">
1160               <property name="toolTip">
1161                <string>Factor defining the window size (from the lowest possible period defined by the notes range).
1162 The bigger this factor, the more stable the analysis. However, by increasing this factor, FMIT will need more CPU and will react slower to sound changes.</string>
1163               </property>
1164               <property name="whatsThis">
1165                <string>Factor defining the window size (from the lowest possible period defined by the notes range).
1166 The bigger this factor, the more stable the analysis. However, by increasing this factor, FMIT will need more CPU and will react slower to sound changes.</string>
1167               </property>
1168               <property name="minimum">
1169                <number>1</number>
1170               </property>
1171               <property name="maximum">
1172                <number>8</number>
1173               </property>
1174               <property name="value">
1175                <number>4</number>
1176               </property>
1177              </widget>
1178             </item>
1179            </layout>
1180           </item>
1181           <item row="2" column="0">
1182            <widget class="QLabel" name="textLabel1_6">
1183             <property name="toolTip">
1184              <string>Factor defining the window size (from the lowest possible period defined by the notes range).
1185 The bigger this factor, the more stable the analysis. However, by increasing this factor, FMIT will need more CPU and will react slower to sound changes.</string>
1186             </property>
1187             <property name="whatsThis">
1188              <string>Factor defining the window size (from the lowest possible period defined by the notes range).
1189 The bigger this factor, the more stable the analysis. However, by increasing this factor, FMIT will need more CPU and will react slower to sound changes.</string>
1190             </property>
1191             <property name="text">
1192              <string>Window size factor</string>
1193             </property>
1194            </widget>
1195           </item>
1196           <item row="1" column="0">
1197            <widget class="QLabel" name="textLabel3_2">
1198             <property name="toolTip">
1199              <string>Ignore all sounds with volume below this threshold [dB]
1200 (Shown as a red line in various views)</string>
1201             </property>
1202             <property name="whatsThis">
1203              <string>Ignore all sounds with volume below this threshold [dB]
1204 (Shown as a red line in various views)</string>
1205             </property>
1206             <property name="text">
1207              <string>Volume threshold</string>
1208             </property>
1209            </widget>
1210           </item>
1211          </layout>
1212         </widget>
1213        </item>
1214        <item>
1215         <widget class="QGroupBox" name="up_grpFreqRefinement">
1216          <property name="toolTip">
1217           <string>Frequency refinement settings</string>
1218          </property>
1219          <property name="whatsThis">
1220           <string>Frequency refinement settings</string>
1221          </property>
1222          <property name="title">
1223           <string>Frequency refinement</string>
1224          </property>
1225          <property name="checkable">
1226           <bool>true</bool>
1227          </property>
1228          <layout class="QGridLayout">
1229           <item row="1" column="0">
1230            <widget class="QRadioButton" name="ui_rdUseFreqRefinement">
1231             <property name="toolTip">
1232              <string>Use a refinement method in frequency domain: compute the mean of the quasi-harmonic related spectral peaks (the option allows to chose the number of harmonics to use).</string>
1233             </property>
1234             <property name="whatsThis">
1235              <string>Use a refinement method in frequency domain: compute the mean of the quasi-harmonic related spectral peaks (the option allows to chose the number of harmonics to use).</string>
1236             </property>
1237             <property name="text">
1238              <string>Maximum number of harmonics</string>
1239             </property>
1240            </widget>
1241           </item>
1242           <item row="0" column="0">
1243            <widget class="QRadioButton" name="ui_rdUseTimeRefinement">
1244             <property name="toolTip">
1245              <string>Use a refinement method in time domain: compute the mean of various period lengths (the option allows to chose the number of periods to use).</string>
1246             </property>
1247             <property name="whatsThis">
1248              <string>Use a refinement method in time domain: compute the mean of various period lengths (the option allows to chose the number of periods to use).</string>
1249             </property>
1250             <property name="text">
1251              <string>Maximum number of periods</string>
1252             </property>
1253             <property name="checked">
1254              <bool>true</bool>
1255             </property>
1256            </widget>
1257           </item>
1258           <item row="0" column="1">
1259            <layout class="QHBoxLayout">
1260             <item>
1261              <widget class="QSlider" name="ui_sldTimeRefinMaxPeriod">
1262               <property name="toolTip">
1263                <string>Use a refinement method in time domain: compute the mean of various period lengths (the option allows to chose the number of periods to use).</string>
1264               </property>
1265               <property name="whatsThis">
1266                <string>Use a refinement method in time domain: compute the mean of various period lengths (the option allows to chose the number of periods to use).</string>
1267               </property>
1268               <property name="minimum">
1269                <number>1</number>
1270               </property>
1271               <property name="maximum">
1272                <number>64</number>
1273               </property>
1274               <property name="pageStep">
1275                <number>10</number>
1276               </property>
1277               <property name="value">
1278                <number>16</number>
1279               </property>
1280               <property name="orientation">
1281                <enum>Qt::Horizontal</enum>
1282               </property>
1283               <property name="tickPosition">
1284                <enum>QSlider::TicksBelow</enum>
1285               </property>
1286               <property name="tickInterval">
1287                <number>8</number>
1288               </property>
1289              </widget>
1290             </item>
1291             <item>
1292              <widget class="QSpinBox" name="ui_spinTimeRefinMaxPeriod">
1293               <property name="toolTip">
1294                <string>Use a refinement method in time domain: compute the mean of various period lengths (the option allows to chose the number of periods to use).</string>
1295               </property>
1296               <property name="whatsThis">
1297                <string>Use a refinement method in time domain: compute the mean of various period lengths (the option allows to chose the number of periods to use).</string>
1298               </property>
1299               <property name="minimum">
1300                <number>1</number>
1301               </property>
1302               <property name="maximum">
1303                <number>64</number>
1304               </property>
1305               <property name="value">
1306                <number>4</number>
1307               </property>
1308              </widget>
1309             </item>
1310            </layout>
1311           </item>
1312           <item row="1" column="1">
1313            <layout class="QHBoxLayout">
1314             <item>
1315              <widget class="QSlider" name="ui_sldFreqRefinMaxHarm">
1316               <property name="toolTip">
1317                <string>Use a refinement method in frequency domain: compute the mean of the quasi-harmonic related spectral peaks (the option allows to chose the number of harmonics to use).</string>
1318               </property>
1319               <property name="whatsThis">
1320                <string>Use a refinement method in frequency domain: compute the mean of the quasi-harmonic related spectral peaks (the option allows to chose the number of harmonics to use).</string>
1321               </property>
1322               <property name="minimum">
1323                <number>1</number>
1324               </property>
1325               <property name="maximum">
1326                <number>64</number>
1327               </property>
1328               <property name="pageStep">
1329                <number>10</number>
1330               </property>
1331               <property name="value">
1332                <number>8</number>
1333               </property>
1334               <property name="orientation">
1335                <enum>Qt::Horizontal</enum>
1336               </property>
1337               <property name="tickPosition">
1338                <enum>QSlider::TicksBelow</enum>
1339               </property>
1340               <property name="tickInterval">
1341                <number>8</number>
1342               </property>
1343              </widget>
1344             </item>
1345             <item>
1346              <widget class="QSpinBox" name="ui_spinFreqRefinMaxHarm">
1347               <property name="toolTip">
1348                <string>Frequency domain fundamental refinement:
1349 mean of the fundamental relative frequencies of the harmonics.
1350 Choose the number of harmonics to use.</string>
1351               </property>
1352               <property name="whatsThis">
1353                <string>Frequency domain fundamental refinement:
1354 mean of the fundamental relative frequencies of the harmonics.
1355 Choose the number of harmonics to use.</string>
1356               </property>
1357               <property name="minimum">
1358                <number>1</number>
1359               </property>
1360               <property name="maximum">
1361                <number>64</number>
1362               </property>
1363               <property name="value">
1364                <number>8</number>
1365               </property>
1366              </widget>
1367             </item>
1368            </layout>
1369           </item>
1370          </layout>
1371         </widget>
1372        </item>
1373        <item>
1374         <widget class="QGroupBox" name="ui_grpQuantizer">
1375          <property name="toolTip">
1376           <string>Quantizer settings</string>
1377          </property>
1378          <property name="whatsThis">
1379           <string>Quantizer settings</string>
1380          </property>
1381          <property name="title">
1382           <string>Quantizer</string>
1383          </property>
1384          <property name="checkable">
1385           <bool>true</bool>
1386          </property>
1387          <layout class="QVBoxLayout">
1388           <item>
1389            <layout class="QHBoxLayout">
1390             <item>
1391              <widget class="QLabel" name="textLabel1_3">
1392               <property name="toolTip">
1393                <string>Quantize the analysis results: ignore frequency jumps, fill gaps, ignore short notes.
1394 The smaller the value, the faster the tuner. However, by decreasing the value, the computed frequency will be more unstable.</string>
1395               </property>
1396               <property name="whatsThis">
1397                <string>Quantize the analysis results: ignore frequency jumps, fill gaps, ignore short notes.
1398 The smaller the value, the faster the tuner. However, by decreasing the value, the computed frequency will be more unstable.</string>
1399               </property>
1400               <property name="text">
1401                <string>Latency</string>
1402               </property>
1403              </widget>
1404             </item>
1405             <item>
1406              <widget class="QSpinBox" name="ui_spinErrorLatency">
1407               <property name="toolTip">
1408                <string>Quantize the analysis results: ignore frequency jumps, fill gaps, ignore short notes.
1409 The smaller the value, the faster the tuner. However, by decreasing the value, the computed frequency will be more unstable.</string>
1410               </property>
1411               <property name="whatsThis">
1412                <string>Quantize the analysis results: ignore frequency jumps, fill gaps, ignore short notes.
1413 The smaller the value, the faster the tuner. However, by decreasing the value, the computed frequency will be more unstable.</string>
1414               </property>
1415               <property name="suffix">
1416                <string> ms</string>
1417               </property>
1418               <property name="minimum">
1419                <number>1</number>
1420               </property>
1421               <property name="maximum">
1422                <number>4000</number>
1423               </property>
1424               <property name="value">
1425                <number>125</number>
1426               </property>
1427              </widget>
1428             </item>
1429            </layout>
1430           </item>
1431          </layout>
1432         </widget>
1433        </item>
1434        <item>
1435         <spacer name="spacer8">
1436          <property name="orientation">
1437           <enum>Qt::Vertical</enum>
1438          </property>
1439          <property name="sizeType">
1440           <enum>QSizePolicy::Expanding</enum>
1441          </property>
1442          <property name="sizeHint" stdset="0">
1443           <size>
1444            <width>20</width>
1445            <height>40</height>
1446           </size>
1447          </property>
1448         </spacer>
1449        </item>
1450       </layout>
1451      </widget>
1452     </widget>
1453    </item>
1454    <item>
1455     <layout class="QHBoxLayout">
1456      <item>
1457       <widget class="QPushButton" name="ui_btnRestoreFactorySettings">
1458        <property name="toolTip">
1459         <string>Restore settings as if you just installed FMIT (requires to restart FMIT).</string>
1460        </property>
1461        <property name="whatsThis">
1462         <string>Restore settings as if you just installed FMIT (requires to restart FMIT).</string>
1463        </property>
1464        <property name="text">
1465         <string>Restore &amp;factory settings</string>
1466        </property>
1467       </widget>
1468      </item>
1469      <item>
1470       <spacer name="spacer3">
1471        <property name="orientation">
1472         <enum>Qt::Horizontal</enum>
1473        </property>
1474        <property name="sizeType">
1475         <enum>QSizePolicy::Expanding</enum>
1476        </property>
1477        <property name="sizeHint" stdset="0">
1478         <size>
1479          <width>40</width>
1480          <height>20</height>
1481         </size>
1482        </property>
1483       </spacer>
1484      </item>
1485      <item>
1486       <widget class="QPushButton" name="buttonOk">
1487        <property name="toolTip">
1488         <string>Use these settings and quit the configuration panel (it is required to click on the &quot;Save settings&quot; button to permanently keep these settings for each FMIT start)</string>
1489        </property>
1490        <property name="whatsThis">
1491         <string>Use these settings and quit the configuration panel (it is required to click on the &quot;Save settings&quot; button to permanently keep these settings for each FMIT start)</string>
1492        </property>
1493        <property name="text">
1494         <string>&amp;OK</string>
1495        </property>
1496        <property name="autoDefault">
1497         <bool>true</bool>
1498        </property>
1499        <property name="default">
1500         <bool>true</bool>
1501        </property>
1502       </widget>
1503      </item>
1504      <item>
1505       <widget class="QPushButton" name="buttonCancel">
1506        <property name="toolTip">
1507         <string>Discard any changes and quit the configuration panel</string>
1508        </property>
1509        <property name="whatsThis">
1510         <string>Discard any changes and quit the configuration panel</string>
1511        </property>
1512        <property name="text">
1513         <string>&amp;Cancel</string>
1514        </property>
1515        <property name="autoDefault">
1516         <bool>true</bool>
1517        </property>
1518       </widget>
1519      </item>
1520     </layout>
1521    </item>
1522   </layout>
1523  </widget>
1524  <layoutdefault spacing="6" margin="11"/>
1525  <resources>
1526   <include location="../src/fmit.qrc"/>
1527  </resources>
1528  <connections>
1529   <connection>
1530    <sender>buttonOk</sender>
1531    <signal>clicked()</signal>
1532    <receiver>ConfigForm</receiver>
1533    <slot>accept()</slot>
1534    <hints>
1535     <hint type="sourcelabel">
1536      <x>20</x>
1537      <y>20</y>
1538     </hint>
1539     <hint type="destinationlabel">
1540      <x>20</x>
1541      <y>20</y>
1542     </hint>
1543    </hints>
1544   </connection>
1545   <connection>
1546    <sender>buttonCancel</sender>
1547    <signal>clicked()</signal>
1548    <receiver>ConfigForm</receiver>
1549    <slot>reject()</slot>
1550    <hints>
1551     <hint type="sourcelabel">
1552      <x>20</x>
1553      <y>20</y>
1554     </hint>
1555     <hint type="destinationlabel">
1556      <x>20</x>
1557      <y>20</y>
1558     </hint>
1559    </hints>
1560   </connection>
1561   <connection>
1562    <sender>ui_chkALSASamplingRateMax</sender>
1563    <signal>toggled(bool)</signal>
1564    <receiver>ui_spinALSASamplingRate</receiver>
1565    <slot>setDisabled(bool)</slot>
1566    <hints>
1567     <hint type="sourcelabel">
1568      <x>20</x>
1569      <y>20</y>
1570     </hint>
1571     <hint type="destinationlabel">
1572      <x>20</x>
1573      <y>20</y>
1574     </hint>
1575    </hints>
1576   </connection>
1577   <connection>
1578    <sender>ui_chkJACKAutoConnect</sender>
1579    <signal>toggled(bool)</signal>
1580    <receiver>ui_txtJACKSourcePort</receiver>
1581    <slot>setEnabled(bool)</slot>
1582    <hints>
1583     <hint type="sourcelabel">
1584      <x>20</x>
1585      <y>20</y>
1586     </hint>
1587     <hint type="destinationlabel">
1588      <x>20</x>
1589      <y>20</y>
1590     </hint>
1591    </hints>
1592   </connection>
1593   <connection>
1594    <sender>ui_chkPortAudioSamplingRateMax</sender>
1595    <signal>toggled(bool)</signal>
1596    <receiver>ui_spinPortAudioSamplingRate</receiver>
1597    <slot>setDisabled(bool)</slot>
1598    <hints>
1599     <hint type="sourcelabel">
1600      <x>20</x>
1601      <y>20</y>
1602     </hint>
1603     <hint type="destinationlabel">
1604      <x>20</x>
1605      <y>20</y>
1606     </hint>
1607    </hints>
1608   </connection>
1609   <connection>
1610    <sender>ui_chkOSSSamplingRateMax</sender>
1611    <signal>toggled(bool)</signal>
1612    <receiver>ui_spinOSSSamplingRate</receiver>
1613    <slot>setDisabled(bool)</slot>
1614    <hints>
1615     <hint type="sourcelabel">
1616      <x>20</x>
1617      <y>20</y>
1618     </hint>
1619     <hint type="destinationlabel">
1620      <x>20</x>
1621      <y>20</y>
1622     </hint>
1623    </hints>
1624   </connection>
1625   <connection>
1626    <sender>ui_sldCombedFFTAudibilityRatio</sender>
1627    <signal>valueChanged(int)</signal>
1628    <receiver>ui_spinCombedFFTAudibilityRatio</receiver>
1629    <slot>setValue(int)</slot>
1630    <hints>
1631     <hint type="sourcelabel">
1632      <x>20</x>
1633      <y>20</y>
1634     </hint>
1635     <hint type="destinationlabel">
1636      <x>20</x>
1637      <y>20</y>
1638     </hint>
1639    </hints>
1640   </connection>
1641   <connection>
1642    <sender>ui_spinCombedFFTAudibilityRatio</sender>
1643    <signal>valueChanged(int)</signal>
1644    <receiver>ui_sldCombedFFTAudibilityRatio</receiver>
1645    <slot>setValue(int)</slot>
1646    <hints>
1647     <hint type="sourcelabel">
1648      <x>20</x>
1649      <y>20</y>
1650     </hint>
1651     <hint type="destinationlabel">
1652      <x>20</x>
1653      <y>20</y>
1654     </hint>
1655    </hints>
1656   </connection>
1657   <connection>
1658    <sender>ui_sldVolumeTreshold</sender>
1659    <signal>valueChanged(int)</signal>
1660    <receiver>ui_spinVolumeTreshold</receiver>
1661    <slot>setValue(int)</slot>
1662    <hints>
1663     <hint type="sourcelabel">
1664      <x>20</x>
1665      <y>20</y>
1666     </hint>
1667     <hint type="destinationlabel">
1668      <x>20</x>
1669      <y>20</y>
1670     </hint>
1671    </hints>
1672   </connection>
1673   <connection>
1674    <sender>ui_spinVolumeTreshold</sender>
1675    <signal>valueChanged(int)</signal>
1676    <receiver>ui_sldVolumeTreshold</receiver>
1677    <slot>setValue(int)</slot>
1678    <hints>
1679     <hint type="sourcelabel">
1680      <x>20</x>
1681      <y>20</y>
1682     </hint>
1683     <hint type="destinationlabel">
1684      <x>20</x>
1685      <y>20</y>
1686     </hint>
1687    </hints>
1688   </connection>
1689   <connection>
1690    <sender>ui_chkAlgoUseSubHarmTresh</sender>
1691    <signal>toggled(bool)</signal>
1692    <receiver>ui_spinCombedFFTAudibilityRatio</receiver>
1693    <slot>setEnabled(bool)</slot>
1694    <hints>
1695     <hint type="sourcelabel">
1696      <x>20</x>
1697      <y>20</y>
1698     </hint>
1699     <hint type="destinationlabel">
1700      <x>20</x>
1701      <y>20</y>
1702     </hint>
1703    </hints>
1704   </connection>
1705   <connection>
1706    <sender>ui_chkAlgoUseSubHarmTresh</sender>
1707    <signal>toggled(bool)</signal>
1708    <receiver>ui_sldCombedFFTAudibilityRatio</receiver>
1709    <slot>setEnabled(bool)</slot>
1710    <hints>
1711     <hint type="sourcelabel">
1712      <x>20</x>
1713      <y>20</y>
1714     </hint>
1715     <hint type="destinationlabel">
1716      <x>20</x>
1717      <y>20</y>
1718     </hint>
1719    </hints>
1720   </connection>
1721   <connection>
1722    <sender>ui_sldFreqRefinMaxHarm</sender>
1723    <signal>valueChanged(int)</signal>
1724    <receiver>ui_spinFreqRefinMaxHarm</receiver>
1725    <slot>setValue(int)</slot>
1726    <hints>
1727     <hint type="sourcelabel">
1728      <x>20</x>
1729      <y>20</y>
1730     </hint>
1731     <hint type="destinationlabel">
1732      <x>20</x>
1733      <y>20</y>
1734     </hint>
1735    </hints>
1736   </connection>
1737   <connection>
1738    <sender>ui_spinFreqRefinMaxHarm</sender>
1739    <signal>valueChanged(int)</signal>
1740    <receiver>ui_sldFreqRefinMaxHarm</receiver>
1741    <slot>setValue(int)</slot>
1742    <hints>
1743     <hint type="sourcelabel">
1744      <x>20</x>
1745      <y>20</y>
1746     </hint>
1747     <hint type="destinationlabel">
1748      <x>20</x>
1749      <y>20</y>
1750     </hint>
1751    </hints>
1752   </connection>
1753   <connection>
1754    <sender>ui_sldWindowSizeFactor</sender>
1755    <signal>valueChanged(int)</signal>
1756    <receiver>ui_spinWindowSizeFactor</receiver>
1757    <slot>setValue(int)</slot>
1758    <hints>
1759     <hint type="sourcelabel">
1760      <x>20</x>
1761      <y>20</y>
1762     </hint>
1763     <hint type="destinationlabel">
1764      <x>20</x>
1765      <y>20</y>
1766     </hint>
1767    </hints>
1768   </connection>
1769   <connection>
1770    <sender>ui_spinWindowSizeFactor</sender>
1771    <signal>valueChanged(int)</signal>
1772    <receiver>ui_sldWindowSizeFactor</receiver>
1773    <slot>setValue(int)</slot>
1774    <hints>
1775     <hint type="sourcelabel">
1776      <x>20</x>
1777      <y>20</y>
1778     </hint>
1779     <hint type="destinationlabel">
1780      <x>20</x>
1781      <y>20</y>
1782     </hint>
1783    </hints>
1784   </connection>
1785   <connection>
1786    <sender>ui_sldTimeRefinMaxPeriod</sender>
1787    <signal>valueChanged(int)</signal>
1788    <receiver>ui_spinTimeRefinMaxPeriod</receiver>
1789    <slot>setValue(int)</slot>
1790    <hints>
1791     <hint type="sourcelabel">
1792      <x>20</x>
1793      <y>20</y>
1794     </hint>
1795     <hint type="destinationlabel">
1796      <x>20</x>
1797      <y>20</y>
1798     </hint>
1799    </hints>
1800   </connection>
1801   <connection>
1802    <sender>ui_spinTimeRefinMaxPeriod</sender>
1803    <signal>valueChanged(int)</signal>
1804    <receiver>ui_sldTimeRefinMaxPeriod</receiver>
1805    <slot>setValue(int)</slot>
1806    <hints>
1807     <hint type="sourcelabel">
1808      <x>20</x>
1809      <y>20</y>
1810     </hint>
1811     <hint type="destinationlabel">
1812      <x>20</x>
1813      <y>20</y>
1814     </hint>
1815    </hints>
1816   </connection>
1817  </connections>
1818 </ui>