1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>DlgPrefBroadcastDlg</class>
4 <widget class="QWidget" name="DlgPrefBroadcastDlg">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>715</width>
10    <height>1012</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Live Broadcasting Preferences</string>
15  </property>
16  <layout class="QGridLayout" rowstretch="0,0,0,0,0,0,0">
17   <item row="0" column="0" colspan="2">
18    <widget class="QGroupBox" name="groupBoxProfiles">
19     <property name="title">
20      <string>Live Broadcasting source connections</string>
21     </property>
22     <layout class="QVBoxLayout" name="verticalLayout_7">
23      <item>
24       <widget class="QTableView" name="connectionList">
25        <property name="minimumSize">
26         <size>
27          <width>0</width>
28          <height>130</height>
29         </size>
30        </property>
31        <property name="styleSheet">
32         <string notr="true"/>
33        </property>
34        <property name="selectionMode">
35         <enum>QAbstractItemView::SingleSelection</enum>
36        </property>
37        <property name="selectionBehavior">
38         <enum>QAbstractItemView::SelectRows</enum>
39        </property>
40        <property name="showGrid">
41         <bool>true</bool>
42        </property>
43        <property name="gridStyle">
44         <enum>Qt::NoPen</enum>
45        </property>
46        <attribute name="horizontalHeaderHighlightSections">
47         <bool>true</bool>
48        </attribute>
49        <attribute name="horizontalHeaderStretchLastSection">
50         <bool>true</bool>
51        </attribute>
52        <attribute name="verticalHeaderVisible">
53         <bool>false</bool>
54        </attribute>
55        <attribute name="verticalHeaderHighlightSections">
56         <bool>false</bool>
57        </attribute>
58       </widget>
59      </item>
60      <item>
61       <layout class="QGridLayout" name="gridLayout_4">
62        <item row="0" column="0">
63         <widget class="QPushButton" name="btnRemoveConnection">
64          <property name="text">
65           <string>Delete selected</string>
66          </property>
67         </widget>
68        </item>
69        <item row="0" column="3">
70         <widget class="QPushButton" name="btnDisconnectAll">
71          <property name="text">
72           <string>Disconnect all</string>
73          </property>
74         </widget>
75        </item>
76        <item row="0" column="4">
77         <spacer name="horizontalSpacer_3">
78          <property name="orientation">
79           <enum>Qt::Horizontal</enum>
80          </property>
81          <property name="sizeHint" stdset="0">
82           <size>
83            <width>40</width>
84            <height>20</height>
85           </size>
86          </property>
87         </spacer>
88        </item>
89        <item row="0" column="5">
90         <widget class="QPushButton" name="btnCreateConnection">
91          <property name="text">
92           <string>Create new connection</string>
93          </property>
94         </widget>
95        </item>
96        <item row="0" column="2">
97         <spacer name="horizontalSpacer">
98          <property name="orientation">
99           <enum>Qt::Horizontal</enum>
100          </property>
101          <property name="sizeType">
102           <enum>QSizePolicy::Expanding</enum>
103          </property>
104          <property name="sizeHint" stdset="0">
105           <size>
106            <width>40</width>
107            <height>20</height>
108           </size>
109          </property>
110         </spacer>
111        </item>
112        <item row="0" column="1">
113         <widget class="QPushButton" name="btnRenameConnection">
114          <property name="text">
115           <string>Rename selected</string>
116          </property>
117         </widget>
118        </item>
119       </layout>
120      </item>
121      <item>
122       <widget class="QCheckBox" name="connectOnApply">
123        <property name="text">
124         <string>Turn on Live Broadcasting when applying these settings</string>
125        </property>
126        <property name="checked">
127         <bool>false</bool>
128        </property>
129       </widget>
130      </item>
131     </layout>
132    </widget>
133   </item>
134   <item row="2" column="0" colspan="2">
135    <widget class="QGroupBox" name="groupBoxProfileSettings">
136     <property name="title">
137      <string>Settings for %1</string>
138     </property>
139     <layout class="QGridLayout" name="gridLayout_8">
140      <item row="2" column="0">
141       <widget class="QGroupBox" name="groupBoxAutomaticReconnect">
142        <property name="title">
143         <string>Automatic reconnect</string>
144        </property>
145        <layout class="QVBoxLayout" name="verticalLayout_3">
146         <item>
147          <layout class="QVBoxLayout" name="verticalLayout_5">
148           <item>
149            <widget class="QCheckBox" name="checkBoxEnableReconnect">
150             <property name="toolTip">
151              <string>Reconnect if the connection to the streaming server is lost.</string>
152             </property>
153             <property name="text">
154              <string>Enable automatic reconnect</string>
155             </property>
156            </widget>
157           </item>
158           <item>
159            <widget class="QWidget" name="widgetReconnectControls" native="true">
160             <layout class="QGridLayout" name="gridLayout_5">
161              <property name="margin">
162               <number>0</number>
163              </property>
164              <item row="0" column="0">
165               <layout class="QGridLayout" name="gridLayout_2">
166                <item row="1" column="0">
167                 <widget class="QLabel" name="label_18">
168                  <property name="text">
169                   <string>Reconnect period</string>
170                  </property>
171                 </widget>
172                </item>
173                <item row="1" column="1">
174                 <widget class="QDoubleSpinBox" name="spinBoxReconnectPeriod">
175                  <property name="toolTip">
176                   <string>Time to wait between two reconnection attempts.</string>
177                  </property>
178                  <property name="suffix">
179                   <string> seconds</string>
180                  </property>
181                  <property name="decimals">
182                   <number>2</number>
183                  </property>
184                  <property name="maximum">
185                   <double>3600.000000000000000</double>
186                  </property>
187                 </widget>
188                </item>
189                <item row="3" column="1">
190                 <widget class="QSpinBox" name="spinBoxMaximumRetries">
191                  <property name="sizePolicy">
192                   <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
193                    <horstretch>0</horstretch>
194                    <verstretch>0</verstretch>
195                   </sizepolicy>
196                  </property>
197                  <property name="minimum">
198                   <number>1</number>
199                  </property>
200                  <property name="maximum">
201                   <number>100</number>
202                  </property>
203                 </widget>
204                </item>
205                <item row="3" column="0">
206                 <widget class="QLabel" name="label_17">
207                  <property name="text">
208                   <string>Maximum retries</string>
209                  </property>
210                 </widget>
211                </item>
212                <item row="2" column="0" colspan="2">
213                 <widget class="QCheckBox" name="checkBoxLimitReconnects">
214                  <property name="toolTip">
215                   <string comment="Uncheck for unlimited reconnect attempts."/>
216                  </property>
217                  <property name="text">
218                   <string>Limit number of reconnection attempts</string>
219                  </property>
220                 </widget>
221                </item>
222                <item row="0" column="1">
223                 <widget class="QDoubleSpinBox" name="spinBoxFirstDelay">
224                  <property name="toolTip">
225                   <string>Time to wait before the first reconnection attempt is made.</string>
226                  </property>
227                  <property name="suffix">
228                   <string> seconds</string>
229                  </property>
230                  <property name="maximum">
231                   <double>3600.000000000000000</double>
232                  </property>
233                 </widget>
234                </item>
235                <item row="0" column="0">
236                 <widget class="QLabel" name="label_19">
237                  <property name="text">
238                   <string>Wait until first attempt</string>
239                  </property>
240                 </widget>
241                </item>
242               </layout>
243              </item>
244             </layout>
245            </widget>
246           </item>
247          </layout>
248         </item>
249        </layout>
250       </widget>
251      </item>
252      <item row="2" column="1">
253       <widget class="QGroupBox" name="groupBoxEncoding">
254        <property name="title">
255         <string>Encoding</string>
256        </property>
257        <layout class="QVBoxLayout" name="verticalLayout_4">
258         <item>
259          <layout class="QGridLayout" name="gridLayout_3">
260           <item row="1" column="0">
261            <widget class="QLabel" name="label_8">
262             <property name="text">
263              <string>Format</string>
264             </property>
265             <property name="buddy">
266              <cstring>comboBoxEncodingFormat</cstring>
267             </property>
268            </widget>
269           </item>
270           <item row="0" column="0">
271            <widget class="QLabel" name="label_4">
272             <property name="sizePolicy">
273              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
274               <horstretch>0</horstretch>
275               <verstretch>0</verstretch>
276              </sizepolicy>
277             </property>
278             <property name="text">
279              <string>Bitrate</string>
280             </property>
281            </widget>
282           </item>
283           <item row="2" column="0">
284            <widget class="QLabel" name="label_9">
285             <property name="frameShape">
286              <enum>QFrame::NoFrame</enum>
287             </property>
288             <property name="lineWidth">
289              <number>1</number>
290             </property>
291             <property name="text">
292              <string>Channels</string>
293             </property>
294             <property name="textFormat">
295              <enum>Qt::AutoText</enum>
296             </property>
297             <property name="scaledContents">
298              <bool>false</bool>
299             </property>
300             <property name="buddy">
301              <cstring>comboBoxEncodingChannels</cstring>
302             </property>
303            </widget>
304           </item>
305           <item row="2" column="1">
306            <widget class="QComboBox" name="comboBoxEncodingChannels">
307             <property name="sizePolicy">
308              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
309               <horstretch>0</horstretch>
310               <verstretch>0</verstretch>
311              </sizepolicy>
312             </property>
313             <property name="maximumSize">
314              <size>
315               <width>16777215</width>
316               <height>16777215</height>
317              </size>
318             </property>
319            </widget>
320           </item>
321           <item row="1" column="1">
322            <widget class="QComboBox" name="comboBoxEncodingFormat">
323             <property name="sizePolicy">
324              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
325               <horstretch>0</horstretch>
326               <verstretch>0</verstretch>
327              </sizepolicy>
328             </property>
329            </widget>
330           </item>
331           <item row="0" column="1">
332            <widget class="QComboBox" name="comboBoxEncodingBitrate">
333             <property name="sizePolicy">
334              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
335               <horstretch>0</horstretch>
336               <verstretch>0</verstretch>
337              </sizepolicy>
338             </property>
339            </widget>
340           </item>
341           <item row="3" column="1">
342            <spacer name="verticalSpacer_2">
343             <property name="orientation">
344              <enum>Qt::Vertical</enum>
345             </property>
346             <property name="sizeHint" stdset="0">
347              <size>
348               <width>20</width>
349               <height>40</height>
350              </size>
351             </property>
352            </spacer>
353           </item>
354          </layout>
355         </item>
356        </layout>
357       </widget>
358      </item>
359      <item row="3" column="1">
360       <widget class="QGroupBox" name="groupBoxMetadata">
361        <property name="title">
362         <string>Metadata</string>
363        </property>
364        <property name="flat">
365         <bool>false</bool>
366        </property>
367        <layout class="QVBoxLayout" name="verticalLayout">
368         <item>
369          <layout class="QGridLayout" name="gridLayout_1">
370           <item row="0" column="0">
371            <widget class="QLabel" name="label_16">
372             <property name="text">
373              <string>Format</string>
374             </property>
375            </widget>
376           </item>
377           <item row="0" column="1">
378            <widget class="QLineEdit" name="metadata_format">
379             <property name="text">
380              <string notr="true">$artist - $title</string>
381             </property>
382            </widget>
383           </item>
384           <item row="2" column="0">
385            <widget class="QLabel" name="label_14">
386             <property name="text">
387              <string>Static artist</string>
388             </property>
389             <property name="buddy">
390              <cstring>custom_artist</cstring>
391             </property>
392            </widget>
393           </item>
394           <item row="2" column="1">
395            <widget class="QLineEdit" name="custom_artist">
396             <property name="text">
397              <string notr="true">%mainartist</string>
398             </property>
399            </widget>
400           </item>
401           <item row="3" column="0">
402            <widget class="QLabel" name="label_15">
403             <property name="text">
404              <string>Static title</string>
405             </property>
406             <property name="buddy">
407              <cstring>custom_title</cstring>
408             </property>
409            </widget>
410           </item>
411           <item row="3" column="1">
412            <widget class="QLineEdit" name="custom_title">
413             <property name="text">
414              <string notr="true">%maintitle</string>
415             </property>
416            </widget>
417           </item>
418           <item row="1" column="0" colspan="2">
419            <widget class="QCheckBox" name="enableCustomMetadata">
420             <property name="text">
421              <string>Use static artist and title.</string>
422             </property>
423             <property name="checked">
424              <bool>true</bool>
425             </property>
426            </widget>
427           </item>
428           <item row="4" column="0" colspan="2">
429            <widget class="QCheckBox" name="ogg_dynamicupdate">
430             <property name="sizePolicy">
431              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
432               <horstretch>0</horstretch>
433               <verstretch>0</verstretch>
434              </sizepolicy>
435             </property>
436             <property name="toolTip">
437              <string>Due to flaws in some streaming clients, updating Ogg Vorbis metadata dynamically can cause listener glitches and disconnections. Check this box to update the metadata anyway.</string>
438             </property>
439             <property name="text">
440              <string>Dynamically update Ogg Vorbis metadata.</string>
441             </property>
442            </widget>
443           </item>
444           <item row="5" column="0" colspan="2">
445            <widget class="QCheckBox" name="enableUtf8Metadata">
446             <property name="text">
447              <string>Use UTF-8 encoding for metadata.</string>
448             </property>
449            </widget>
450           </item>
451           <item row="6" column="1">
452            <spacer name="verticalSpacer_3">
453             <property name="orientation">
454              <enum>Qt::Vertical</enum>
455             </property>
456             <property name="sizeHint" stdset="0">
457              <size>
458               <width>20</width>
459               <height>40</height>
460              </size>
461             </property>
462            </spacer>
463           </item>
464          </layout>
465         </item>
466        </layout>
467       </widget>
468      </item>
469      <item row="3" column="0">
470       <widget class="QGroupBox" name="groupBoxStreamInfo">
471        <property name="minimumSize">
472         <size>
473          <width>300</width>
474          <height>0</height>
475         </size>
476        </property>
477        <property name="title">
478         <string>Stream info</string>
479        </property>
480        <layout class="QVBoxLayout" name="verticalLayout_2">
481         <item>
482          <layout class="QGridLayout">
483           <item row="7" column="0">
484            <widget class="QLabel" name="stream_ICQ_label">
485             <property name="text">
486              <string>ICQ</string>
487             </property>
488            </widget>
489           </item>
490           <item row="6" column="0">
491            <widget class="QLabel" name="stream_AIM_label">
492             <property name="text">
493              <string>AIM</string>
494             </property>
495            </widget>
496           </item>
497           <item row="1" column="1">
498            <widget class="QLineEdit" name="stream_name">
499             <property name="sizePolicy">
500              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
501               <horstretch>0</horstretch>
502               <verstretch>0</verstretch>
503              </sizepolicy>
504             </property>
505             <property name="text">
506              <string>Mixxx Icecast Testing</string>
507             </property>
508            </widget>
509           </item>
510           <item row="1" column="0">
511            <widget class="QLabel" name="label_10">
512             <property name="sizePolicy">
513              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
514               <horstretch>0</horstretch>
515               <verstretch>0</verstretch>
516              </sizepolicy>
517             </property>
518             <property name="text">
519              <string>Stream name</string>
520             </property>
521             <property name="buddy">
522              <cstring>comboBoxServerType</cstring>
523             </property>
524            </widget>
525           </item>
526           <item row="2" column="0">
527            <widget class="QLabel" name="label_11">
528             <property name="sizePolicy">
529              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
530               <horstretch>0</horstretch>
531               <verstretch>0</verstretch>
532              </sizepolicy>
533             </property>
534             <property name="text">
535              <string>Website</string>
536             </property>
537             <property name="buddy">
538              <cstring>mountpoint</cstring>
539             </property>
540            </widget>
541           </item>
542           <item row="2" column="1">
543            <widget class="QLineEdit" name="stream_website">
544             <property name="sizePolicy">
545              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
546               <horstretch>0</horstretch>
547               <verstretch>0</verstretch>
548              </sizepolicy>
549             </property>
550             <property name="text">
551              <string>http://www.mixxx.org</string>
552             </property>
553            </widget>
554           </item>
555           <item row="3" column="0">
556            <widget class="QLabel" name="label_12">
557             <property name="sizePolicy">
558              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
559               <horstretch>0</horstretch>
560               <verstretch>0</verstretch>
561              </sizepolicy>
562             </property>
563             <property name="text">
564              <string>Description</string>
565             </property>
566             <property name="buddy">
567              <cstring>stream_desc</cstring>
568             </property>
569            </widget>
570           </item>
571           <item row="3" column="1">
572            <widget class="QTextEdit" name="stream_desc">
573             <property name="sizePolicy">
574              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
575               <horstretch>0</horstretch>
576               <verstretch>0</verstretch>
577              </sizepolicy>
578             </property>
579             <property name="minimumSize">
580              <size>
581               <width>0</width>
582               <height>50</height>
583              </size>
584             </property>
585             <property name="maximumSize">
586              <size>
587               <width>16777215</width>
588               <height>50</height>
589              </size>
590             </property>
591             <property name="tabChangesFocus">
592              <bool>true</bool>
593             </property>
594             <property name="html">
595              <string notr="true">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
596&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
597p, li { white-space: pre-wrap; }
598&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'.SF NS Text'; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
599&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-family:'Ubuntu'; font-size:10pt;&quot;&gt;  &lt;/span&gt;&lt;/p&gt;
600&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Lucida Grande';&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
601             </property>
602            </widget>
603           </item>
604           <item row="4" column="0">
605            <widget class="QLabel" name="label_13">
606             <property name="sizePolicy">
607              <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
608               <horstretch>0</horstretch>
609               <verstretch>0</verstretch>
610              </sizepolicy>
611             </property>
612             <property name="text">
613              <string>Genre</string>
614             </property>
615             <property name="buddy">
616              <cstring>stream_genre</cstring>
617             </property>
618            </widget>
619           </item>
620           <item row="4" column="1">
621            <widget class="QLineEdit" name="stream_genre">
622             <property name="sizePolicy">
623              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
624               <horstretch>0</horstretch>
625               <verstretch>0</verstretch>
626              </sizepolicy>
627             </property>
628             <property name="text">
629              <string>Live mix</string>
630             </property>
631            </widget>
632           </item>
633           <item row="0" column="0" colspan="2">
634            <widget class="QCheckBox" name="stream_public">
635             <property name="text">
636              <string>Public stream</string>
637             </property>
638            </widget>
639           </item>
640           <item row="5" column="0">
641            <widget class="QLabel" name="stream_IRC_label">
642             <property name="text">
643              <string>IRC</string>
644             </property>
645            </widget>
646           </item>
647           <item row="5" column="1">
648            <widget class="QLineEdit" name="stream_IRC"/>
649           </item>
650           <item row="6" column="1">
651            <widget class="QLineEdit" name="stream_AIM"/>
652           </item>
653           <item row="7" column="1">
654            <widget class="QLineEdit" name="stream_ICQ"/>
655           </item>
656          </layout>
657         </item>
658        </layout>
659       </widget>
660      </item>
661      <item row="0" column="0" colspan="2">
662       <widget class="QLabel" name="labelHowtoSettings">
663        <property name="text">
664         <string>Select a source connection above to edit its settings here</string>
665        </property>
666       </widget>
667      </item>
668      <item row="1" column="0" colspan="2">
669       <widget class="QGroupBox" name="groupBoxServerConnection">
670        <property name="title">
671         <string>Server connection</string>
672        </property>
673        <layout class="QGridLayout">
674         <item row="0" column="0">
675          <layout class="QGridLayout" name="gridLayoutSC">
676           <item row="0" column="0">
677            <widget class="QLabel" name="label">
678             <property name="text">
679              <string>Type</string>
680             </property>
681            </widget>
682           </item>
683           <item row="0" column="1">
684            <widget class="QComboBox" name="comboBoxServerType">
685             <property name="sizePolicy">
686              <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
687               <horstretch>0</horstretch>
688               <verstretch>0</verstretch>
689              </sizepolicy>
690             </property>
691            </widget>
692           </item>
693           <item row="0" column="2">
694            <widget class="QWidget" name="widget" native="true">
695             <property name="minimumSize">
696              <size>
697               <width>10</width>
698               <height>0</height>
699              </size>
700             </property>
701            </widget>
702           </item>
703           <item row="0" column="3">
704            <widget class="QLabel" name="label_5">
705             <property name="text">
706              <string>Mount</string>
707             </property>
708            </widget>
709           </item>
710           <item row="0" column="4">
711            <widget class="QLineEdit" name="mountpoint">
712             <property name="text">
713              <string notr="true"/>
714             </property>
715            </widget>
716           </item>
717           <item row="1" column="0">
718            <widget class="QLabel" name="label_2">
719             <property name="text">
720              <string>Host</string>
721             </property>
722            </widget>
723           </item>
724           <item row="1" column="1">
725            <widget class="QLineEdit" name="host">
726             <property name="text">
727              <string notr="true"/>
728             </property>
729            </widget>
730           </item>
731           <item row="1" column="3">
732            <widget class="QLabel" name="label_3">
733             <property name="text">
734              <string>Port</string>
735             </property>
736            </widget>
737           </item>
738           <item row="1" column="4">
739            <widget class="QLineEdit" name="port">
740             <property name="sizePolicy">
741              <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
742               <horstretch>0</horstretch>
743               <verstretch>0</verstretch>
744              </sizepolicy>
745             </property>
746             <property name="text">
747              <string notr="true"/>
748             </property>
749            </widget>
750           </item>
751           <item row="2" column="0">
752            <widget class="QLabel" name="label_6">
753             <property name="text">
754              <string>Login</string>
755             </property>
756            </widget>
757           </item>
758           <item row="2" column="1">
759            <widget class="QLineEdit" name="login">
760             <property name="text">
761              <string notr="true">source</string>
762             </property>
763            </widget>
764           </item>
765           <item row="2" column="3">
766            <widget class="QLabel" name="label_7">
767             <property name="text">
768              <string>Password</string>
769             </property>
770            </widget>
771           </item>
772           <item row="2" column="4">
773            <widget class="QLineEdit" name="password">
774             <property name="text">
775              <string notr="true"/>
776             </property>
777             <property name="echoMode">
778              <enum>QLineEdit::Password</enum>
779             </property>
780            </widget>
781           </item>
782          </layout>
783         </item>
784         <item row="1" column="0">
785          <widget class="QWidget" name="groupPasswordStorage" native="true">
786           <layout class="QHBoxLayout" name="horizontalLayout_2">
787            <property name="margin">
788             <number>0</number>
789            </property>
790            <item>
791             <layout class="QHBoxLayout" name="horizontalLayout">
792              <item>
793               <widget class="QLabel" name="label_20">
794                <property name="text">
795                 <string>Password storage</string>
796                </property>
797               </widget>
798              </item>
799              <item>
800               <widget class="QRadioButton" name="rbPasswordCleartext">
801                <property name="text">
802                 <string>Plain text</string>
803                </property>
804                <attribute name="buttonGroup">
805                 <string notr="true">rbGroupPassword</string>
806                </attribute>
807               </widget>
808              </item>
809              <item>
810               <widget class="QRadioButton" name="rbPasswordKeychain">
811                <property name="text">
812                 <string>Secure storage (OS keychain)</string>
813                </property>
814                <attribute name="buttonGroup">
815                 <string notr="true">rbGroupPassword</string>
816                </attribute>
817               </widget>
818              </item>
819              <item>
820               <spacer name="horizontalSpacer_2">
821                <property name="orientation">
822                 <enum>Qt::Horizontal</enum>
823                </property>
824                <property name="sizeHint" stdset="0">
825                 <size>
826                  <width>40</width>
827                  <height>20</height>
828                 </size>
829                </property>
830               </spacer>
831              </item>
832             </layout>
833            </item>
834           </layout>
835          </widget>
836         </item>
837        </layout>
838       </widget>
839      </item>
840     </layout>
841    </widget>
842   </item>
843   <item row="6" column="0">
844    <spacer name="verticalSpacer">
845     <property name="orientation">
846      <enum>Qt::Vertical</enum>
847     </property>
848     <property name="sizeType">
849      <enum>QSizePolicy::Expanding</enum>
850     </property>
851     <property name="sizeHint" stdset="0">
852      <size>
853       <width>20</width>
854       <height>40</height>
855      </size>
856     </property>
857    </spacer>
858   </item>
859  </layout>
860 </widget>
861 <layoutdefault spacing="6" margin="11"/>
862 <tabstops>
863  <tabstop>connectionList</tabstop>
864  <tabstop>btnRemoveConnection</tabstop>
865  <tabstop>btnRenameConnection</tabstop>
866  <tabstop>btnDisconnectAll</tabstop>
867  <tabstop>btnCreateConnection</tabstop>
868  <tabstop>connectOnApply</tabstop>
869
870  <tabstop>comboBoxServerType</tabstop>
871  <tabstop>mountpoint</tabstop>
872  <tabstop>host</tabstop>
873  <tabstop>port</tabstop>
874  <tabstop>login</tabstop>
875  <tabstop>password</tabstop>
876  <tabstop>rbPasswordCleartext</tabstop>
877
878  <tabstop>checkBoxEnableReconnect</tabstop>
879  <tabstop>spinBoxFirstDelay</tabstop>
880  <tabstop>spinBoxReconnectPeriod</tabstop>
881  <tabstop>checkBoxLimitReconnects</tabstop>
882  <tabstop>spinBoxMaximumRetries</tabstop>
883
884  <tabstop>comboBoxEncodingBitrate</tabstop>
885  <tabstop>comboBoxEncodingFormat</tabstop>
886  <tabstop>comboBoxEncodingChannels</tabstop>
887
888  <tabstop>stream_public</tabstop>
889  <tabstop>stream_name</tabstop>
890  <tabstop>stream_website</tabstop>
891  <tabstop>stream_desc</tabstop>
892  <tabstop>stream_genre</tabstop>
893  <tabstop>stream_IRC</tabstop>
894  <tabstop>stream_AIM</tabstop>
895  <tabstop>stream_ICQ</tabstop>
896
897  <tabstop>metadata_format</tabstop>
898  <tabstop>enableCustomMetadata</tabstop>
899  <tabstop>custom_artist</tabstop>
900  <tabstop>custom_title</tabstop>
901  <tabstop>ogg_dynamicupdate</tabstop>
902  <tabstop>enableUtf8Metadata</tabstop>
903 </tabstops>
904 <resources/>
905 <connections/>
906 <buttongroups>
907  <buttongroup name="rbGroupPassword"/>
908 </buttongroups>
909</ui>
910