new 990aace9276b9b070a7fbae82fa73469c6d99ec2
[tagua/yd.git] / src / ui / newgamedialog.ui
blob8305d64ea625f58401c8c054472736eda8aa1518
1 <ui version="4.0" >
2  <class>NewGameDialog</class>
3  <widget class="QDialog" name="NewGameDialog" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>263</width>
9     <height>108</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>New game</string>
14   </property>
15   <property name="sizeGripEnabled" >
16    <bool>true</bool>
17   </property>
18   <layout class="QVBoxLayout" >
19    <item>
20     <layout class="QHBoxLayout" >
21      <property name="spacing" >
22       <number>6</number>
23      </property>
24      <property name="leftMargin" >
25       <number>0</number>
26      </property>
27      <property name="topMargin" >
28       <number>0</number>
29      </property>
30      <property name="rightMargin" >
31       <number>0</number>
32      </property>
33      <property name="bottomMargin" >
34       <number>0</number>
35      </property>
36      <item>
37       <widget class="QLabel" name="textLabel_1" >
38        <property name="text" >
39         <string>&amp;Variant:</string>
40        </property>
41        <property name="buddy" >
42         <cstring>m_variant</cstring>
43        </property>
44       </widget>
45      </item>
46      <item>
47       <spacer>
48        <property name="orientation" >
49         <enum>Qt::Horizontal</enum>
50        </property>
51        <property name="sizeHint" >
52         <size>
53          <width>20</width>
54          <height>10</height>
55         </size>
56        </property>
57       </spacer>
58      </item>
59      <item>
60       <widget class="QComboBox" name="m_variant" >
61        <property name="sizePolicy" >
62         <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
63          <horstretch>1</horstretch>
64          <verstretch>0</verstretch>
65         </sizepolicy>
66        </property>
67       </widget>
68      </item>
69     </layout>
70    </item>
71    <item>
72     <widget class="QCheckBox" name="m_new_tab" >
73      <property name="text" >
74       <string>Create in new &amp;tab</string>
75      </property>
76      <property name="checked" >
77       <bool>true</bool>
78      </property>
79     </widget>
80    </item>
81    <item>
82     <widget class="QDialogButtonBox" name="buttonBox" >
83      <property name="orientation" >
84       <enum>Qt::Horizontal</enum>
85      </property>
86      <property name="standardButtons" >
87       <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::NoButton|QDialogButtonBox::Ok</set>
88      </property>
89     </widget>
90    </item>
91   </layout>
92  </widget>
93  <layoutdefault spacing="6" margin="11" />
94  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
95  <resources/>
96  <connections>
97   <connection>
98    <sender>buttonBox</sender>
99    <signal>accepted()</signal>
100    <receiver>NewGameDialog</receiver>
101    <slot>accept()</slot>
102    <hints>
103     <hint type="sourcelabel" >
104      <x>310</x>
105      <y>349</y>
106     </hint>
107     <hint type="destinationlabel" >
108      <x>286</x>
109      <y>198</y>
110     </hint>
111    </hints>
112   </connection>
113   <connection>
114    <sender>buttonBox</sender>
115    <signal>rejected()</signal>
116    <receiver>NewGameDialog</receiver>
117    <slot>reject()</slot>
118    <hints>
119     <hint type="sourcelabel" >
120      <x>211</x>
121      <y>349</y>
122     </hint>
123     <hint type="destinationlabel" >
124      <x>176</x>
125      <y>230</y>
126     </hint>
127    </hints>
128   </connection>
129  </connections>
130 </ui>