ebd3af4abf39e2a45536b4e3dae7b39fcaf044db
[buliscores] / src / src / settingsdialog.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>SettingsDialog</class>
4  <widget class="QDialog" name="SettingsDialog">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>393</width>
10     <height>106</height>
11    </rect>
12   </property>
13   <property name="sizePolicy">
14    <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
15     <horstretch>0</horstretch>
16     <verstretch>0</verstretch>
17    </sizepolicy>
18   </property>
19   <property name="windowTitle">
20    <string>Settings</string>
21   </property>
22   <property name="modal">
23    <bool>true</bool>
24   </property>
25   <layout class="QHBoxLayout" name="horizontalLayout">
26    <item>
27     <layout class="QVBoxLayout" name="verticalLayout" stretch="0,1,1,0">
28      <property name="sizeConstraint">
29       <enum>QLayout::SetMaximumSize</enum>
30      </property>
31      <item>
32       <widget class="QRadioButton" name="rbBL1">
33        <property name="sizePolicy">
34         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
35          <horstretch>0</horstretch>
36          <verstretch>0</verstretch>
37         </sizepolicy>
38        </property>
39        <property name="text">
40         <string>1. Bundesliga</string>
41        </property>
42        <attribute name="buttonGroup">
43         <string>buttonGroup</string>
44        </attribute>
45       </widget>
46      </item>
47      <item>
48       <widget class="QRadioButton" name="rbBL2">
49        <property name="sizePolicy">
50         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
51          <horstretch>0</horstretch>
52          <verstretch>0</verstretch>
53         </sizepolicy>
54        </property>
55        <property name="text">
56         <string>2. Bundesliga</string>
57        </property>
58        <attribute name="buttonGroup">
59         <string>buttonGroup</string>
60        </attribute>
61       </widget>
62      </item>
63      <item>
64       <widget class="QRadioButton" name="rbT3BL">
65        <property name="sizePolicy">
66         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
67          <horstretch>0</horstretch>
68          <verstretch>0</verstretch>
69         </sizepolicy>
70        </property>
71        <property name="text">
72         <string>tipp3 Bundesliga</string>
73        </property>
74        <attribute name="buttonGroup">
75         <string>buttonGroup</string>
76        </attribute>
77       </widget>
78      </item>
79      <item>
80       <widget class="QCheckBox" name="cbPlaySound">
81        <property name="text">
82         <string>Play Sound</string>
83        </property>
84       </widget>
85      </item>
86     </layout>
87    </item>
88    <item>
89     <layout class="QVBoxLayout" name="verticalLayout_2">
90      <item>
91       <spacer name="verticalSpacer">
92        <property name="orientation">
93         <enum>Qt::Vertical</enum>
94        </property>
95        <property name="sizeHint" stdset="0">
96         <size>
97          <width>20</width>
98          <height>40</height>
99         </size>
100        </property>
101       </spacer>
102      </item>
103      <item>
104       <widget class="QDialogButtonBox" name="buttonBox">
105        <property name="sizePolicy">
106         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
107          <horstretch>0</horstretch>
108          <verstretch>0</verstretch>
109         </sizepolicy>
110        </property>
111        <property name="standardButtons">
112         <set>QDialogButtonBox::Save</set>
113        </property>
114       </widget>
115      </item>
116     </layout>
117    </item>
118   </layout>
119  </widget>
120  <resources/>
121  <connections/>
122  <buttongroups>
123   <buttongroup name="buttonGroup"/>
124  </buttongroups>
125 </ui>