Added src/gui/ui/MainWindow.ui
[GoMoku3D.git] / src / gui / ui / ServerSettingsDialog.ui
blobd6e0a5926ff4ea52951227329bd5d81173a0235d
1 <ui version="4.0" >
2  <class>ServerSettingsDialog</class>
3  <widget class="QDialog" name="ServerSettingsDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>600</width>
9     <height>570</height>
10    </rect>
11   </property>
12   <property name="sizePolicy" >
13    <sizepolicy vsizetype="Fixed" hsizetype="Minimum" >
14     <horstretch>0</horstretch>
15     <verstretch>0</verstretch>
16    </sizepolicy>
17   </property>
18   <property name="windowTitle" >
19    <string>Dialog</string>
20   </property>
21   <layout class="QVBoxLayout" >
22    <property name="spacing" >
23     <number>12</number>
24    </property>
25    <property name="leftMargin" >
26     <number>8</number>
27    </property>
28    <property name="topMargin" >
29     <number>8</number>
30    </property>
31    <property name="rightMargin" >
32     <number>8</number>
33    </property>
34    <property name="bottomMargin" >
35     <number>8</number>
36    </property>
37    <item>
38     <widget class="QGroupBox" name="groupBox_5" >
39      <property name="sizePolicy" >
40       <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
41        <horstretch>0</horstretch>
42        <verstretch>0</verstretch>
43       </sizepolicy>
44      </property>
45      <property name="title" >
46       <string>Game settings</string>
47      </property>
48      <layout class="QHBoxLayout" >
49       <item>
50        <widget class="QGroupBox" name="groupBox_6" >
51         <property name="sizePolicy" >
52          <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
53           <horstretch>0</horstretch>
54           <verstretch>0</verstretch>
55          </sizepolicy>
56         </property>
57         <property name="title" >
58          <string>Number of players</string>
59         </property>
60         <layout class="QGridLayout" >
61          <item row="0" column="0" >
62           <widget class="QComboBox" name="numPlayersBox" >
63            <item>
64             <property name="text" >
65              <string>2</string>
66             </property>
67            </item>
68            <item>
69             <property name="text" >
70              <string>3</string>
71             </property>
72            </item>
73           </widget>
74          </item>
75         </layout>
76        </widget>
77       </item>
78       <item>
79        <widget class="QGroupBox" name="groupBox_7" >
80         <property name="sizePolicy" >
81          <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
82           <horstretch>0</horstretch>
83           <verstretch>0</verstretch>
84          </sizepolicy>
85         </property>
86         <property name="title" >
87          <string>Difficulty 1</string>
88         </property>
89         <layout class="QGridLayout" >
90          <item row="0" column="0" >
91           <widget class="QComboBox" name="d1Box" >
92            <item>
93             <property name="text" >
94              <string>5</string>
95             </property>
96            </item>
97            <item>
98             <property name="text" >
99              <string>7</string>
100             </property>
101            </item>
102            <item>
103             <property name="text" >
104              <string>9</string>
105             </property>
106            </item>
107           </widget>
108          </item>
109         </layout>
110        </widget>
111       </item>
112       <item>
113        <widget class="QGroupBox" name="groupBox_8" >
114         <property name="sizePolicy" >
115          <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
116           <horstretch>0</horstretch>
117           <verstretch>0</verstretch>
118          </sizepolicy>
119         </property>
120         <property name="title" >
121          <string>Difficulty 2</string>
122         </property>
123         <layout class="QGridLayout" >
124          <item row="0" column="0" >
125           <widget class="QComboBox" name="d2Box" >
126            <item>
127             <property name="text" >
128              <string>1</string>
129             </property>
130            </item>
131            <item>
132             <property name="text" >
133              <string>2</string>
134             </property>
135            </item>
136            <item>
137             <property name="text" >
138              <string>3</string>
139             </property>
140            </item>
141           </widget>
142          </item>
143         </layout>
144        </widget>
145       </item>
146      </layout>
147     </widget>
148    </item>
149    <item>
150     <widget class="QGroupBox" name="groupBox" >
151      <property name="sizePolicy" >
152       <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
153        <horstretch>0</horstretch>
154        <verstretch>0</verstretch>
155       </sizepolicy>
156      </property>
157      <property name="title" >
158       <string>Players settings</string>
159      </property>
160      <layout class="QVBoxLayout" >
161       <item>
162        <widget class="QFrame" name="frame_1" >
163         <property name="sizePolicy" >
164          <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
165           <horstretch>0</horstretch>
166           <verstretch>0</verstretch>
167          </sizepolicy>
168         </property>
169         <property name="frameShape" >
170          <enum>QFrame::StyledPanel</enum>
171         </property>
172         <property name="frameShadow" >
173          <enum>QFrame::Raised</enum>
174         </property>
175         <layout class="QHBoxLayout" >
176          <item>
177           <widget class="QLabel" name="label_3" >
178            <property name="text" >
179             <string>Player 1</string>
180            </property>
181           </widget>
182          </item>
183          <item>
184           <widget class="QLineEdit" name="playername_0" >
185            <property name="minimumSize" >
186             <size>
187              <width>50</width>
188              <height>0</height>
189             </size>
190            </property>
191            <property name="toolTip" >
192             <string>your name here</string>
193            </property>
194           </widget>
195          </item>
196          <item>
197           <spacer>
198            <property name="orientation" >
199             <enum>Qt::Horizontal</enum>
200            </property>
201            <property name="sizeType" >
202             <enum>QSizePolicy::Fixed</enum>
203            </property>
204            <property name="sizeHint" >
205             <size>
206              <width>12</width>
207              <height>20</height>
208             </size>
209            </property>
210           </spacer>
211          </item>
212          <item>
213           <widget class="QPushButton" name="pushButton" >
214            <property name="text" >
215             <string>Color</string>
216            </property>
217            <property name="autoDefault" >
218             <bool>false</bool>
219            </property>
220           </widget>
221          </item>
222          <item>
223           <spacer>
224            <property name="orientation" >
225             <enum>Qt::Horizontal</enum>
226            </property>
227            <property name="sizeType" >
228             <enum>QSizePolicy::MinimumExpanding</enum>
229            </property>
230            <property name="sizeHint" >
231             <size>
232              <width>20</width>
233              <height>20</height>
234             </size>
235            </property>
236           </spacer>
237          </item>
238          <item>
239           <widget class="QRadioButton" name="radioButton_16" >
240            <property name="text" >
241             <string>Human</string>
242            </property>
243            <property name="checked" >
244             <bool>true</bool>
245            </property>
246           </widget>
247          </item>
248          <item>
249           <widget class="QRadioButton" name="radioButton_10" >
250            <property name="text" >
251             <string>Remote</string>
252            </property>
253           </widget>
254          </item>
255          <item>
256           <widget class="QRadioButton" name="radioButton_17" >
257            <property name="text" >
258             <string>AI</string>
259            </property>
260           </widget>
261          </item>
262         </layout>
263        </widget>
264       </item>
265       <item>
266        <widget class="QFrame" name="frame_2" >
267         <property name="sizePolicy" >
268          <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
269           <horstretch>0</horstretch>
270           <verstretch>0</verstretch>
271          </sizepolicy>
272         </property>
273         <property name="frameShape" >
274          <enum>QFrame::StyledPanel</enum>
275         </property>
276         <property name="frameShadow" >
277          <enum>QFrame::Raised</enum>
278         </property>
279         <layout class="QHBoxLayout" >
280          <item>
281           <widget class="QLabel" name="label_4" >
282            <property name="text" >
283             <string>Player 2</string>
284            </property>
285           </widget>
286          </item>
287          <item>
288           <widget class="QLineEdit" name="playername_1" >
289            <property name="enabled" >
290             <bool>false</bool>
291            </property>
292            <property name="minimumSize" >
293             <size>
294              <width>50</width>
295              <height>0</height>
296             </size>
297            </property>
298            <property name="toolTip" >
299             <string>your name here</string>
300            </property>
301           </widget>
302          </item>
303          <item>
304           <spacer>
305            <property name="orientation" >
306             <enum>Qt::Horizontal</enum>
307            </property>
308            <property name="sizeType" >
309             <enum>QSizePolicy::Fixed</enum>
310            </property>
311            <property name="sizeHint" >
312             <size>
313              <width>12</width>
314              <height>20</height>
315             </size>
316            </property>
317           </spacer>
318          </item>
319          <item>
320           <widget class="QPushButton" name="pushButton_2" >
321            <property name="text" >
322             <string>Color</string>
323            </property>
324            <property name="autoDefault" >
325             <bool>false</bool>
326            </property>
327           </widget>
328          </item>
329          <item>
330           <spacer>
331            <property name="orientation" >
332             <enum>Qt::Horizontal</enum>
333            </property>
334            <property name="sizeType" >
335             <enum>QSizePolicy::MinimumExpanding</enum>
336            </property>
337            <property name="sizeHint" >
338             <size>
339              <width>20</width>
340              <height>20</height>
341             </size>
342            </property>
343           </spacer>
344          </item>
345          <item>
346           <widget class="QRadioButton" name="radioButton_19" >
347            <property name="enabled" >
348             <bool>false</bool>
349            </property>
350            <property name="text" >
351             <string>Human</string>
352            </property>
353            <property name="checked" >
354             <bool>false</bool>
355            </property>
356           </widget>
357          </item>
358          <item>
359           <widget class="QRadioButton" name="radioButton_18" >
360            <property name="text" >
361             <string>Remote</string>
362            </property>
363            <property name="checked" >
364             <bool>true</bool>
365            </property>
366           </widget>
367          </item>
368          <item>
369           <widget class="QRadioButton" name="radioButton_20" >
370            <property name="text" >
371             <string>AI</string>
372            </property>
373           </widget>
374          </item>
375         </layout>
376        </widget>
377       </item>
378       <item>
379        <widget class="QFrame" name="frame_3" >
380         <property name="enabled" >
381          <bool>false</bool>
382         </property>
383         <property name="sizePolicy" >
384          <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
385           <horstretch>0</horstretch>
386           <verstretch>0</verstretch>
387          </sizepolicy>
388         </property>
389         <property name="frameShape" >
390          <enum>QFrame::StyledPanel</enum>
391         </property>
392         <property name="frameShadow" >
393          <enum>QFrame::Raised</enum>
394         </property>
395         <layout class="QHBoxLayout" >
396          <item>
397           <widget class="QLabel" name="label_7" >
398            <property name="text" >
399             <string>Player 3</string>
400            </property>
401           </widget>
402          </item>
403          <item>
404           <widget class="QLineEdit" name="playername_2" >
405            <property name="enabled" >
406             <bool>false</bool>
407            </property>
408            <property name="minimumSize" >
409             <size>
410              <width>50</width>
411              <height>0</height>
412             </size>
413            </property>
414            <property name="toolTip" >
415             <string>your name here</string>
416            </property>
417           </widget>
418          </item>
419          <item>
420           <spacer>
421            <property name="orientation" >
422             <enum>Qt::Horizontal</enum>
423            </property>
424            <property name="sizeType" >
425             <enum>QSizePolicy::Fixed</enum>
426            </property>
427            <property name="sizeHint" >
428             <size>
429              <width>12</width>
430              <height>20</height>
431             </size>
432            </property>
433           </spacer>
434          </item>
435          <item>
436           <widget class="QPushButton" name="pushButton_3" >
437            <property name="text" >
438             <string>Color</string>
439            </property>
440            <property name="autoDefault" >
441             <bool>false</bool>
442            </property>
443           </widget>
444          </item>
445          <item>
446           <spacer>
447            <property name="orientation" >
448             <enum>Qt::Horizontal</enum>
449            </property>
450            <property name="sizeType" >
451             <enum>QSizePolicy::MinimumExpanding</enum>
452            </property>
453            <property name="sizeHint" >
454             <size>
455              <width>20</width>
456              <height>20</height>
457             </size>
458            </property>
459           </spacer>
460          </item>
461          <item>
462           <widget class="QRadioButton" name="radioButton_22" >
463            <property name="enabled" >
464             <bool>false</bool>
465            </property>
466            <property name="text" >
467             <string>Human</string>
468            </property>
469            <property name="checked" >
470             <bool>false</bool>
471            </property>
472           </widget>
473          </item>
474          <item>
475           <widget class="QRadioButton" name="radioButton_21" >
476            <property name="text" >
477             <string>Remote</string>
478            </property>
479            <property name="checked" >
480             <bool>true</bool>
481            </property>
482           </widget>
483          </item>
484          <item>
485           <widget class="QRadioButton" name="radioButton_23" >
486            <property name="text" >
487             <string>AI</string>
488            </property>
489           </widget>
490          </item>
491         </layout>
492        </widget>
493       </item>
494      </layout>
495     </widget>
496    </item>
497    <item>
498     <widget class="QGroupBox" name="groupBox_2" >
499      <property name="sizePolicy" >
500       <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
501        <horstretch>0</horstretch>
502        <verstretch>0</verstretch>
503       </sizepolicy>
504      </property>
505      <property name="title" >
506       <string>Timer</string>
507      </property>
508      <layout class="QHBoxLayout" >
509       <item>
510        <widget class="QCheckBox" name="checkBox" >
511         <property name="text" >
512          <string>Enable</string>
513         </property>
514        </widget>
515       </item>
516       <item>
517        <spacer>
518         <property name="orientation" >
519          <enum>Qt::Horizontal</enum>
520         </property>
521         <property name="sizeHint" >
522          <size>
523           <width>71</width>
524           <height>33</height>
525          </size>
526         </property>
527        </spacer>
528       </item>
529       <item>
530        <widget class="QLabel" name="label_8" >
531         <property name="enabled" >
532          <bool>false</bool>
533         </property>
534         <property name="sizePolicy" >
535          <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
536           <horstretch>0</horstretch>
537           <verstretch>0</verstretch>
538          </sizepolicy>
539         </property>
540         <property name="text" >
541          <string>Maximum time per move</string>
542         </property>
543        </widget>
544       </item>
545       <item>
546        <widget class="QSpinBox" name="spinBox_2" >
547         <property name="enabled" >
548          <bool>false</bool>
549         </property>
550         <property name="correctionMode" >
551          <enum>QAbstractSpinBox::CorrectToNearestValue</enum>
552         </property>
553         <property name="suffix" >
554          <string> seconds</string>
555         </property>
556         <property name="minimum" >
557          <number>10</number>
558         </property>
559         <property name="maximum" >
560          <number>600</number>
561         </property>
562         <property name="value" >
563          <number>60</number>
564         </property>
565        </widget>
566       </item>
567      </layout>
568     </widget>
569    </item>
570    <item>
571     <layout class="QHBoxLayout" >
572      <item>
573       <widget class="QGroupBox" name="groupBox_3" >
574        <property name="title" >
575         <string>Server settings</string>
576        </property>
577        <layout class="QVBoxLayout" >
578         <item>
579          <layout class="QHBoxLayout" >
580           <item>
581            <widget class="QRadioButton" name="spectator" >
582             <property name="enabled" >
583              <bool>false</bool>
584             </property>
585             <property name="text" >
586              <string>Spectator mode</string>
587             </property>
588             <property name="checked" >
589              <bool>true</bool>
590             </property>
591            </widget>
592           </item>
593           <item>
594            <widget class="QLineEdit" name="myname" >
595             <property name="enabled" >
596              <bool>false</bool>
597             </property>
598             <property name="minimumSize" >
599              <size>
600               <width>50</width>
601               <height>0</height>
602              </size>
603             </property>
604             <property name="toolTip" >
605              <string>your name here</string>
606             </property>
607            </widget>
608           </item>
609          </layout>
610         </item>
611         <item>
612          <widget class="QRadioButton" name="dedicatedserver" >
613           <property name="enabled" >
614            <bool>false</bool>
615           </property>
616           <property name="text" >
617            <string>Dedicated server mode</string>
618           </property>
619          </widget>
620         </item>
621         <item>
622          <layout class="QHBoxLayout" >
623           <item>
624            <widget class="QLabel" name="label" >
625             <property name="text" >
626              <string>Server port</string>
627             </property>
628             <property name="buddy" >
629              <cstring>lineEdit</cstring>
630             </property>
631            </widget>
632           </item>
633           <item>
634            <spacer>
635             <property name="orientation" >
636              <enum>Qt::Horizontal</enum>
637             </property>
638             <property name="sizeHint" >
639              <size>
640               <width>40</width>
641               <height>20</height>
642              </size>
643             </property>
644            </spacer>
645           </item>
646           <item>
647            <widget class="QLineEdit" name="lineEdit" >
648             <property name="text" >
649              <string/>
650             </property>
651            </widget>
652           </item>
653          </layout>
654         </item>
655        </layout>
656       </widget>
657      </item>
658      <item>
659       <spacer>
660        <property name="orientation" >
661         <enum>Qt::Horizontal</enum>
662        </property>
663        <property name="sizeHint" >
664         <size>
665          <width>21</width>
666          <height>20</height>
667         </size>
668        </property>
669       </spacer>
670      </item>
671      <item>
672       <widget class="QDialogButtonBox" name="buttonBox" >
673        <property name="orientation" >
674         <enum>Qt::Horizontal</enum>
675        </property>
676        <property name="standardButtons" >
677         <set>QDialogButtonBox::Cancel|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
678        </property>
679       </widget>
680      </item>
681      <item>
682       <spacer>
683        <property name="orientation" >
684         <enum>Qt::Horizontal</enum>
685        </property>
686        <property name="sizeHint" >
687         <size>
688          <width>21</width>
689          <height>20</height>
690         </size>
691        </property>
692       </spacer>
693      </item>
694     </layout>
695    </item>
696   </layout>
697  </widget>
698  <resources/>
699  <connections>
700   <connection>
701    <sender>buttonBox</sender>
702    <signal>accepted()</signal>
703    <receiver>ServerSettingsDialog</receiver>
704    <slot>accept()</slot>
705    <hints>
706     <hint type="sourcelabel" >
707      <x>543</x>
708      <y>524</y>
709     </hint>
710     <hint type="destinationlabel" >
711      <x>157</x>
712      <y>274</y>
713     </hint>
714    </hints>
715   </connection>
716   <connection>
717    <sender>buttonBox</sender>
718    <signal>rejected()</signal>
719    <receiver>ServerSettingsDialog</receiver>
720    <slot>reject()</slot>
721    <hints>
722     <hint type="sourcelabel" >
723      <x>543</x>
724      <y>524</y>
725     </hint>
726     <hint type="destinationlabel" >
727      <x>286</x>
728      <y>274</y>
729     </hint>
730    </hints>
731   </connection>
732   <connection>
733    <sender>checkBox</sender>
734    <signal>toggled(bool)</signal>
735    <receiver>label_8</receiver>
736    <slot>setEnabled(bool)</slot>
737    <hints>
738     <hint type="sourcelabel" >
739      <x>85</x>
740      <y>404</y>
741     </hint>
742     <hint type="destinationlabel" >
743      <x>318</x>
744      <y>384</y>
745     </hint>
746    </hints>
747   </connection>
748   <connection>
749    <sender>checkBox</sender>
750    <signal>toggled(bool)</signal>
751    <receiver>spinBox_2</receiver>
752    <slot>setEnabled(bool)</slot>
753    <hints>
754     <hint type="sourcelabel" >
755      <x>85</x>
756      <y>404</y>
757     </hint>
758     <hint type="destinationlabel" >
759      <x>542</x>
760      <y>394</y>
761     </hint>
762    </hints>
763   </connection>
764   <connection>
765    <sender>radioButton_16</sender>
766    <signal>toggled(bool)</signal>
767    <receiver>radioButton_19</receiver>
768    <slot>setDisabled(bool)</slot>
769    <hints>
770     <hint type="sourcelabel" >
771      <x>394</x>
772      <y>172</y>
773     </hint>
774     <hint type="destinationlabel" >
775      <x>427</x>
776      <y>233</y>
777     </hint>
778    </hints>
779   </connection>
780   <connection>
781    <sender>radioButton_16</sender>
782    <signal>toggled(bool)</signal>
783    <receiver>radioButton_22</receiver>
784    <slot>setDisabled(bool)</slot>
785    <hints>
786     <hint type="sourcelabel" >
787      <x>394</x>
788      <y>172</y>
789     </hint>
790     <hint type="destinationlabel" >
791      <x>393</x>
792      <y>288</y>
793     </hint>
794    </hints>
795   </connection>
796   <connection>
797    <sender>radioButton_19</sender>
798    <signal>toggled(bool)</signal>
799    <receiver>radioButton_16</receiver>
800    <slot>setDisabled(bool)</slot>
801    <hints>
802     <hint type="sourcelabel" >
803      <x>427</x>
804      <y>233</y>
805     </hint>
806     <hint type="destinationlabel" >
807      <x>394</x>
808      <y>172</y>
809     </hint>
810    </hints>
811   </connection>
812   <connection>
813    <sender>radioButton_19</sender>
814    <signal>toggled(bool)</signal>
815    <receiver>radioButton_22</receiver>
816    <slot>setDisabled(bool)</slot>
817    <hints>
818     <hint type="sourcelabel" >
819      <x>427</x>
820      <y>233</y>
821     </hint>
822     <hint type="destinationlabel" >
823      <x>393</x>
824      <y>288</y>
825     </hint>
826    </hints>
827   </connection>
828   <connection>
829    <sender>radioButton_22</sender>
830    <signal>toggled(bool)</signal>
831    <receiver>radioButton_16</receiver>
832    <slot>setDisabled(bool)</slot>
833    <hints>
834     <hint type="sourcelabel" >
835      <x>393</x>
836      <y>288</y>
837     </hint>
838     <hint type="destinationlabel" >
839      <x>394</x>
840      <y>172</y>
841     </hint>
842    </hints>
843   </connection>
844   <connection>
845    <sender>radioButton_22</sender>
846    <signal>toggled(bool)</signal>
847    <receiver>radioButton_19</receiver>
848    <slot>setDisabled(bool)</slot>
849    <hints>
850     <hint type="sourcelabel" >
851      <x>393</x>
852      <y>288</y>
853     </hint>
854     <hint type="destinationlabel" >
855      <x>427</x>
856      <y>233</y>
857     </hint>
858    </hints>
859   </connection>
860   <connection>
861    <sender>radioButton_16</sender>
862    <signal>toggled(bool)</signal>
863    <receiver>playername_0</receiver>
864    <slot>setEnabled(bool)</slot>
865    <hints>
866     <hint type="sourcelabel" >
867      <x>394</x>
868      <y>172</y>
869     </hint>
870     <hint type="destinationlabel" >
871      <x>206</x>
872      <y>170</y>
873     </hint>
874    </hints>
875   </connection>
876   <connection>
877    <sender>radioButton_19</sender>
878    <signal>toggled(bool)</signal>
879    <receiver>playername_1</receiver>
880    <slot>setEnabled(bool)</slot>
881    <hints>
882     <hint type="sourcelabel" >
883      <x>427</x>
884      <y>233</y>
885     </hint>
886     <hint type="destinationlabel" >
887      <x>151</x>
888      <y>230</y>
889     </hint>
890    </hints>
891   </connection>
892   <connection>
893    <sender>radioButton_22</sender>
894    <signal>toggled(bool)</signal>
895    <receiver>playername_2</receiver>
896    <slot>setEnabled(bool)</slot>
897    <hints>
898     <hint type="sourcelabel" >
899      <x>393</x>
900      <y>288</y>
901     </hint>
902     <hint type="destinationlabel" >
903      <x>131</x>
904      <y>284</y>
905     </hint>
906    </hints>
907   </connection>
908   <connection>
909    <sender>pushButton</sender>
910    <signal>clicked()</signal>
911    <receiver>ServerSettingsDialog</receiver>
912    <slot></slot>
913    <hints>
914     <hint type="sourcelabel" >
915      <x>284</x>
916      <y>177</y>
917     </hint>
918     <hint type="destinationlabel" >
919      <x>240</x>
920      <y>224</y>
921     </hint>
922    </hints>
923   </connection>
924   <connection>
925    <sender>spectator</sender>
926    <signal>toggled(bool)</signal>
927    <receiver>myname</receiver>
928    <slot>setEnabled(bool)</slot>
929    <hints>
930     <hint type="sourcelabel" >
931      <x>55</x>
932      <y>509</y>
933     </hint>
934     <hint type="destinationlabel" >
935      <x>185</x>
936      <y>506</y>
937     </hint>
938    </hints>
939   </connection>
940   <connection>
941    <sender>radioButton_16</sender>
942    <signal>toggled(bool)</signal>
943    <receiver>spectator</receiver>
944    <slot>setDisabled(bool)</slot>
945    <hints>
946     <hint type="sourcelabel" >
947      <x>443</x>
948      <y>166</y>
949     </hint>
950     <hint type="destinationlabel" >
951      <x>40</x>
952      <y>514</y>
953     </hint>
954    </hints>
955   </connection>
956   <connection>
957    <sender>radioButton_19</sender>
958    <signal>toggled(bool)</signal>
959    <receiver>spectator</receiver>
960    <slot>setDisabled(bool)</slot>
961    <hints>
962     <hint type="sourcelabel" >
963      <x>412</x>
964      <y>224</y>
965     </hint>
966     <hint type="destinationlabel" >
967      <x>90</x>
968      <y>496</y>
969     </hint>
970    </hints>
971   </connection>
972   <connection>
973    <sender>radioButton_22</sender>
974    <signal>toggled(bool)</signal>
975    <receiver>spectator</receiver>
976    <slot>setDisabled(bool)</slot>
977    <hints>
978     <hint type="sourcelabel" >
979      <x>416</x>
980      <y>290</y>
981     </hint>
982     <hint type="destinationlabel" >
983      <x>62</x>
984      <y>500</y>
985     </hint>
986    </hints>
987   </connection>
988   <connection>
989    <sender>radioButton_22</sender>
990    <signal>toggled(bool)</signal>
991    <receiver>myname</receiver>
992    <slot>setDisabled(bool)</slot>
993    <hints>
994     <hint type="sourcelabel" >
995      <x>419</x>
996      <y>286</y>
997     </hint>
998     <hint type="destinationlabel" >
999      <x>248</x>
1000      <y>501</y>
1001     </hint>
1002    </hints>
1003   </connection>
1004   <connection>
1005    <sender>radioButton_19</sender>
1006    <signal>toggled(bool)</signal>
1007    <receiver>myname</receiver>
1008    <slot>setDisabled(bool)</slot>
1009    <hints>
1010     <hint type="sourcelabel" >
1011      <x>417</x>
1012      <y>234</y>
1013     </hint>
1014     <hint type="destinationlabel" >
1015      <x>214</x>
1016      <y>502</y>
1017     </hint>
1018    </hints>
1019   </connection>
1020   <connection>
1021    <sender>radioButton_16</sender>
1022    <signal>toggled(bool)</signal>
1023    <receiver>myname</receiver>
1024    <slot>setDisabled(bool)</slot>
1025    <hints>
1026     <hint type="sourcelabel" >
1027      <x>430</x>
1028      <y>173</y>
1029     </hint>
1030     <hint type="destinationlabel" >
1031      <x>232</x>
1032      <y>499</y>
1033     </hint>
1034    </hints>
1035   </connection>
1036   <connection>
1037    <sender>radioButton_16</sender>
1038    <signal>toggled(bool)</signal>
1039    <receiver>dedicatedserver</receiver>
1040    <slot>setDisabled(bool)</slot>
1041    <hints>
1042     <hint type="sourcelabel" >
1043      <x>425</x>
1044      <y>171</y>
1045     </hint>
1046     <hint type="destinationlabel" >
1047      <x>129</x>
1048      <y>537</y>
1049     </hint>
1050    </hints>
1051   </connection>
1052   <connection>
1053    <sender>radioButton_19</sender>
1054    <signal>toggled(bool)</signal>
1055    <receiver>dedicatedserver</receiver>
1056    <slot>setDisabled(bool)</slot>
1057    <hints>
1058     <hint type="sourcelabel" >
1059      <x>434</x>
1060      <y>228</y>
1061     </hint>
1062     <hint type="destinationlabel" >
1063      <x>171</x>
1064      <y>532</y>
1065     </hint>
1066    </hints>
1067   </connection>
1068   <connection>
1069    <sender>radioButton_22</sender>
1070    <signal>toggled(bool)</signal>
1071    <receiver>dedicatedserver</receiver>
1072    <slot>setDisabled(bool)</slot>
1073    <hints>
1074     <hint type="sourcelabel" >
1075      <x>419</x>
1076      <y>290</y>
1077     </hint>
1078     <hint type="destinationlabel" >
1079      <x>195</x>
1080      <y>532</y>
1081     </hint>
1082    </hints>
1083   </connection>
1084  </connections>
1085 </ui>