added support for 3. Liga; fix resize bug
[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>64</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,0">
28      <property name="sizeConstraint">
29       <enum>QLayout::SetMaximumSize</enum>
30      </property>
31      <item>
32       <widget class="QComboBox" name="cbLeague">
33        <property name="sizePolicy">
34         <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
35          <horstretch>0</horstretch>
36          <verstretch>0</verstretch>
37         </sizepolicy>
38        </property>
39        <item>
40         <property name="text">
41          <string>1. Bundesliga</string>
42         </property>
43        </item>
44        <item>
45         <property name="text">
46          <string>2. Bundesliga</string>
47         </property>
48        </item>
49        <item>
50         <property name="text">
51          <string>3. Liga</string>
52         </property>
53        </item>
54        <item>
55         <property name="text">
56          <string>tipp3 Bundesliga</string>
57         </property>
58        </item>
59       </widget>
60      </item>
61      <item>
62       <widget class="QCheckBox" name="cbPlaySound">
63        <property name="text">
64         <string>Sound Notifications</string>
65        </property>
66       </widget>
67      </item>
68     </layout>
69    </item>
70    <item>
71     <layout class="QVBoxLayout" name="verticalLayout_2">
72      <item>
73       <spacer name="verticalSpacer">
74        <property name="orientation">
75         <enum>Qt::Vertical</enum>
76        </property>
77        <property name="sizeHint" stdset="0">
78         <size>
79          <width>20</width>
80          <height>40</height>
81         </size>
82        </property>
83       </spacer>
84      </item>
85      <item>
86       <widget class="QDialogButtonBox" name="buttonBox">
87        <property name="sizePolicy">
88         <sizepolicy hsizetype="Maximum" vsizetype="Fixed">
89          <horstretch>0</horstretch>
90          <verstretch>0</verstretch>
91         </sizepolicy>
92        </property>
93        <property name="standardButtons">
94         <set>QDialogButtonBox::Save</set>
95        </property>
96       </widget>
97      </item>
98     </layout>
99    </item>
100   </layout>
101  </widget>
102  <resources/>
103  <connections/>
104 </ui>