Import fmit upstream version 0.97.6
[fmit.git] / ui / ConfigForm.ui
1 <!DOCTYPE UI><UI version="3.3" stdsetdef="1">
2 <class>ConfigForm</class>
3 <widget class="QDialog">
4     <property name="name">
5         <cstring>ConfigForm</cstring>
6     </property>
7     <property name="geometry">
8         <rect>
9             <x>0</x>
10             <y>0</y>
11             <width>537</width>
12             <height>702</height>
13         </rect>
14     </property>
15     <property name="caption">
16         <string>Configuration</string>
17     </property>
18     <property name="icon">
19         <pixmap>image0</pixmap>
20     </property>
21     <property name="sizeGripEnabled">
22         <bool>true</bool>
23     </property>
24     <property name="whatsThis" stdset="0">
25         <string>Error variation tolerance</string>
26     </property>
27     <vbox>
28         <property name="name">
29             <cstring>unnamed</cstring>
30         </property>
31         <property name="margin">
32             <number>11</number>
33         </property>
34         <property name="spacing">
35             <number>6</number>
36         </property>
37         <widget class="QTabWidget">
38             <property name="name">
39                 <cstring>tabWidget</cstring>
40             </property>
41             <widget class="QWidget">
42                 <property name="name">
43                     <cstring>TabPage</cstring>
44                 </property>
45                 <attribute name="title">
46                     <string>General</string>
47                 </attribute>
48                 <vbox>
49                     <property name="name">
50                         <cstring>unnamed</cstring>
51                     </property>
52                     <widget class="QCheckBox">
53                         <property name="name">
54                             <cstring>ui_chkFullScreen</cstring>
55                         </property>
56                         <property name="text">
57                             <string>Start in full-screen</string>
58                         </property>
59                         <property name="toolTip" stdset="0">
60                             <string>Raise the window to the whole screen when the program start (f)</string>
61                         </property>
62                         <property name="whatsThis" stdset="0">
63                             <string>Raise the window to the whole screen when the program start (f)</string>
64                         </property>
65                     </widget>
66                     <widget class="QCheckBox">
67                         <property name="name">
68                             <cstring>ui_chkAutoSaveOnExit</cstring>
69                         </property>
70                         <property name="text">
71                             <string>Auto-save configuration and views layout on exit</string>
72                         </property>
73                         <property name="checked">
74                             <bool>false</bool>
75                         </property>
76                         <property name="toolTip" stdset="0">
77                             <string>Auto-save configuration and views layout on exit</string>
78                         </property>
79                         <property name="whatsThis" stdset="0">
80                             <string>Auto-save configuration and views layout on exit</string>
81                         </property>
82                     </widget>
83                     <widget class="QLayoutWidget">
84                         <property name="name">
85                             <cstring>layout34_2</cstring>
86                         </property>
87                         <hbox>
88                             <property name="name">
89                                 <cstring>unnamed</cstring>
90                             </property>
91                             <widget class="QLabel">
92                                 <property name="name">
93                                     <cstring>textLabel1_7</cstring>
94                                 </property>
95                                 <property name="text">
96                                     <string>Tonality</string>
97                                 </property>
98                                 <property name="toolTip" stdset="0">
99                                     <string>The tonality of the notes name.</string>
100                                 </property>
101                                 <property name="whatsThis" stdset="0">
102                                     <string>The tonality of the notes name.
103 Usefull for converting notes name to a corresponding instrument tonality.
104 (examples: Eb for saxophone, Bb for trumpet, etc.)</string>
105                                 </property>
106                             </widget>
107                             <widget class="QComboBox">
108                                 <item>
109                                     <property name="text">
110                                         <string>C (Do)</string>
111                                     </property>
112                                 </item>
113                                 <item>
114                                     <property name="text">
115                                         <string>Bb (Sib)</string>
116                                     </property>
117                                 </item>
118                                 <item>
119                                     <property name="text">
120                                         <string>Eb (Mib)</string>
121                                     </property>
122                                 </item>
123                                 <property name="name">
124                                     <cstring>ui_cbTonality</cstring>
125                                 </property>
126                                 <property name="toolTip" stdset="0">
127                                     <string>The tonality of the notes name.</string>
128                                 </property>
129                                 <property name="whatsThis" stdset="0">
130                                     <string>The tonality of the notes name.
131 Usefull for converting notes name to a corresponding instrument tonality.
132 (examples: Eb for saxophone, Bb for trumpet, etc.)</string>
133                                 </property>
134                             </widget>
135                         </hbox>
136                     </widget>
137                     <widget class="QLayoutWidget">
138                         <property name="name">
139                             <cstring>layout35_4</cstring>
140                         </property>
141                         <hbox>
142                             <property name="name">
143                                 <cstring>unnamed</cstring>
144                             </property>
145                             <widget class="QLabel">
146                                 <property name="name">
147                                     <cstring>textLabel3_3</cstring>
148                                 </property>
149                                 <property name="text">
150                                     <string>Notes name</string>
151                                 </property>
152                                 <property name="toolTip" stdset="0">
153                                     <string>Use anglo-saxon or latin notes name:
154 anglo-saxon: C D E F G A B
155 latin: Do Re Mi Fa Sol La </string>
156                                 </property>
157                                 <property name="whatsThis" stdset="0">
158                                     <string>Use anglo-saxon or latin notes name:
159 anglo-saxon: C D E F G A B
160 latin: Do Re Mi Fa Sol La</string>
161                                 </property>
162                             </widget>
163                             <widget class="QComboBox">
164                                 <item>
165                                     <property name="text">
166                                         <string>Anglo-Saxon</string>
167                                     </property>
168                                 </item>
169                                 <item>
170                                     <property name="text">
171                                         <string>Latin</string>
172                                     </property>
173                                 </item>
174                                 <property name="name">
175                                     <cstring>ui_cbNotesName</cstring>
176                                 </property>
177                                 <property name="toolTip" stdset="0">
178                                     <string>Use anglo-saxon or latin notes name:
179 anglo-saxon: C D E F G A B
180 latin: Do Re Mi Fa Sol La </string>
181                                 </property>
182                                 <property name="whatsThis" stdset="0">
183                                     <string>Use anglo-saxon or latin notes name:
184 anglo-saxon: C D E F G A B
185 latin: Do Re Mi Fa Sol La </string>
186                                 </property>
187                             </widget>
188                         </hbox>
189                     </widget>
190                     <widget class="QCheckBox">
191                         <property name="name">
192                             <cstring>ui_chkShowA4Offset</cstring>
193                         </property>
194                         <property name="text">
195                             <string>Show A4 offset spin box</string>
196                         </property>
197                         <property name="checked">
198                             <bool>false</bool>
199                         </property>
200                         <property name="toolTip" stdset="0">
201                             <string>Show A4 offset spin box</string>
202                         </property>
203                         <property name="whatsThis" stdset="0">
204                             <string>Show A4 offset spin box</string>
205                         </property>
206                     </widget>
207                     <spacer>
208                         <property name="name">
209                             <cstring>spacer5</cstring>
210                         </property>
211                         <property name="orientation">
212                             <enum>Vertical</enum>
213                         </property>
214                         <property name="sizeType">
215                             <enum>Expanding</enum>
216                         </property>
217                         <property name="sizeHint">
218                             <size>
219                                 <width>20</width>
220                                 <height>110</height>
221                             </size>
222                         </property>
223                     </spacer>
224                     <widget class="QLabel">
225                         <property name="name">
226                             <cstring>textLabel1_5</cstring>
227                         </property>
228                         <property name="font">
229                             <font>
230                                 <pointsize>10</pointsize>
231                             </font>
232                         </property>
233                         <property name="text">
234                             <string>&lt;b&gt;To get more options:&lt;/b&gt;&lt;br&gt;
235 right-click every view to show up their properties !</string>
236                         </property>
237                         <property name="alignment">
238                             <set>WordBreak|AlignVCenter</set>
239                         </property>
240                         <property name="toolTip" stdset="0">
241                             <string>right-click every view to show up their properties !</string>
242                         </property>
243                         <property name="whatsThis" stdset="0">
244                             <string>&lt;b&gt;To get more options:&lt;/b&gt;&lt;br&gt;
245 right-click every view to show up their properties !</string>
246                         </property>
247                     </widget>
248                     <spacer>
249                         <property name="name">
250                             <cstring>spacer5_2</cstring>
251                         </property>
252                         <property name="orientation">
253                             <enum>Vertical</enum>
254                         </property>
255                         <property name="sizeType">
256                             <enum>Expanding</enum>
257                         </property>
258                         <property name="sizeHint">
259                             <size>
260                                 <width>20</width>
261                                 <height>100</height>
262                             </size>
263                         </property>
264                     </spacer>
265                 </vbox>
266             </widget>
267             <widget class="QWidget">
268                 <property name="name">
269                     <cstring>Widget2</cstring>
270                 </property>
271                 <attribute name="title">
272                     <string>Capture System</string>
273                 </attribute>
274                 <vbox>
275                     <property name="name">
276                         <cstring>unnamed</cstring>
277                     </property>
278                     <widget class="QLayoutWidget">
279                         <property name="name">
280                             <cstring>layout51</cstring>
281                         </property>
282                         <hbox>
283                             <property name="name">
284                                 <cstring>unnamed</cstring>
285                             </property>
286                             <widget class="QLabel">
287                                 <property name="name">
288                                     <cstring>ui_lblSelectedCaptureSystem</cstring>
289                                 </property>
290                                 <property name="text">
291                                     <string>Selected capture system</string>
292                                 </property>
293                                 <property name="toolTip" stdset="0">
294                                     <string>The selected capture system: the sound server, sound library, like:
295 JACK, ALSA, OSS, PortAudio</string>
296                                 </property>
297                                 <property name="whatsThis" stdset="0">
298                                     <string>The selected capture system: the sound server, sound library, like:
299 JACK, ALSA, OSS, PortAudio</string>
300                                 </property>
301                             </widget>
302                             <widget class="QComboBox">
303                                 <property name="name">
304                                     <cstring>ui_cbTransports</cstring>
305                                 </property>
306                                 <property name="toolTip" stdset="0">
307                                     <string>The selected capture system: the sound server, sound library, like:
308 JACK, ALSA, OSS, PortAudio</string>
309                                 </property>
310                                 <property name="whatsThis" stdset="0">
311                                     <string>The selected capture system: the sound server, sound library, like:
312 JACK, ALSA, OSS, PortAudio</string>
313                                 </property>
314                             </widget>
315                         </hbox>
316                     </widget>
317                     <widget class="QLayoutWidget">
318                         <property name="name">
319                             <cstring>layout56</cstring>
320                         </property>
321                         <hbox>
322                             <property name="name">
323                                 <cstring>unnamed</cstring>
324                             </property>
325                             <widget class="QCheckBox">
326                                 <property name="name">
327                                     <cstring>ui_chkAutoDetect</cstring>
328                                 </property>
329                                 <property name="text">
330                                     <string>Auto-detect an available capture system at startup</string>
331                                 </property>
332                                 <property name="checked">
333                                     <bool>true</bool>
334                                 </property>
335                                 <property name="toolTip" stdset="0">
336                                     <string>Auto-detect a working one at startup</string>
337                                 </property>
338                                 <property name="whatsThis" stdset="0">
339                                     <string>Auto-detect an available capture system at startup.
340 Even if the capture system is available, it may not works if it's bad configured.</string>
341                                 </property>
342                             </widget>
343                             <widget class="QPushButton">
344                                 <property name="name">
345                                     <cstring>ui_btnAutoDetect</cstring>
346                                 </property>
347                                 <property name="text">
348                                     <string>Auto detect now</string>
349                                 </property>
350                                 <property name="toolTip" stdset="0">
351                                     <string>Auto-detect an available capture system now.
352 Even if the capture system is available, it may not works if it's bad configured.</string>
353                                 </property>
354                                 <property name="whatsThis" stdset="0">
355                                     <string>Auto-detect an available capture system now.
356 Even if the capture system is available, it may not works if it's bad configured.</string>
357                                 </property>
358                             </widget>
359                         </hbox>
360                     </widget>
361                     <widget class="QGroupBox">
362                         <property name="name">
363                             <cstring>ui_grpJACK</cstring>
364                         </property>
365                         <property name="title">
366                             <string>JACK</string>
367                         </property>
368                         <vbox>
369                             <property name="name">
370                                 <cstring>unnamed</cstring>
371                             </property>
372                             <widget class="QLayoutWidget">
373                                 <property name="name">
374                                     <cstring>layout56</cstring>
375                                 </property>
376                                 <hbox>
377                                     <property name="name">
378                                         <cstring>unnamed</cstring>
379                                     </property>
380                                     <widget class="QLabel">
381                                         <property name="name">
382                                             <cstring>textLabel1</cstring>
383                                         </property>
384                                         <property name="text">
385                                             <string>Client name</string>
386                                         </property>
387                                         <property name="toolTip" stdset="0">
388                                             <string>The name of FMIT under the JACK connection system</string>
389                                         </property>
390                                         <property name="whatsThis" stdset="0">
391                                             <string>The name of FMIT under the JACK connection system</string>
392                                         </property>
393                                     </widget>
394                                     <widget class="QLineEdit">
395                                         <property name="name">
396                                             <cstring>lineEdit7</cstring>
397                                         </property>
398                                         <property name="enabled">
399                                             <bool>false</bool>
400                                         </property>
401                                         <property name="sizePolicy">
402                                             <sizepolicy>
403                                                 <hsizetype>5</hsizetype>
404                                                 <vsizetype>0</vsizetype>
405                                                 <horstretch>0</horstretch>
406                                                 <verstretch>0</verstretch>
407                                             </sizepolicy>
408                                         </property>
409                                         <property name="text">
410                                             <string>fmit</string>
411                                         </property>
412                                         <property name="toolTip" stdset="0">
413                                             <string>The name of FMIT under the JACK connection system</string>
414                                         </property>
415                                         <property name="whatsThis" stdset="0">
416                                             <string>The name of FMIT under the JACK connection system</string>
417                                         </property>
418                                     </widget>
419                                 </hbox>
420                             </widget>
421                             <widget class="QLayoutWidget">
422                                 <property name="name">
423                                     <cstring>layout24</cstring>
424                                 </property>
425                                 <hbox>
426                                     <property name="name">
427                                         <cstring>unnamed</cstring>
428                                     </property>
429                                     <widget class="QCheckBox">
430                                         <property name="name">
431                                             <cstring>ui_chkJACKAutoConnect</cstring>
432                                         </property>
433                                         <property name="text">
434                                             <string>automaticaly connect at startup to</string>
435                                         </property>
436                                         <property name="toolTip" stdset="0">
437                                             <string>Connect automaticaly FMIT to the following source at startup</string>
438                                         </property>
439                                         <property name="whatsThis" stdset="0">
440                                             <string>Connect automaticaly FMIT to the following source at startup</string>
441                                         </property>
442                                     </widget>
443                                     <widget class="QLineEdit">
444                                         <property name="name">
445                                             <cstring>ui_txtJACKSourcePort</cstring>
446                                         </property>
447                                         <property name="enabled">
448                                             <bool>false</bool>
449                                         </property>
450                                         <property name="sizePolicy">
451                                             <sizepolicy>
452                                                 <hsizetype>5</hsizetype>
453                                                 <vsizetype>0</vsizetype>
454                                                 <horstretch>0</horstretch>
455                                                 <verstretch>0</verstretch>
456                                             </sizepolicy>
457                                         </property>
458                                         <property name="toolTip" stdset="0">
459                                             <string>Connect automaticaly FMIT to the this source at startup</string>
460                                         </property>
461                                         <property name="whatsThis" stdset="0">
462                                             <string>Connect automaticaly FMIT to the this source at startup</string>
463                                         </property>
464                                     </widget>
465                                 </hbox>
466                             </widget>
467                             <widget class="QLayoutWidget">
468                                 <property name="name">
469                                     <cstring>layout25</cstring>
470                                 </property>
471                                 <hbox>
472                                     <property name="name">
473                                         <cstring>unnamed</cstring>
474                                     </property>
475                                     <widget class="QLabel">
476                                         <property name="name">
477                                             <cstring>textLabel3</cstring>
478                                         </property>
479                                         <property name="text">
480                                             <string>Sampling rate</string>
481                                         </property>
482                                         <property name="toolTip" stdset="0">
483                                             <string>Sampling rate of the JACK server</string>
484                                         </property>
485                                         <property name="whatsThis" stdset="0">
486                                             <string>Sampling rate of the JACK server</string>
487                                         </property>
488                                     </widget>
489                                     <widget class="QLabel">
490                                         <property name="name">
491                                             <cstring>ui_lblJACKSamplingRate</cstring>
492                                         </property>
493                                         <property name="toolTip" stdset="0">
494                                             <string>Sampling rate of the JACK server</string>
495                                         </property>
496                                         <property name="whatsThis" stdset="0">
497                                             <string>Sampling rate of the JACK server</string>
498                                         </property>
499                                     </widget>
500                                 </hbox>
501                             </widget>
502                         </vbox>
503                     </widget>
504                     <widget class="QGroupBox">
505                         <property name="name">
506                             <cstring>ui_grpALSA</cstring>
507                         </property>
508                         <property name="title">
509                             <string>ALSA</string>
510                         </property>
511                         <vbox>
512                             <property name="name">
513                                 <cstring>unnamed</cstring>
514                             </property>
515                             <widget class="QLayoutWidget">
516                                 <property name="name">
517                                     <cstring>layout22</cstring>
518                                 </property>
519                                 <hbox>
520                                     <property name="name">
521                                         <cstring>unnamed</cstring>
522                                     </property>
523                                     <widget class="QLabel">
524                                         <property name="name">
525                                             <cstring>textLabel1_2</cstring>
526                                         </property>
527                                         <property name="text">
528                                             <string>Device name</string>
529                                         </property>
530                                         <property name="toolTip" stdset="0">
531                                             <string>The device name, where the ALSA library have to be connected to</string>
532                                         </property>
533                                         <property name="whatsThis" stdset="0">
534                                             <string>The device name, where the ALSA library have to be connected to</string>
535                                         </property>
536                                     </widget>
537                                     <widget class="QLineEdit">
538                                         <property name="name">
539                                             <cstring>ui_txtALSAPCMName</cstring>
540                                         </property>
541                                         <property name="sizePolicy">
542                                             <sizepolicy>
543                                                 <hsizetype>5</hsizetype>
544                                                 <vsizetype>0</vsizetype>
545                                                 <horstretch>0</horstretch>
546                                                 <verstretch>0</verstretch>
547                                             </sizepolicy>
548                                         </property>
549                                         <property name="text">
550                                             <string>hw:0</string>
551                                         </property>
552                                         <property name="toolTip" stdset="0">
553                                             <string>The device name, where the ALSA library have to be connected to</string>
554                                         </property>
555                                         <property name="whatsThis" stdset="0">
556                                             <string>The device name, where the ALSA library have to be connected to</string>
557                                         </property>
558                                     </widget>
559                                 </hbox>
560                             </widget>
561                             <widget class="QLayoutWidget">
562                                 <property name="name">
563                                     <cstring>layout33</cstring>
564                                 </property>
565                                 <hbox>
566                                     <property name="name">
567                                         <cstring>unnamed</cstring>
568                                     </property>
569                                     <widget class="QLabel">
570                                         <property name="name">
571                                             <cstring>textLabel4</cstring>
572                                         </property>
573                                         <property name="text">
574                                             <string>Sampling rate</string>
575                                         </property>
576                                         <property name="toolTip" stdset="0">
577                                             <string>The sampling rate, sampling frequency, number of samples by second ...</string>
578                                         </property>
579                                         <property name="whatsThis" stdset="0">
580                                             <string>The sampling rate, sampling frequency, number of samples by second ...
581 Do not rise it too much. Around 22050Hz should be largely enough in most cases.</string>
582                                         </property>
583                                     </widget>
584                                     <widget class="QSpinBox">
585                                         <property name="name">
586                                             <cstring>ui_spinALSASamplingRate</cstring>
587                                         </property>
588                                         <property name="buttonSymbols">
589                                             <enum>PlusMinus</enum>
590                                         </property>
591                                         <property name="maxValue">
592                                             <number>96000</number>
593                                         </property>
594                                         <property name="minValue">
595                                             <number>8000</number>
596                                         </property>
597                                         <property name="value">
598                                             <number>22050</number>
599                                         </property>
600                                         <property name="toolTip" stdset="0">
601                                             <string>The sampling rate, sampling frequency, number of samples by second ...</string>
602                                         </property>
603                                         <property name="whatsThis" stdset="0">
604                                             <string>The sampling rate, sampling frequency, number of samples by second ...
605 Do not rise it too much. Around 22050Hz should be largely enough in most cases.</string>
606                                         </property>
607                                     </widget>
608                                     <widget class="QCheckBox">
609                                         <property name="name">
610                                             <cstring>ui_chkALSASamplingRateMax</cstring>
611                                         </property>
612                                         <property name="text">
613                                             <string>set to max</string>
614                                         </property>
615                                     </widget>
616                                 </hbox>
617                             </widget>
618                             <widget class="QLabel">
619                                 <property name="name">
620                                     <cstring>textLabel1_5_2_2</cstring>
621                                 </property>
622                                 <property name="text">
623                                     <string>Do not use a too big sampling rate. 22050Hz should be largely enough in most cases.</string>
624                                 </property>
625                                 <property name="alignment">
626                                     <set>WordBreak|AlignVCenter</set>
627                                 </property>
628                             </widget>
629                             <widget class="QCheckBox">
630                                 <property name="name">
631                                     <cstring>ui_chkALSAMixMultipleChannels</cstring>
632                                 </property>
633                                 <property name="text">
634                                     <string>mix channels if they are multiple (will use the first channel if not checked)</string>
635                                 </property>
636                                 <property name="checked">
637                                     <bool>false</bool>
638                                 </property>
639                             </widget>
640                         </vbox>
641                     </widget>
642                     <widget class="QGroupBox">
643                         <property name="name">
644                             <cstring>ui_grpOSS</cstring>
645                         </property>
646                         <property name="title">
647                             <string>OSS</string>
648                         </property>
649                         <vbox>
650                             <property name="name">
651                                 <cstring>unnamed</cstring>
652                             </property>
653                             <widget class="QLayoutWidget">
654                                 <property name="name">
655                                     <cstring>layout22_2</cstring>
656                                 </property>
657                                 <hbox>
658                                     <property name="name">
659                                         <cstring>unnamed</cstring>
660                                     </property>
661                                     <widget class="QLabel">
662                                         <property name="name">
663                                             <cstring>textLabel1_2_2</cstring>
664                                         </property>
665                                         <property name="text">
666                                             <string>Device name</string>
667                                         </property>
668                                         <property name="toolTip" stdset="0">
669                                             <string>The device name, where the ALSA library have to be connected to</string>
670                                         </property>
671                                         <property name="whatsThis" stdset="0">
672                                             <string>The device name, where the ALSA library have to be connected to</string>
673                                         </property>
674                                     </widget>
675                                     <widget class="QLineEdit">
676                                         <property name="name">
677                                             <cstring>ui_txtOSSPCMName</cstring>
678                                         </property>
679                                         <property name="sizePolicy">
680                                             <sizepolicy>
681                                                 <hsizetype>5</hsizetype>
682                                                 <vsizetype>0</vsizetype>
683                                                 <horstretch>0</horstretch>
684                                                 <verstretch>0</verstretch>
685                                             </sizepolicy>
686                                         </property>
687                                         <property name="text">
688                                             <string>/dev/dsp</string>
689                                         </property>
690                                         <property name="toolTip" stdset="0">
691                                             <string>The device name, where the ALSA library have to be connected to</string>
692                                         </property>
693                                         <property name="whatsThis" stdset="0">
694                                             <string>The device name, where the ALSA library have to be connected to</string>
695                                         </property>
696                                     </widget>
697                                 </hbox>
698                             </widget>
699                             <widget class="QLayoutWidget">
700                                 <property name="name">
701                                     <cstring>layout33_3</cstring>
702                                 </property>
703                                 <hbox>
704                                     <property name="name">
705                                         <cstring>unnamed</cstring>
706                                     </property>
707                                     <widget class="QLabel">
708                                         <property name="name">
709                                             <cstring>textLabel4_3</cstring>
710                                         </property>
711                                         <property name="text">
712                                             <string>Sampling rate</string>
713                                         </property>
714                                         <property name="toolTip" stdset="0">
715                                             <string>The sampling rate, sampling frequency, number of samples by second ...</string>
716                                         </property>
717                                         <property name="whatsThis" stdset="0">
718                                             <string>The sampling rate, sampling frequency, number of samples by second ...
719 Do not rise it too much. Around 22050Hz should be largely enough in most cases.</string>
720                                         </property>
721                                     </widget>
722                                     <widget class="QSpinBox">
723                                         <property name="name">
724                                             <cstring>ui_spinOSSSamplingRate</cstring>
725                                         </property>
726                                         <property name="buttonSymbols">
727                                             <enum>PlusMinus</enum>
728                                         </property>
729                                         <property name="maxValue">
730                                             <number>96000</number>
731                                         </property>
732                                         <property name="minValue">
733                                             <number>8000</number>
734                                         </property>
735                                         <property name="value">
736                                             <number>22050</number>
737                                         </property>
738                                         <property name="toolTip" stdset="0">
739                                             <string>The sampling rate, sampling frequency, number of samples by second ...</string>
740                                         </property>
741                                         <property name="whatsThis" stdset="0">
742                                             <string>The sampling rate, sampling frequency, number of samples by second ...
743 Do not rise it too much. Around 22050Hz should be largely enough in most cases.</string>
744                                         </property>
745                                     </widget>
746                                     <widget class="QCheckBox">
747                                         <property name="name">
748                                             <cstring>ui_chkOSSSamplingRateMax</cstring>
749                                         </property>
750                                         <property name="text">
751                                             <string>set to max</string>
752                                         </property>
753                                     </widget>
754                                 </hbox>
755                             </widget>
756                             <widget class="QLabel">
757                                 <property name="name">
758                                     <cstring>textLabel1_5_2</cstring>
759                                 </property>
760                                 <property name="text">
761                                     <string>Do not use a too big sampling rate. 22050Hz should be largely enough in most cases.</string>
762                                 </property>
763                                 <property name="alignment">
764                                     <set>WordBreak|AlignVCenter</set>
765                                 </property>
766                             </widget>
767                             <widget class="QCheckBox">
768                                 <property name="name">
769                                     <cstring>ui_chkOSSMixMultipleChannels</cstring>
770                                 </property>
771                                 <property name="text">
772                                     <string>mix channels if they are multiple (will use the first channel if not checked)</string>
773                                 </property>
774                                 <property name="checked">
775                                     <bool>false</bool>
776                                 </property>
777                             </widget>
778                         </vbox>
779                     </widget>
780                     <widget class="QGroupBox">
781                         <property name="name">
782                             <cstring>ui_grpPortAudio</cstring>
783                         </property>
784                         <property name="title">
785                             <string>PortAudio</string>
786                         </property>
787                         <vbox>
788                             <property name="name">
789                                 <cstring>unnamed</cstring>
790                             </property>
791                             <widget class="QLayoutWidget">
792                                 <property name="name">
793                                     <cstring>layout30</cstring>
794                                 </property>
795                                 <hbox>
796                                     <property name="name">
797                                         <cstring>unnamed</cstring>
798                                     </property>
799                                     <widget class="QLabel">
800                                         <property name="name">
801                                             <cstring>textLabel1_8</cstring>
802                                         </property>
803                                         <property name="text">
804                                             <string>Device name</string>
805                                         </property>
806                                         <property name="toolTip" stdset="0">
807                                             <string>The device name, where the ALSA library have to be connected to</string>
808                                         </property>
809                                         <property name="whatsThis" stdset="0">
810                                             <string>The device name, where the ALSA library have to be connected to</string>
811                                         </property>
812                                     </widget>
813                                     <widget class="QComboBox">
814                                         <item>
815                                             <property name="text">
816                                                 <string>default</string>
817                                             </property>
818                                         </item>
819                                         <property name="name">
820                                             <cstring>ui_cbPortAudioDeviceName</cstring>
821                                         </property>
822                                         <property name="toolTip" stdset="0">
823                                             <string>The device name, where the ALSA library have to be connected to</string>
824                                         </property>
825                                         <property name="whatsThis" stdset="0">
826                                             <string>The device name, where the ALSA library have to be connected to</string>
827                                         </property>
828                                     </widget>
829                                 </hbox>
830                             </widget>
831                             <widget class="QLayoutWidget">
832                                 <property name="name">
833                                     <cstring>layout33_2</cstring>
834                                 </property>
835                                 <hbox>
836                                     <property name="name">
837                                         <cstring>unnamed</cstring>
838                                     </property>
839                                     <widget class="QLabel">
840                                         <property name="name">
841                                             <cstring>textLabel4_2</cstring>
842                                         </property>
843                                         <property name="text">
844                                             <string>Sampling rate</string>
845                                         </property>
846                                         <property name="toolTip" stdset="0">
847                                             <string>The sampling rate, sampling frequency, number of samples by second ...</string>
848                                         </property>
849                                         <property name="whatsThis" stdset="0">
850                                             <string>The sampling rate, sampling frequency, number of samples by second ...
851 Do not rise it too much. Around 22050Hz should be largely enough in most cases.</string>
852                                         </property>
853                                     </widget>
854                                     <widget class="QSpinBox">
855                                         <property name="name">
856                                             <cstring>ui_spinPortAudioSamplingRate</cstring>
857                                         </property>
858                                         <property name="buttonSymbols">
859                                             <enum>PlusMinus</enum>
860                                         </property>
861                                         <property name="maxValue">
862                                             <number>96000</number>
863                                         </property>
864                                         <property name="minValue">
865                                             <number>8000</number>
866                                         </property>
867                                         <property name="value">
868                                             <number>22050</number>
869                                         </property>
870                                         <property name="toolTip" stdset="0">
871                                             <string>The sampling rate, sampling frequency, number of samples by second ...</string>
872                                         </property>
873                                         <property name="whatsThis" stdset="0">
874                                             <string>The sampling rate, sampling frequency, number of samples by second ...
875 Do not rise it too much. Around 22050Hz should be largely enough in most cases.</string>
876                                         </property>
877                                     </widget>
878                                     <widget class="QCheckBox">
879                                         <property name="name">
880                                             <cstring>ui_chkPortAudioSamplingRateMax</cstring>
881                                         </property>
882                                         <property name="text">
883                                             <string>set to max</string>
884                                         </property>
885                                     </widget>
886                                 </hbox>
887                             </widget>
888                             <widget class="QLabel">
889                                 <property name="name">
890                                     <cstring>textLabel1_5_2_2_2</cstring>
891                                 </property>
892                                 <property name="text">
893                                     <string>Do not use a too big sampling rate. 22050Hz should be largely enough in most cases.</string>
894                                 </property>
895                                 <property name="alignment">
896                                     <set>WordBreak|AlignVCenter</set>
897                                 </property>
898                             </widget>
899                             <widget class="QCheckBox">
900                                 <property name="name">
901                                     <cstring>ui_chkPortAudioMixMultipleChannels</cstring>
902                                 </property>
903                                 <property name="text">
904                                     <string>mix channels if they are multiple (will use the first channel if not checked)</string>
905                                 </property>
906                                 <property name="checked">
907                                     <bool>false</bool>
908                                 </property>
909                             </widget>
910                         </vbox>
911                     </widget>
912                     <spacer>
913                         <property name="name">
914                             <cstring>spacer6</cstring>
915                         </property>
916                         <property name="orientation">
917                             <enum>Vertical</enum>
918                         </property>
919                         <property name="sizeType">
920                             <enum>Expanding</enum>
921                         </property>
922                         <property name="sizeHint">
923                             <size>
924                                 <width>20</width>
925                                 <height>16</height>
926                             </size>
927                         </property>
928                     </spacer>
929                 </vbox>
930             </widget>
931             <widget class="QWidget">
932                 <property name="name">
933                     <cstring>Widget3</cstring>
934                 </property>
935                 <attribute name="title">
936                     <string>Sound Analysis</string>
937                 </attribute>
938                 <vbox>
939                     <property name="name">
940                         <cstring>unnamed</cstring>
941                     </property>
942                     <widget class="QLayoutWidget">
943                         <property name="name">
944                             <cstring>layout147</cstring>
945                         </property>
946                         <hbox>
947                             <property name="name">
948                                 <cstring>unnamed</cstring>
949                             </property>
950                             <widget class="QLabel">
951                                 <property name="name">
952                                     <cstring>textLabel1_4</cstring>
953                                 </property>
954                                 <property name="text">
955                                     <string>Refresh time</string>
956                                 </property>
957                                 <property name="toolTip" stdset="0">
958                                     <string>Time between each sound analysis.
959 Increase to get less CPU usage but less time precision.</string>
960                                 </property>
961                                 <property name="whatsThis" stdset="0">
962                                     <string>Time between each sound analysis.
963 Increase to get less CPU usage but less time precision.</string>
964                                 </property>
965                             </widget>
966                             <widget class="QSpinBox">
967                                 <property name="name">
968                                     <cstring>ui_spinRefreshTime</cstring>
969                                 </property>
970                                 <property name="suffix">
971                                     <string> ms</string>
972                                 </property>
973                                 <property name="buttonSymbols">
974                                     <enum>PlusMinus</enum>
975                                 </property>
976                                 <property name="maxValue">
977                                     <number>2000</number>
978                                 </property>
979                                 <property name="minValue">
980                                     <number>1</number>
981                                 </property>
982                                 <property name="value">
983                                     <number>20</number>
984                                 </property>
985                                 <property name="toolTip" stdset="0">
986                                     <string>Time between each sound analysis.
987 Increase to get less CPU usage but less time precision.</string>
988                                 </property>
989                                 <property name="whatsThis" stdset="0">
990                                     <string>Time between each sound analysis.
991 Increase to get less CPU usage but less time precision.</string>
992                                 </property>
993                             </widget>
994                         </hbox>
995                     </widget>
996                     <widget class="QLayoutWidget">
997                         <property name="name">
998                             <cstring>layout34</cstring>
999                         </property>
1000                         <hbox>
1001                             <property name="name">
1002                                 <cstring>unnamed</cstring>
1003                             </property>
1004                             <widget class="QLabel">
1005                                 <property name="name">
1006                                     <cstring>textLabel7</cstring>
1007                                 </property>
1008                                 <property name="text">
1009                                     <string>Range</string>
1010                                 </property>
1011                                 <property name="toolTip" stdset="0">
1012                                     <string>Frequency analysis range: from the lowest note to the highest from the A4 reference note.</string>
1013                                 </property>
1014                                 <property name="whatsThis" stdset="0">
1015                                     <string>Frequency analysis range: from the lowest note to the highest from the A4 reference note.</string>
1016                                 </property>
1017                             </widget>
1018                             <widget class="QLayoutWidget">
1019                                 <property name="name">
1020                                     <cstring>layout26</cstring>
1021                                 </property>
1022                                 <vbox>
1023                                     <property name="name">
1024                                         <cstring>unnamed</cstring>
1025                                     </property>
1026                                     <widget class="QSpinBox">
1027                                         <property name="name">
1028                                             <cstring>ui_spinMinHT</cstring>
1029                                         </property>
1030                                         <property name="buttonSymbols">
1031                                             <enum>PlusMinus</enum>
1032                                         </property>
1033                                         <property name="maxValue">
1034                                             <number>96</number>
1035                                         </property>
1036                                         <property name="minValue">
1037                                             <number>-96</number>
1038                                         </property>
1039                                         <property name="value">
1040                                             <number>-36</number>
1041                                         </property>
1042                                         <property name="toolTip" stdset="0">
1043                                             <string>Lowest semi-tone from the A4 reference note.
1044 Sometimes, this is usefull to put it higher than -35 to avoid a noise from the sector alimentation.</string>
1045                                         </property>
1046                                         <property name="whatsThis" stdset="0">
1047                                             <string>Lowest semi-tone from the A4 reference note.
1048 Sometimes, this is usefull to put it higher than -35 to avoid a noise from the sector alimentation.</string>
1049                                         </property>
1050                                     </widget>
1051                                     <widget class="QLabel">
1052                                         <property name="name">
1053                                             <cstring>ui_txtMinHT</cstring>
1054                                         </property>
1055                                         <property name="toolTip" stdset="0">
1056                                             <string>Lowest semi-tone from the A4 reference note in frequency.
1057 Sometimes, this is usefull to put it higher than 50hz to avoid a noise from the sector alimentation.</string>
1058                                         </property>
1059                                         <property name="whatsThis" stdset="0">
1060                                             <string>Lowest semi-tone from the A4 reference note in frequency.
1061 Sometimes, this is usefull to put it higher than 50hz to avoid a noise from the sector alimentation.</string>
1062                                         </property>
1063                                     </widget>
1064                                 </vbox>
1065                             </widget>
1066                             <widget class="QLayoutWidget">
1067                                 <property name="name">
1068                                     <cstring>layout27</cstring>
1069                                 </property>
1070                                 <vbox>
1071                                     <property name="name">
1072                                         <cstring>unnamed</cstring>
1073                                     </property>
1074                                     <widget class="QSpinBox">
1075                                         <property name="name">
1076                                             <cstring>ui_spinMaxHT</cstring>
1077                                         </property>
1078                                         <property name="buttonSymbols">
1079                                             <enum>PlusMinus</enum>
1080                                         </property>
1081                                         <property name="maxValue">
1082                                             <number>96</number>
1083                                         </property>
1084                                         <property name="minValue">
1085                                             <number>-96</number>
1086                                         </property>
1087                                         <property name="value">
1088                                             <number>48</number>
1089                                         </property>
1090                                         <property name="toolTip" stdset="0">
1091                                             <string>Highest semi-tone from the A4 reference note.</string>
1092                                         </property>
1093                                         <property name="whatsThis" stdset="0">
1094                                             <string>Highest semi-tone from the A4 reference note.</string>
1095                                         </property>
1096                                     </widget>
1097                                     <widget class="QLabel">
1098                                         <property name="name">
1099                                             <cstring>ui_txtMaxHT</cstring>
1100                                         </property>
1101                                         <property name="toolTip" stdset="0">
1102                                             <string>Highest semi-tone from the A4 reference note in frequency</string>
1103                                         </property>
1104                                         <property name="whatsThis" stdset="0">
1105                                             <string>Highest semi-tone from the A4 reference note in frequency</string>
1106                                         </property>
1107                                     </widget>
1108                                 </vbox>
1109                             </widget>
1110                         </hbox>
1111                     </widget>
1112                     <widget class="QButtonGroup">
1113                         <property name="name">
1114                             <cstring>ui_grpRangeFiltering</cstring>
1115                         </property>
1116                         <property name="title">
1117                             <string>Range filtering</string>
1118                         </property>
1119                         <property name="checkable">
1120                             <bool>true</bool>
1121                         </property>
1122                         <property name="toolTip" stdset="0">
1123                             <string>Filter frequencies belove the lowest semi-tone and above the highest semi-tone to avoid artefacts, noises, in all the following steps of the sound analysis.</string>
1124                         </property>
1125                         <property name="whatsThis" stdset="0">
1126                             <string>Filter frequencies belove the lowest semi-tone and above the highest semi-tone to avoid artefacts, noises, in all the following steps of the sound analysis.</string>
1127                         </property>
1128                         <vbox>
1129                             <property name="name">
1130                                 <cstring>unnamed</cstring>
1131                             </property>
1132                             <widget class="QRadioButton">
1133                                 <property name="name">
1134                                     <cstring>ui_rdRangeFilteringRectangular</cstring>
1135                                 </property>
1136                                 <property name="text">
1137                                     <string>Rectangular filter: bad precision, but very fast</string>
1138                                 </property>
1139                                 <property name="checked">
1140                                     <bool>true</bool>
1141                                 </property>
1142                                 <property name="toolTip" stdset="0">
1143                                     <string>Filter frequencies belove the lowest semi-tone and above the highest semi-tone
1144 to avoid artefacts, noises, in all the following steps of the sound analysis.</string>
1145                                 </property>
1146                                 <property name="whatsThis" stdset="0">
1147                                     <string>Filter frequencies belove the lowest semi-tone and above the highest semi-tone
1148 to avoid artefacts, noises, in all the following steps of the sound analysis.</string>
1149                                 </property>
1150                             </widget>
1151                             <widget class="QRadioButton">
1152                                 <property name="name">
1153                                     <cstring>ui_rdRangeFilteringFIR</cstring>
1154                                 </property>
1155                                 <property name="enabled">
1156                                     <bool>false</bool>
1157                                 </property>
1158                                 <property name="text">
1159                                     <string>FIR filter: good precision, but more costly in CPU usage</string>
1160                                 </property>
1161                                 <property name="toolTip" stdset="0">
1162                                     <string>Filter frequencies belove the lowest semi-tone and above the highest semi-tone
1163 to avoid artefacts, noises, in all the following steps of the sound analysis.</string>
1164                                 </property>
1165                                 <property name="whatsThis" stdset="0">
1166                                     <string>Filter frequencies belove the lowest semi-tone and above the highest semi-tone
1167 to avoid artefacts, noises, in all the following steps of the sound analysis.</string>
1168                                 </property>
1169                             </widget>
1170                         </vbox>
1171                     </widget>
1172                     <widget class="QGroupBox">
1173                         <property name="name">
1174                             <cstring>groupBox7_2_3</cstring>
1175                         </property>
1176                         <property name="title">
1177                             <string>Algorithm</string>
1178                         </property>
1179                         <property name="toolTip" stdset="0">
1180                             <string>Algorithm settings</string>
1181                         </property>
1182                         <property name="whatsThis" stdset="0">
1183                             <string>Algorithm settings</string>
1184                         </property>
1185                         <grid>
1186                             <property name="name">
1187                                 <cstring>unnamed</cstring>
1188                             </property>
1189                             <widget class="QLayoutWidget" row="0" column="0">
1190                                 <property name="name">
1191                                     <cstring>layout54</cstring>
1192                                 </property>
1193                                 <hbox>
1194                                     <property name="name">
1195                                         <cstring>unnamed</cstring>
1196                                     </property>
1197                                     <widget class="QLabel">
1198                                         <property name="name">
1199                                             <cstring>textLabel3_2</cstring>
1200                                         </property>
1201                                         <property name="text">
1202                                             <string>Volume threshold</string>
1203                                         </property>
1204                                         <property name="toolTip" stdset="0">
1205                                             <string>Ignore all sounds with volume below this threshold.
1206 in dB in frequency domain.
1207 (shown has a red line in different views)</string>
1208                                         </property>
1209                                         <property name="whatsThis" stdset="0">
1210                                             <string>Ignore all sounds with volume below this threshold.
1211 in dB in frequency domain.
1212 (shown has a red line in different views)</string>
1213                                         </property>
1214                                     </widget>
1215                                     <widget class="Line">
1216                                         <property name="name">
1217                                             <cstring>line2</cstring>
1218                                         </property>
1219                                         <property name="minimumSize">
1220                                             <size>
1221                                                 <width>100</width>
1222                                                 <height>0</height>
1223                                             </size>
1224                                         </property>
1225                                         <property name="palette">
1226                                             <palette>
1227                                                 <active>
1228                                                     <color>
1229                                                         <red>0</red>
1230                                                         <green>0</green>
1231                                                         <blue>0</blue>
1232                                                     </color>
1233                                                     <color>
1234                                                         <red>255</red>
1235                                                         <green>0</green>
1236                                                         <blue>0</blue>
1237                                                     </color>
1238                                                     <color>
1239                                                         <red>255</red>
1240                                                         <green>127</green>
1241                                                         <blue>127</blue>
1242                                                     </color>
1243                                                     <color>
1244                                                         <red>255</red>
1245                                                         <green>63</green>
1246                                                         <blue>63</blue>
1247                                                     </color>
1248                                                     <color>
1249                                                         <red>127</red>
1250                                                         <green>0</green>
1251                                                         <blue>0</blue>
1252                                                     </color>
1253                                                     <color>
1254                                                         <red>170</red>
1255                                                         <green>0</green>
1256                                                         <blue>0</blue>
1257                                                     </color>
1258                                                     <color>
1259                                                         <red>0</red>
1260                                                         <green>0</green>
1261                                                         <blue>0</blue>
1262                                                     </color>
1263                                                     <color>
1264                                                         <red>255</red>
1265                                                         <green>255</green>
1266                                                         <blue>255</blue>
1267                                                     </color>
1268                                                     <color>
1269                                                         <red>0</red>
1270                                                         <green>0</green>
1271                                                         <blue>0</blue>
1272                                                     </color>
1273                                                     <color>
1274                                                         <red>255</red>
1275                                                         <green>255</green>
1276                                                         <blue>255</blue>
1277                                                     </color>
1278                                                     <color>
1279                                                         <red>230</red>
1280                                                         <green>231</green>
1281                                                         <blue>230</blue>
1282                                                     </color>
1283                                                     <color>
1284                                                         <red>0</red>
1285                                                         <green>0</green>
1286                                                         <blue>0</blue>
1287                                                     </color>
1288                                                     <color>
1289                                                         <red>0</red>
1290                                                         <green>0</green>
1291                                                         <blue>128</blue>
1292                                                     </color>
1293                                                     <color>
1294                                                         <red>255</red>
1295                                                         <green>255</green>
1296                                                         <blue>255</blue>
1297                                                     </color>
1298                                                     <color>
1299                                                         <red>0</red>
1300                                                         <green>0</green>
1301                                                         <blue>0</blue>
1302                                                     </color>
1303                                                     <color>
1304                                                         <red>0</red>
1305                                                         <green>0</green>
1306                                                         <blue>0</blue>
1307                                                     </color>
1308                                                 </active>
1309                                                 <disabled>
1310                                                     <color>
1311                                                         <red>128</red>
1312                                                         <green>128</green>
1313                                                         <blue>128</blue>
1314                                                     </color>
1315                                                     <color>
1316                                                         <red>255</red>
1317                                                         <green>0</green>
1318                                                         <blue>0</blue>
1319                                                     </color>
1320                                                     <color>
1321                                                         <red>255</red>
1322                                                         <green>127</green>
1323                                                         <blue>127</blue>
1324                                                     </color>
1325                                                     <color>
1326                                                         <red>255</red>
1327                                                         <green>38</green>
1328                                                         <blue>38</blue>
1329                                                     </color>
1330                                                     <color>
1331                                                         <red>127</red>
1332                                                         <green>0</green>
1333                                                         <blue>0</blue>
1334                                                     </color>
1335                                                     <color>
1336                                                         <red>170</red>
1337                                                         <green>0</green>
1338                                                         <blue>0</blue>
1339                                                     </color>
1340                                                     <color>
1341                                                         <red>128</red>
1342                                                         <green>128</green>
1343                                                         <blue>128</blue>
1344                                                     </color>
1345                                                     <color>
1346                                                         <red>255</red>
1347                                                         <green>255</green>
1348                                                         <blue>255</blue>
1349                                                     </color>
1350                                                     <color>
1351                                                         <red>128</red>
1352                                                         <green>128</green>
1353                                                         <blue>128</blue>
1354                                                     </color>
1355                                                     <color>
1356                                                         <red>255</red>
1357                                                         <green>255</green>
1358                                                         <blue>255</blue>
1359                                                     </color>
1360                                                     <color>
1361                                                         <red>230</red>
1362                                                         <green>231</green>
1363                                                         <blue>230</blue>
1364                                                     </color>
1365                                                     <color>
1366                                                         <red>0</red>
1367                                                         <green>0</green>
1368                                                         <blue>0</blue>
1369                                                     </color>
1370                                                     <color>
1371                                                         <red>0</red>
1372                                                         <green>0</green>
1373                                                         <blue>128</blue>
1374                                                     </color>
1375                                                     <color>
1376                                                         <red>255</red>
1377                                                         <green>255</green>
1378                                                         <blue>255</blue>
1379                                                     </color>
1380                                                     <color>
1381                                                         <red>0</red>
1382                                                         <green>0</green>
1383                                                         <blue>192</blue>
1384                                                     </color>
1385                                                     <color>
1386                                                         <red>128</red>
1387                                                         <green>0</green>
1388                                                         <blue>128</blue>
1389                                                     </color>
1390                                                 </disabled>
1391                                                 <inactive>
1392                                                     <color>
1393                                                         <red>0</red>
1394                                                         <green>0</green>
1395                                                         <blue>0</blue>
1396                                                     </color>
1397                                                     <color>
1398                                                         <red>255</red>
1399                                                         <green>0</green>
1400                                                         <blue>0</blue>
1401                                                     </color>
1402                                                     <color>
1403                                                         <red>255</red>
1404                                                         <green>127</green>
1405                                                         <blue>127</blue>
1406                                                     </color>
1407                                                     <color>
1408                                                         <red>255</red>
1409                                                         <green>38</green>
1410                                                         <blue>38</blue>
1411                                                     </color>
1412                                                     <color>
1413                                                         <red>127</red>
1414                                                         <green>0</green>
1415                                                         <blue>0</blue>
1416                                                     </color>
1417                                                     <color>
1418                                                         <red>170</red>
1419                                                         <green>0</green>
1420                                                         <blue>0</blue>
1421                                                     </color>
1422                                                     <color>
1423                                                         <red>0</red>
1424                                                         <green>0</green>
1425                                                         <blue>0</blue>
1426                                                     </color>
1427                                                     <color>
1428                                                         <red>255</red>
1429                                                         <green>255</green>
1430                                                         <blue>255</blue>
1431                                                     </color>
1432                                                     <color>
1433                                                         <red>0</red>
1434                                                         <green>0</green>
1435                                                         <blue>0</blue>
1436                                                     </color>
1437                                                     <color>
1438                                                         <red>255</red>
1439                                                         <green>255</green>
1440                                                         <blue>255</blue>
1441                                                     </color>
1442                                                     <color>
1443                                                         <red>230</red>
1444                                                         <green>231</green>
1445                                                         <blue>230</blue>
1446                                                     </color>
1447                                                     <color>
1448                                                         <red>0</red>
1449                                                         <green>0</green>
1450                                                         <blue>0</blue>
1451                                                     </color>
1452                                                     <color>
1453                                                         <red>0</red>
1454                                                         <green>0</green>
1455                                                         <blue>128</blue>
1456                                                     </color>
1457                                                     <color>
1458                                                         <red>255</red>
1459                                                         <green>255</green>
1460                                                         <blue>255</blue>
1461                                                     </color>
1462                                                     <color>
1463                                                         <red>0</red>
1464                                                         <green>0</green>
1465                                                         <blue>192</blue>
1466                                                     </color>
1467                                                     <color>
1468                                                         <red>128</red>
1469                                                         <green>0</green>
1470                                                         <blue>128</blue>
1471                                                     </color>
1472                                                 </inactive>
1473                                             </palette>
1474                                         </property>
1475                                         <property name="frameShape">
1476                                             <enum>HLine</enum>
1477                                         </property>
1478                                         <property name="frameShadow">
1479                                             <enum>Sunken</enum>
1480                                         </property>
1481                                         <property name="orientation">
1482                                             <enum>Horizontal</enum>
1483                                         </property>
1484                                         <property name="toolTip" stdset="0">
1485                                             <string>Ignore all sounds with volume below this threshold.
1486 in dB in frequency domain.
1487 (shown has a red line in different views)</string>
1488                                         </property>
1489                                         <property name="whatsThis" stdset="0">
1490                                             <string>Ignore all sounds with volume below this threshold.
1491 in dB in frequency domain.
1492 (shown has a red line in different views)</string>
1493                                         </property>
1494                                     </widget>
1495                                 </hbox>
1496                             </widget>
1497                             <widget class="QLayoutWidget" row="0" column="1">
1498                                 <property name="name">
1499                                     <cstring>layout59</cstring>
1500                                 </property>
1501                                 <hbox>
1502                                     <property name="name">
1503                                         <cstring>unnamed</cstring>
1504                                     </property>
1505                                     <widget class="QSlider">
1506                                         <property name="name">
1507                                             <cstring>ui_sldVolumeTreshold</cstring>
1508                                         </property>
1509                                         <property name="minValue">
1510                                             <number>-100</number>
1511                                         </property>
1512                                         <property name="maxValue">
1513                                             <number>0</number>
1514                                         </property>
1515                                         <property name="value">
1516                                             <number>-28</number>
1517                                         </property>
1518                                         <property name="orientation">
1519                                             <enum>Horizontal</enum>
1520                                         </property>
1521                                         <property name="tickmarks">
1522                                             <enum>Below</enum>
1523                                         </property>
1524                                         <property name="tickInterval">
1525                                             <number>6</number>
1526                                         </property>
1527                                         <property name="toolTip" stdset="0">
1528                                             <string>Ignore all sounds with volume below this threshold.
1529 in dB in frequency domain.
1530 (shown has a red line in different views)</string>
1531                                         </property>
1532                                         <property name="whatsThis" stdset="0">
1533                                             <string>Ignore all sounds with volume below this threshold.
1534 in dB in frequency domain.
1535 (shown has a red line in different views)</string>
1536                                         </property>
1537                                     </widget>
1538                                     <widget class="QSpinBox">
1539                                         <property name="name">
1540                                             <cstring>ui_spinVolumeTreshold</cstring>
1541                                         </property>
1542                                         <property name="suffix">
1543                                             <string>dB</string>
1544                                         </property>
1545                                         <property name="buttonSymbols">
1546                                             <enum>PlusMinus</enum>
1547                                         </property>
1548                                         <property name="maxValue">
1549                                             <number>0</number>
1550                                         </property>
1551                                         <property name="minValue">
1552                                             <number>-100</number>
1553                                         </property>
1554                                         <property name="value">
1555                                             <number>-28</number>
1556                                         </property>
1557                                         <property name="toolTip" stdset="0">
1558                                             <string>Ignore all sounds with volume below this threshold.
1559 in dB in frequency domain.
1560 (shown has a red line in different views)</string>
1561                                         </property>
1562                                         <property name="whatsThis" stdset="0">
1563                                             <string>Ignore all sounds with volume below this threshold.
1564 in dB in frequency domain.
1565 (shown has a red line in different views)</string>
1566                                         </property>
1567                                     </widget>
1568                                 </hbox>
1569                             </widget>
1570                             <widget class="QLayoutWidget" row="2" column="1">
1571                                 <property name="name">
1572                                     <cstring>layout60</cstring>
1573                                 </property>
1574                                 <hbox>
1575                                     <property name="name">
1576                                         <cstring>unnamed</cstring>
1577                                     </property>
1578                                     <widget class="QSlider">
1579                                         <property name="name">
1580                                             <cstring>ui_sldCombedFFTAudibilityRatio</cstring>
1581                                         </property>
1582                                         <property name="enabled">
1583                                             <bool>false</bool>
1584                                         </property>
1585                                         <property name="maxValue">
1586                                             <number>100</number>
1587                                         </property>
1588                                         <property name="value">
1589                                             <number>15</number>
1590                                         </property>
1591                                         <property name="orientation">
1592                                             <enum>Horizontal</enum>
1593                                         </property>
1594                                         <property name="tickmarks">
1595                                             <enum>Below</enum>
1596                                         </property>
1597                                         <property name="tickInterval">
1598                                             <number>6</number>
1599                                         </property>
1600                                         <property name="toolTip" stdset="0">
1601                                             <string>Ignore weak sub-harmonics.
1602 The treshold is defined between two neighborhood frequency components.
1603 Prevent too-low errors.</string>
1604                                         </property>
1605                                         <property name="whatsThis" stdset="0">
1606                                             <string>Ignore weak sub-harmonics.
1607 The treshold is defined between two neighborhood frequency components.
1608 Prevent too-low errors.</string>
1609                                         </property>
1610                                     </widget>
1611                                     <widget class="QSpinBox">
1612                                         <property name="name">
1613                                             <cstring>ui_spinCombedFFTAudibilityRatio</cstring>
1614                                         </property>
1615                                         <property name="enabled">
1616                                             <bool>false</bool>
1617                                         </property>
1618                                         <property name="suffix">
1619                                             <string>dB</string>
1620                                         </property>
1621                                         <property name="buttonSymbols">
1622                                             <enum>PlusMinus</enum>
1623                                         </property>
1624                                         <property name="maxValue">
1625                                             <number>100</number>
1626                                         </property>
1627                                         <property name="value">
1628                                             <number>15</number>
1629                                         </property>
1630                                         <property name="toolTip" stdset="0">
1631                                             <string>Ignore weak sub-harmonics.
1632 The treshold is defined between two neighborhood frequency components.
1633 Prevent too-low errors.</string>
1634                                         </property>
1635                                         <property name="whatsThis" stdset="0">
1636                                             <string>Ignore weak sub-harmonics.
1637 The treshold is defined between two neighborhood frequency components.
1638 Prevent too-low errors.</string>
1639                                         </property>
1640                                     </widget>
1641                                 </hbox>
1642                             </widget>
1643                             <widget class="QCheckBox" row="2" column="0">
1644                                 <property name="name">
1645                                     <cstring>ui_chkAlgoUseSubHarmTresh</cstring>
1646                                 </property>
1647                                 <property name="text">
1648                                     <string>Use sub-harmonic audibility treshold</string>
1649                                 </property>
1650                                 <property name="toolTip" stdset="0">
1651                                     <string>Ignore weak sub-harmonics.
1652 The treshold is defined between two neighborhood frequency components.
1653 Prevent too-low errors.</string>
1654                                 </property>
1655                                 <property name="whatsThis" stdset="0">
1656                                     <string>Ignore weak sub-harmonics.
1657 The treshold is defined between two neighborhood frequency components.
1658 Prevent too-low errors.</string>
1659                                 </property>
1660                             </widget>
1661                             <widget class="QLayoutWidget" row="1" column="1">
1662                                 <property name="name">
1663                                     <cstring>layout59_2_3</cstring>
1664                                 </property>
1665                                 <hbox>
1666                                     <property name="name">
1667                                         <cstring>unnamed</cstring>
1668                                     </property>
1669                                     <widget class="QSlider">
1670                                         <property name="name">
1671                                             <cstring>ui_sldWindowSizeFactor</cstring>
1672                                         </property>
1673                                         <property name="minValue">
1674                                             <number>1</number>
1675                                         </property>
1676                                         <property name="maxValue">
1677                                             <number>8</number>
1678                                         </property>
1679                                         <property name="pageStep">
1680                                             <number>10</number>
1681                                         </property>
1682                                         <property name="value">
1683                                             <number>4</number>
1684                                         </property>
1685                                         <property name="orientation">
1686                                             <enum>Horizontal</enum>
1687                                         </property>
1688                                         <property name="tickmarks">
1689                                             <enum>Below</enum>
1690                                         </property>
1691                                         <property name="tickInterval">
1692                                             <number>1</number>
1693                                         </property>
1694                                         <property name="toolTip" stdset="0">
1695                                             <string>Factor defining the window size from the lowest period define by the range.
1696 Bigger is this factor, more stable is the analysis but more CPU the program will need and slower the program will react to sound changes.</string>
1697                                         </property>
1698                                         <property name="whatsThis" stdset="0">
1699                                             <string>Factor defining the window size from the lowest period define by the range.
1700 Bigger is this factor, more stable is the analysis but more CPU the program will need and slower the program will react to sound changes.</string>
1701                                         </property>
1702                                     </widget>
1703                                     <widget class="QSpinBox">
1704                                         <property name="name">
1705                                             <cstring>ui_spinWindowSizeFactor</cstring>
1706                                         </property>
1707                                         <property name="buttonSymbols">
1708                                             <enum>PlusMinus</enum>
1709                                         </property>
1710                                         <property name="maxValue">
1711                                             <number>8</number>
1712                                         </property>
1713                                         <property name="minValue">
1714                                             <number>1</number>
1715                                         </property>
1716                                         <property name="value">
1717                                             <number>4</number>
1718                                         </property>
1719                                         <property name="toolTip" stdset="0">
1720                                             <string>Factor defining the window size from the lowest period define by the range.
1721 Bigger is this factor, more stable is the analysis but more CPU the program will need and slower the program will react to sound changes.</string>
1722                                         </property>
1723                                         <property name="whatsThis" stdset="0">
1724                                             <string>Factor defining the window size from the lowest period define by the range.
1725 Bigger is this factor, more stable is the analysis but more CPU the program will need and slower the program will react to sound changes.</string>
1726                                         </property>
1727                                     </widget>
1728                                 </hbox>
1729                             </widget>
1730                             <widget class="QLabel" row="1" column="0">
1731                                 <property name="name">
1732                                     <cstring>textLabel1_6</cstring>
1733                                 </property>
1734                                 <property name="text">
1735                                     <string>Window size factor</string>
1736                                 </property>
1737                                 <property name="toolTip" stdset="0">
1738                                     <string>Factor defining the window size from the lowest period define by the range.
1739 Bigger is this factor, more stable is the analysis but more CPU the program will need and slower the program will react to sound changes.</string>
1740                                 </property>
1741                                 <property name="whatsThis" stdset="0">
1742                                     <string>Factor defining the window size from the lowest period define by the range.
1743 Bigger is this factor, more stable is the analysis but more CPU the program will need and slower the program will react to sound changes.</string>
1744                                 </property>
1745                             </widget>
1746                         </grid>
1747                     </widget>
1748                     <widget class="QButtonGroup">
1749                         <property name="name">
1750                             <cstring>up_grpFreqRefinement</cstring>
1751                         </property>
1752                         <property name="title">
1753                             <string>Frequency refinement</string>
1754                         </property>
1755                         <property name="checkable">
1756                             <bool>true</bool>
1757                         </property>
1758                         <grid>
1759                             <property name="name">
1760                                 <cstring>unnamed</cstring>
1761                             </property>
1762                             <widget class="QRadioButton" row="1" column="0">
1763                                 <property name="name">
1764                                     <cstring>ui_rdUseFreqRefinement</cstring>
1765                                 </property>
1766                                 <property name="text">
1767                                     <string>Maximum number of harmonics</string>
1768                                 </property>
1769                                 <property name="toolTip" stdset="0">
1770                                     <string>Frequency domain fundamental refinement:
1771 Mean of the fundamental relative frequencies of the harmonics.
1772 Choose the number of harmonics to use.</string>
1773                                 </property>
1774                                 <property name="whatsThis" stdset="0">
1775                                     <string>Frequency domain fundamental refinement:
1776 Mean of the fundamental relative frequencies of the harmonics.
1777 Choose the number of harmonics to use.</string>
1778                                 </property>
1779                             </widget>
1780                             <widget class="QRadioButton" row="0" column="0">
1781                                 <property name="name">
1782                                     <cstring>ui_rdUseTimeRefinement</cstring>
1783                                 </property>
1784                                 <property name="text">
1785                                     <string>Maximum number of periods</string>
1786                                 </property>
1787                                 <property name="checked">
1788                                     <bool>true</bool>
1789                                 </property>
1790                                 <property name="toolTip" stdset="0">
1791                                     <string>Time domain fundamental refinement:
1792 Mean of period lengths.
1793 Choose the number of period to use.</string>
1794                                 </property>
1795                                 <property name="whatsThis" stdset="0">
1796                                     <string>Time domain fundamental refinement:
1797 Mean of period lengths.
1798 Choose the number of period to use.</string>
1799                                 </property>
1800                             </widget>
1801                             <widget class="QLayoutWidget" row="0" column="1">
1802                                 <property name="name">
1803                                     <cstring>layout59_2_2</cstring>
1804                                 </property>
1805                                 <hbox>
1806                                     <property name="name">
1807                                         <cstring>unnamed</cstring>
1808                                     </property>
1809                                     <widget class="QSlider">
1810                                         <property name="name">
1811                                             <cstring>ui_sldTimeRefinMaxPeriod</cstring>
1812                                         </property>
1813                                         <property name="minValue">
1814                                             <number>1</number>
1815                                         </property>
1816                                         <property name="maxValue">
1817                                             <number>64</number>
1818                                         </property>
1819                                         <property name="pageStep">
1820                                             <number>10</number>
1821                                         </property>
1822                                         <property name="value">
1823                                             <number>16</number>
1824                                         </property>
1825                                         <property name="orientation">
1826                                             <enum>Horizontal</enum>
1827                                         </property>
1828                                         <property name="tickmarks">
1829                                             <enum>Below</enum>
1830                                         </property>
1831                                         <property name="tickInterval">
1832                                             <number>8</number>
1833                                         </property>
1834                                         <property name="toolTip" stdset="0">
1835                                             <string>Time domain fundamental refinement:
1836 Mean of period lengths.
1837 Choose the number of period to use.</string>
1838                                         </property>
1839                                         <property name="whatsThis" stdset="0">
1840                                             <string>Time domain fundamental refinement:
1841 Mean of period lengths.
1842 Choose the number of period to use.</string>
1843                                         </property>
1844                                     </widget>
1845                                     <widget class="QSpinBox">
1846                                         <property name="name">
1847                                             <cstring>ui_spinTimeRefinMaxPeriod</cstring>
1848                                         </property>
1849                                         <property name="buttonSymbols">
1850                                             <enum>PlusMinus</enum>
1851                                         </property>
1852                                         <property name="maxValue">
1853                                             <number>64</number>
1854                                         </property>
1855                                         <property name="minValue">
1856                                             <number>1</number>
1857                                         </property>
1858                                         <property name="value">
1859                                             <number>4</number>
1860                                         </property>
1861                                         <property name="toolTip" stdset="0">
1862                                             <string>Time domain fundamental refinement:
1863 Mean of period lengths.
1864 Choose the number of period to use.</string>
1865                                         </property>
1866                                         <property name="whatsThis" stdset="0">
1867                                             <string>Time domain fundamental refinement:
1868 Mean of period lengths.
1869 Choose the number of period to use.</string>
1870                                         </property>
1871                                     </widget>
1872                                 </hbox>
1873                             </widget>
1874                             <widget class="QLayoutWidget" row="1" column="1">
1875                                 <property name="name">
1876                                     <cstring>layout59_2</cstring>
1877                                 </property>
1878                                 <hbox>
1879                                     <property name="name">
1880                                         <cstring>unnamed</cstring>
1881                                     </property>
1882                                     <widget class="QSlider">
1883                                         <property name="name">
1884                                             <cstring>ui_sldFreqRefinMaxHarm</cstring>
1885                                         </property>
1886                                         <property name="minValue">
1887                                             <number>1</number>
1888                                         </property>
1889                                         <property name="maxValue">
1890                                             <number>64</number>
1891                                         </property>
1892                                         <property name="pageStep">
1893                                             <number>10</number>
1894                                         </property>
1895                                         <property name="value">
1896                                             <number>8</number>
1897                                         </property>
1898                                         <property name="orientation">
1899                                             <enum>Horizontal</enum>
1900                                         </property>
1901                                         <property name="tickmarks">
1902                                             <enum>Below</enum>
1903                                         </property>
1904                                         <property name="tickInterval">
1905                                             <number>8</number>
1906                                         </property>
1907                                         <property name="toolTip" stdset="0">
1908                                             <string>Frequency domain fundamental refinement:
1909 Mean of the fundamental relative frequencies of the harmonics.
1910 Choose the number of harmonics to use.</string>
1911                                         </property>
1912                                         <property name="whatsThis" stdset="0">
1913                                             <string>Frequency domain fundamental refinement:
1914 Mean of the fundamental relative frequencies of the harmonics.
1915 Choose the number of harmonics to use.</string>
1916                                         </property>
1917                                     </widget>
1918                                     <widget class="QSpinBox">
1919                                         <property name="name">
1920                                             <cstring>ui_spinFreqRefinMaxHarm</cstring>
1921                                         </property>
1922                                         <property name="buttonSymbols">
1923                                             <enum>PlusMinus</enum>
1924                                         </property>
1925                                         <property name="maxValue">
1926                                             <number>64</number>
1927                                         </property>
1928                                         <property name="minValue">
1929                                             <number>1</number>
1930                                         </property>
1931                                         <property name="value">
1932                                             <number>8</number>
1933                                         </property>
1934                                         <property name="toolTip" stdset="0">
1935                                             <string>Frequency domain fundamental refinement:
1936 Mean of the fundamental relative frequencies of the harmonics.
1937 Choose the number of harmonics to use.</string>
1938                                         </property>
1939                                         <property name="whatsThis" stdset="0">
1940                                             <string>Frequency domain fundamental refinement:
1941 Mean of the fundamental relative frequencies of the harmonics.
1942 Choose the number of harmonics to use.</string>
1943                                         </property>
1944                                     </widget>
1945                                 </hbox>
1946                             </widget>
1947                         </grid>
1948                     </widget>
1949                     <widget class="QGroupBox">
1950                         <property name="name">
1951                             <cstring>ui_grpQuantizer</cstring>
1952                         </property>
1953                         <property name="title">
1954                             <string>Quantizer</string>
1955                         </property>
1956                         <property name="checkable">
1957                             <bool>true</bool>
1958                         </property>
1959                         <vbox>
1960                             <property name="name">
1961                                 <cstring>unnamed</cstring>
1962                             </property>
1963                             <widget class="QLayoutWidget">
1964                                 <property name="name">
1965                                     <cstring>layout35_2</cstring>
1966                                 </property>
1967                                 <hbox>
1968                                     <property name="name">
1969                                         <cstring>unnamed</cstring>
1970                                     </property>
1971                                     <widget class="QLabel">
1972                                         <property name="name">
1973                                             <cstring>textLabel1_3</cstring>
1974                                         </property>
1975                                         <property name="text">
1976                                             <string>Latency</string>
1977                                         </property>
1978                                         <property name="toolTip" stdset="0">
1979                                             <string>Quantize the analysis results: ignore frequency jumps, fill holes, ignore too short notes.
1980 Smaller is the following value, faster the tuner respond, but more unstable the computed frequency is.</string>
1981                                         </property>
1982                                         <property name="whatsThis" stdset="0">
1983                                             <string>Quantize the analysis results: ignore frequency jumps, fill holes, ignore too short notes.
1984 Smaller is the following value, faster the tuner respond, but more unstable the computed frequency is.</string>
1985                                         </property>
1986                                     </widget>
1987                                     <widget class="QSpinBox">
1988                                         <property name="name">
1989                                             <cstring>ui_spinErrorLatency</cstring>
1990                                         </property>
1991                                         <property name="suffix">
1992                                             <string> ms</string>
1993                                         </property>
1994                                         <property name="buttonSymbols">
1995                                             <enum>PlusMinus</enum>
1996                                         </property>
1997                                         <property name="maxValue">
1998                                             <number>4000</number>
1999                                         </property>
2000                                         <property name="minValue">
2001                                             <number>1</number>
2002                                         </property>
2003                                         <property name="value">
2004                                             <number>125</number>
2005                                         </property>
2006                                         <property name="toolTip" stdset="0">
2007                                             <string>Quantize the analysis results: ignore frequency jumps, fill holes, ignore too short notes.
2008 Smaller is the following value, faster the tuner respond, but more unstable the computed frequency is.</string>
2009                                         </property>
2010                                         <property name="whatsThis" stdset="0">
2011                                             <string>Quantize the analysis results: ignore frequency jumps, fill holes, ignore too short notes.
2012 Smaller is the following value, faster the tuner respond, but more unstable the computed frequency is.</string>
2013                                         </property>
2014                                     </widget>
2015                                 </hbox>
2016                             </widget>
2017                         </vbox>
2018                     </widget>
2019                     <spacer>
2020                         <property name="name">
2021                             <cstring>spacer8</cstring>
2022                         </property>
2023                         <property name="orientation">
2024                             <enum>Vertical</enum>
2025                         </property>
2026                         <property name="sizeType">
2027                             <enum>Expanding</enum>
2028                         </property>
2029                         <property name="sizeHint">
2030                             <size>
2031                                 <width>20</width>
2032                                 <height>40</height>
2033                             </size>
2034                         </property>
2035                     </spacer>
2036                 </vbox>
2037             </widget>
2038         </widget>
2039         <widget class="QLayoutWidget">
2040             <property name="name">
2041                 <cstring>layout54</cstring>
2042             </property>
2043             <hbox>
2044                 <property name="name">
2045                     <cstring>unnamed</cstring>
2046                 </property>
2047                 <widget class="QPushButton">
2048                     <property name="name">
2049                         <cstring>ui_btnRestoreFactorySettings</cstring>
2050                     </property>
2051                     <property name="text">
2052                         <string>Restore factory settings</string>
2053                     </property>
2054                     <property name="toolTip" stdset="0">
2055                         <string>Restore all settings as you just installed the program (need a program restart).</string>
2056                     </property>
2057                     <property name="whatsThis" stdset="0">
2058                         <string>Restore all settings as you just installed the program (need a program restart).</string>
2059                     </property>
2060                 </widget>
2061                 <spacer>
2062                     <property name="name">
2063                         <cstring>spacer3</cstring>
2064                     </property>
2065                     <property name="orientation">
2066                         <enum>Horizontal</enum>
2067                     </property>
2068                     <property name="sizeType">
2069                         <enum>Expanding</enum>
2070                     </property>
2071                     <property name="sizeHint">
2072                         <size>
2073                             <width>40</width>
2074                             <height>20</height>
2075                         </size>
2076                     </property>
2077                 </spacer>
2078                 <widget class="QPushButton">
2079                     <property name="name">
2080                         <cstring>buttonOk</cstring>
2081                     </property>
2082                     <property name="text">
2083                         <string>&amp;OK</string>
2084                     </property>
2085                     <property name="accel">
2086                         <string></string>
2087                     </property>
2088                     <property name="autoDefault">
2089                         <bool>true</bool>
2090                     </property>
2091                     <property name="default">
2092                         <bool>true</bool>
2093                     </property>
2094                     <property name="toolTip" stdset="0">
2095                         <string>Use theses settings and exist configure panel (but don't save the settings !)</string>
2096                     </property>
2097                     <property name="whatsThis" stdset="0">
2098                         <string>Use theses settings and exist configure panel (but don't save the settings !)</string>
2099                     </property>
2100                 </widget>
2101                 <widget class="QPushButton">
2102                     <property name="name">
2103                         <cstring>buttonCancel</cstring>
2104                     </property>
2105                     <property name="text">
2106                         <string>&amp;Cancel</string>
2107                     </property>
2108                     <property name="accel">
2109                         <string></string>
2110                     </property>
2111                     <property name="autoDefault">
2112                         <bool>true</bool>
2113                     </property>
2114                 </widget>
2115             </hbox>
2116         </widget>
2117     </vbox>
2118 </widget>
2119 <images>
2120     <image name="image0">
2121         <data format="PNG" length="2510">89504e470d0a1a0a0000000d4948445200000020000000200806000000737a7af400000995494441545885ad97596c5cd519c77f779fb9b379c64eec388ee36c640f2610b134850402626d4b6969a144290f541404550b0814aaee955a15fa50412b01a29b0ab4f481250d2941ec04502981e090385e13db33f678167be6de3b73f73e8c1d2089d33ef493cecbe8fb9fffef7cf79c39df11f8bf85005d9f5f2f6fbae946ad65f15a521d097bfce3a2d7f7ea5b7cf0b7bf624e66e750cd117254a4fdac8548728642df18d55c616e6f19f99a07ee3bf3fa3b7fd8de2444ec3ad80e982ee4a67d72bd6f1c0b76edbc93a36f3f7ba2543ae5842b2e5fb3f8b63f3fb6fc2b3b7fdd7cc1f6db84b36edc61e9adcbc9f70e52af9c04227df1d7f7debef33bbfd8b94d90a3b186b922434c81942c12e8eda9e9f96baf6668df47988523a7075876e98a1d0f3fbfe7c73b169d2b6ba2a22992d8d2948cd3b9f99ca9d4ca4bc3432fbc8c579f3c9edfb565ed967b1efac36fb6895a93047d0e4c5980089208b2089140c40834d50a59c591977601d559b978a27fe735b7dffded2d6a57b302b206f11864e2b0ba0916afdd7206ebbff43d409dcd57baafbb6ed54229d9ebc3be1a580ee83ae8118869108f422621b0281621da71d646324b2efeb4df6701d4a4debaf282adaf8ec08b63200890883600dad2b03cad12ef3cfb42a06b569298b7e8ac6209fe7100f60f43a5069a0651ada14dc720adc3fc98422a9684746737a0cceae5130aa03a76a81f3a0a4d4988e9d0ac8312858a00665420a6289a811083b0b182d08d964d90f3904a423c0eaa0ac9284474a85b2039505240174310a4f84c05dd932be054a74b477b3eb46ca8996019e0d441f04109c077ead8d903a31056662576a5305c77c0b11bc3ae3586ef8018822a801282e0d904b532181313ccd29fbc07c230fbc2af1e193e6685d31530ca305580fc380c1f7338b87f9f3f75e0f91780e327c1e8d9b5bb3c6553af43cd6a80db33f046056a0618559fe97291e9dc91290a03ef03f6acfea4531016fa7b27c7fa2b466ce566cb89a8b90983fe23831cd8f71c43bb7e9e0bf2477e031c3e2e28f40fd633cb37c5dabb97cb3e841e042e040e3835a84c058c8e8cd33bd44beef5479ea638f814509e130020183ff86ef9bdbfefcd1e7e23dde41d5d13cdbe863ab89bf2508fe8fac193c0f0a7d3eda1b7df998eccdbea44da5a034fc0adf958864ba95865786494de818f197ded91bd41ef8b0f00bd803f2b3e71131e2f0456e15f41efde7b979e216dddb0a1bb79585f456e74346ee5726b80573e935d9d1848bef9d3bd2b3a83f5fb8f26b1c5042221ae59c6c91d2c9b079e7d9adc478f020701e7d3d2b9006663f050dff08b9bcebff0864c8b4d737333b95c6ef5a912972c6cedb865a3ceb37bfe496ecae2c8e0310a6343c8b6f12853530f01634070a2eebf0130d0dff744213f71831e8bd3924923c65b2e0c575d792fb1160803290c832a134385d68ee43a49d3492762441589a10339d211319fafd82f022373cd7f7a8096335adc6597ae399433fc2dddf3a54ca6093d9658df76d53dbf88af58073ef82114c7b2b4571fa3661a78418855b7a99a353445fec0b6ed23a7b3383540bc3d215f7cef1d4bb77df38ec59dc9b6da0bbfc4770c5adb1612f1df2639dd4367621d6100a108a9628905b28e59ab138621939393388e83d4b9a9d52f058ba98ccc5981934fc1daaf6eecbaf3e967b6df7cd9372e5ea3c55b533055f51046de67e1c2760e7df42156a499e4da2d08b284a442fdd801ce6b36b1eb75b2d91c873e3e88ebf9442ebaabcd3aff8eebbcc057c8f5bc47e8bba7af40f78ecbb67dffd127efba5cc9482af41c856c19269bcec42e3d41bdfc0178362a2287fbf2f8924add87c8e18f69ea4a712c57c1344d26c6b33475aea3b57319cd2d67a606e73ff0937cfb9917b2e707dfc22a0d9d1a60d5b5e75efda3479f78f81a25531161ef10bcd90fb92244e41423c9cdbcb3ef49321bae27b27233e9549d585c40d32304932eb22451abd529954a985583255dab696a6b454a802e2739f2b91ddb46a3a96778e6bb5fc32c1cfe2c40a233b5eed6077ffbe0154a3322bc3e0abbdfb3181eae90897878ba4aebd66b597ac965c4b490443a4532a9a328603b3e95430aa2ac50abd598181f271444325dab496652086ae34e581544f1d75fbe2167e41f67d77d5fc677c78f0328dbeebeedd62f2cd91853614f0e7a4740137c962d5249679a89c714a21a8852024902510049005104df36d13c0b4952a8542ae472595a167490ec5a4932a9e1d3b8ccc2406299ad535d7bd5f9c6c0ebf7d0f3ecdd4028a2cf8b2edd7cfdf69638bc9c8783c3306540269da07d41865854411621084008411620aa80a6802f40253f41c78c51b158a43a3dc5fce5ebf0921d38a2422034aee7a80a695d65412286b0fa8a1b91d40d8d0ab4ae5aac45524bf6ee073700db070410a54643228b8dd56a32a80a984ec8d06440d980ba2f61f45b8cbdb487d75c8ba363e364d229c2f967f3ca4187707814bb36cda6ae142b1675509304d28a889e6a6b3353ed67531afe5026f4e5baed087dd9088ad230d11488680d0899c69d5e3643c6a7a1660bc4448926190409cc8e95ec6fba9cfc9bbfa7599358bbf5eb14339d2c9b07d1580d3c91b6a48614804c808a4b8400535232802c933f3c522d8d8d6612c965028d120702845263d82ef4e5434cc32321b8244517a3e63215f8a89a88ae8b6cbdf916f4edd7a1ba06482a7ab28578b20942f05cb04c30aa10ba359c5a15cf2c3818852c10ca58a5e9d23b7f7caa79c14fef9703015790910077a6ec23458bbe8151daf4907a54434a4659d41923938ca0472422aa0021f8611cdf87c0833000cb02d705cf06bb0ea661512a1598284e62f4befc2eb5720f8d6d0468c979a99b1edfbdb8fbca7312324454958826115541967cc2d025129189eb3211b5b13760e65533db5c85108410ce40781eb80e38751fd3a832519c64283bc6f8fee7fa9db77eb713afbe1b301b7fc5be6dd9fdafbf69c6dace93335ded5218200401a12f00328a2c238622810b8ed398d89b19ae3df35bfd937eb066069886c3d47495f1c93c83d931fa063e0a26dff9d3abfebffff2333cfb15a0727c11c743892e9436de707ffadced3b5ada97eba9884e4c95892832aa2c218b029224228a202020101286214110e27b1eb6eb50b3eb58759b8a65502ae628e7fa2bb58137f68703af3ec774762f300058b396a77a1bcac4e69d27acdc7693befca24b12edab96eaf1b418d1a28d4a8822221012e2fb1e9e6363d70d6ab52a75a3ecd64ad949bb746cc22f0d1f23dfdb4371e05dbcfa21601c303ff5d1e604f80444103b49b475d3bca49b68ba1549d591150d4114f15c1fdfb171eb2656a98c55ca6316c6708c09c2a008e4018346ffefcd65723a801343a1f1a090f9a49df76786738249c8ff18ff019be35d187a77ecac0000000049454e44ae426082</data>
2122     </image>
2123 </images>
2124 <connections>
2125     <connection>
2126         <sender>buttonOk</sender>
2127         <signal>clicked()</signal>
2128         <receiver>ConfigForm</receiver>
2129         <slot>accept()</slot>
2130     </connection>
2131     <connection>
2132         <sender>buttonCancel</sender>
2133         <signal>clicked()</signal>
2134         <receiver>ConfigForm</receiver>
2135         <slot>reject()</slot>
2136     </connection>
2137     <connection>
2138         <sender>ui_chkALSASamplingRateMax</sender>
2139         <signal>toggled(bool)</signal>
2140         <receiver>ui_spinALSASamplingRate</receiver>
2141         <slot>setDisabled(bool)</slot>
2142     </connection>
2143     <connection>
2144         <sender>ui_chkJACKAutoConnect</sender>
2145         <signal>toggled(bool)</signal>
2146         <receiver>ui_txtJACKSourcePort</receiver>
2147         <slot>setEnabled(bool)</slot>
2148     </connection>
2149     <connection>
2150         <sender>ui_chkPortAudioSamplingRateMax</sender>
2151         <signal>toggled(bool)</signal>
2152         <receiver>ui_spinPortAudioSamplingRate</receiver>
2153         <slot>setDisabled(bool)</slot>
2154     </connection>
2155     <connection>
2156         <sender>ui_chkOSSSamplingRateMax</sender>
2157         <signal>toggled(bool)</signal>
2158         <receiver>ui_spinOSSSamplingRate</receiver>
2159         <slot>setDisabled(bool)</slot>
2160     </connection>
2161     <connection>
2162         <sender>ui_sldCombedFFTAudibilityRatio</sender>
2163         <signal>valueChanged(int)</signal>
2164         <receiver>ui_spinCombedFFTAudibilityRatio</receiver>
2165         <slot>setValue(int)</slot>
2166     </connection>
2167     <connection>
2168         <sender>ui_spinCombedFFTAudibilityRatio</sender>
2169         <signal>valueChanged(int)</signal>
2170         <receiver>ui_sldCombedFFTAudibilityRatio</receiver>
2171         <slot>setValue(int)</slot>
2172     </connection>
2173     <connection>
2174         <sender>ui_sldVolumeTreshold</sender>
2175         <signal>valueChanged(int)</signal>
2176         <receiver>ui_spinVolumeTreshold</receiver>
2177         <slot>setValue(int)</slot>
2178     </connection>
2179     <connection>
2180         <sender>ui_spinVolumeTreshold</sender>
2181         <signal>valueChanged(int)</signal>
2182         <receiver>ui_sldVolumeTreshold</receiver>
2183         <slot>setValue(int)</slot>
2184     </connection>
2185     <connection>
2186         <sender>ui_chkAlgoUseSubHarmTresh</sender>
2187         <signal>toggled(bool)</signal>
2188         <receiver>ui_spinCombedFFTAudibilityRatio</receiver>
2189         <slot>setEnabled(bool)</slot>
2190     </connection>
2191     <connection>
2192         <sender>ui_chkAlgoUseSubHarmTresh</sender>
2193         <signal>toggled(bool)</signal>
2194         <receiver>ui_sldCombedFFTAudibilityRatio</receiver>
2195         <slot>setEnabled(bool)</slot>
2196     </connection>
2197     <connection>
2198         <sender>ui_sldFreqRefinMaxHarm</sender>
2199         <signal>valueChanged(int)</signal>
2200         <receiver>ui_spinFreqRefinMaxHarm</receiver>
2201         <slot>setValue(int)</slot>
2202     </connection>
2203     <connection>
2204         <sender>ui_spinFreqRefinMaxHarm</sender>
2205         <signal>valueChanged(int)</signal>
2206         <receiver>ui_sldFreqRefinMaxHarm</receiver>
2207         <slot>setValue(int)</slot>
2208     </connection>
2209     <connection>
2210         <sender>ui_sldWindowSizeFactor</sender>
2211         <signal>valueChanged(int)</signal>
2212         <receiver>ui_spinWindowSizeFactor</receiver>
2213         <slot>setValue(int)</slot>
2214     </connection>
2215     <connection>
2216         <sender>ui_spinWindowSizeFactor</sender>
2217         <signal>valueChanged(int)</signal>
2218         <receiver>ui_sldWindowSizeFactor</receiver>
2219         <slot>setValue(int)</slot>
2220     </connection>
2221     <connection>
2222         <sender>ui_sldTimeRefinMaxPeriod</sender>
2223         <signal>valueChanged(int)</signal>
2224         <receiver>ui_spinTimeRefinMaxPeriod</receiver>
2225         <slot>setValue(int)</slot>
2226     </connection>
2227     <connection>
2228         <sender>ui_spinTimeRefinMaxPeriod</sender>
2229         <signal>valueChanged(int)</signal>
2230         <receiver>ui_sldTimeRefinMaxPeriod</receiver>
2231         <slot>setValue(int)</slot>
2232     </connection>
2233 </connections>
2234 <layoutdefaults spacing="6" margin="11"/>
2235 </UI>