1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>DvonnWindow</class>
4 <widget class="QMainWindow" name="DvonnWindow">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>600</width>
10    <height>500</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>Dvonn</string>
15  </property>
16  <widget class="QWidget" name="widget">
17   <layout class="QGridLayout">
18    <property name="margin">
19     <number>10</number>
20    </property>
21    <item row="0" column="0">
22     <widget class="DvonnViewer" name="dvonnViewer" native="true"/>
23    </item>
24   </layout>
25  </widget>
26  <widget class="QMenuBar" name="menubar">
27   <property name="geometry">
28    <rect>
29     <x>0</x>
30     <y>0</y>
31     <width>600</width>
32     <height>22</height>
33    </rect>
34   </property>
35   <widget class="QMenu" name="File">
36    <property name="geometry">
37     <rect>
38      <x>0</x>
39      <y>0</y>
40      <width>157</width>
41      <height>165</height>
42     </rect>
43    </property>
44    <property name="title">
45     <string>&amp;File</string>
46    </property>
47    <addaction name="fileOpenAction"/>
48    <addaction name="fileSaveAction"/>
49    <addaction name="fileSaveAsAction"/>
50    <addaction name="separator"/>
51    <addaction name="filePrintAction"/>
52    <addaction name="separator"/>
53    <addaction name="fileExitAction"/>
54   </widget>
55   <widget class="QMenu" name="Game">
56    <property name="geometry">
57     <rect>
58      <x>0</x>
59      <y>0</y>
60      <width>243</width>
61      <height>234</height>
62     </rect>
63    </property>
64    <property name="title">
65     <string>&amp;Game</string>
66    </property>
67    <addaction name="gameUndoAction"/>
68    <addaction name="gameRedoAction"/>
69    <addaction name="separator"/>
70    <addaction name="gameNewGameAction"/>
71    <addaction name="gameRandomlyFinishAction"/>
72    <addaction name="gameRandomlyMoveStackAction"/>
73    <addaction name="separator"/>
74    <addaction name="easyAction"/>
75    <addaction name="averageAction"/>
76    <addaction name="difficultAction"/>
77    <addaction name="separator"/>
78   </widget>
79   <widget class="QMenu" name="Options">
80    <property name="geometry">
81     <rect>
82      <x>0</x>
83      <y>0</y>
84      <width>169</width>
85      <height>122</height>
86     </rect>
87    </property>
88    <property name="title">
89     <string>Options</string>
90    </property>
91    <addaction name="displayTogglePossDestAction"/>
92    <addaction name="displayToggleShowLabelsAction"/>
93    <addaction name="displayToggleDragToPlayAction"/>
94    <addaction name="optionsAnimate_playsAction"/>
95   </widget>
96   <widget class="QMenu" name="Help">
97    <property name="geometry">
98     <rect>
99      <x>0</x>
100      <y>0</y>
101      <width>141</width>
102      <height>115</height>
103     </rect>
104    </property>
105    <property name="title">
106     <string>&amp;Help</string>
107    </property>
108    <addaction name="helpHelpAction"/>
109    <addaction name="separator"/>
110    <addaction name="helpMouseBindingsAction"/>
111    <addaction name="helpAboutAction"/>
112   </widget>
113   <addaction name="File"/>
114   <addaction name="Game"/>
115   <addaction name="Options"/>
116   <addaction name="Help"/>
117  </widget>
118  <action name="fileOpenAction">
119   <property name="icon">
120    <iconset>
121     <normaloff>image2</normaloff>image2</iconset>
122   </property>
123   <property name="text">
124    <string>&amp;Load game</string>
125   </property>
126   <property name="iconText">
127    <string>Load game</string>
128   </property>
129   <property name="toolTip">
130    <string>Load a saved game</string>
131   </property>
132   <property name="shortcut">
133    <string>Ctrl+O</string>
134   </property>
135  </action>
136  <action name="fileSaveAction">
137   <property name="enabled">
138    <bool>false</bool>
139   </property>
140   <property name="icon">
141    <iconset>
142     <normaloff>image3</normaloff>image3</iconset>
143   </property>
144   <property name="text">
145    <string>&amp;Save</string>
146   </property>
147   <property name="iconText">
148    <string>Save</string>
149   </property>
150   <property name="shortcut">
151    <string>Ctrl+S</string>
152   </property>
153  </action>
154  <action name="fileSaveAsAction">
155   <property name="text">
156    <string>Save &amp;As...</string>
157   </property>
158   <property name="iconText">
159    <string>Save As</string>
160   </property>
161   <property name="shortcut">
162    <string/>
163   </property>
164  </action>
165  <action name="filePrintAction">
166   <property name="icon">
167    <iconset>
168     <normaloff>image4</normaloff>image4</iconset>
169   </property>
170   <property name="text">
171    <string>&amp;Print...</string>
172   </property>
173   <property name="iconText">
174    <string>Print</string>
175   </property>
176   <property name="shortcut">
177    <string/>
178   </property>
179  </action>
180  <action name="fileExitAction">
181   <property name="text">
182    <string>E&amp;xit</string>
183   </property>
184   <property name="iconText">
185    <string>Exit</string>
186   </property>
187   <property name="shortcut">
188    <string>Ctrl+Q</string>
189   </property>
190  </action>
191  <action name="gameUndoAction">
192   <property name="icon">
193    <iconset>
194     <normaloff>image5</normaloff>image5</iconset>
195   </property>
196   <property name="text">
197    <string>&amp;Undo</string>
198   </property>
199   <property name="iconText">
200    <string>Undo</string>
201   </property>
202   <property name="shortcut">
203    <string>Ctrl+Z</string>
204   </property>
205  </action>
206  <action name="gameRedoAction">
207   <property name="icon">
208    <iconset>
209     <normaloff>image6</normaloff>image6</iconset>
210   </property>
211   <property name="text">
212    <string>&amp;Redo</string>
213   </property>
214   <property name="iconText">
215    <string>Redo</string>
216   </property>
217   <property name="shortcut">
218    <string>Ctrl+Y</string>
219   </property>
220  </action>
221  <action name="helpHelpAction">
222   <property name="text">
223    <string>Rules of Dvonn</string>
224   </property>
225   <property name="iconText">
226    <string>Rules of Dvonn</string>
227   </property>
228  </action>
229  <action name="helpAboutAction">
230   <property name="text">
231    <string>&amp;About...</string>
232   </property>
233   <property name="iconText">
234    <string>About</string>
235   </property>
236   <property name="shortcut">
237    <string/>
238   </property>
239  </action>
240  <action name="gameNewGameAction">
241   <property name="text">
242    <string>&amp;New Game</string>
243   </property>
244   <property name="iconText">
245    <string>New Game</string>
246   </property>
247   <property name="shortcut">
248    <string>Ctrl+N</string>
249   </property>
250  </action>
251  <action name="displayTogglePossDestAction">
252   <property name="checkable">
253    <bool>true</bool>
254   </property>
255   <property name="checked">
256    <bool>true</bool>
257   </property>
258   <property name="text">
259    <string>Show &amp;possible plays</string>
260   </property>
261   <property name="iconText">
262    <string>Show &amp;possible plays</string>
263   </property>
264  </action>
265  <action name="displayToggleTexturesAction">
266   <property name="checkable">
267    <bool>true</bool>
268   </property>
269   <property name="checked">
270    <bool>true</bool>
271   </property>
272   <property name="text">
273    <string>Use &amp;textures</string>
274   </property>
275   <property name="iconText">
276    <string>Use textures</string>
277   </property>
278  </action>
279  <action name="displayToggleLightsAction">
280   <property name="checkable">
281    <bool>true</bool>
282   </property>
283   <property name="checked">
284    <bool>true</bool>
285   </property>
286   <property name="text">
287    <string>&amp;Spot light</string>
288   </property>
289   <property name="iconText">
290    <string>Spot light</string>
291   </property>
292  </action>
293  <action name="gameRandomlyFinishAction">
294   <property name="text">
295    <string>Randomly &amp;finish placement</string>
296   </property>
297   <property name="iconText">
298    <string>Randomly &amp;finish placement</string>
299   </property>
300   <property name="shortcut">
301    <string>R</string>
302   </property>
303  </action>
304  <action name="displayToggleDragToPlayAction">
305   <property name="checkable">
306    <bool>true</bool>
307   </property>
308   <property name="text">
309    <string>&amp;Drag to play</string>
310   </property>
311   <property name="iconText">
312    <string>Drag to play</string>
313   </property>
314  </action>
315  <action name="displayToggleShowLabelsAction">
316   <property name="checkable">
317    <bool>true</bool>
318   </property>
319   <property name="checked">
320    <bool>false</bool>
321   </property>
322   <property name="text">
323    <string>Show &amp;Labels</string>
324   </property>
325   <property name="iconText">
326    <string>Show Labels</string>
327   </property>
328  </action>
329  <action name="gameRandomlyMoveStackAction">
330   <property name="text">
331    <string>Rand&amp;omly move Stack</string>
332   </property>
333   <property name="iconText">
334    <string>Randomly move Stack</string>
335   </property>
336   <property name="shortcut">
337    <string>Shift+R</string>
338   </property>
339  </action>
340  <action name="displayToggleShowAnimationAction">
341   <property name="checkable">
342    <bool>true</bool>
343   </property>
344   <property name="checked">
345    <bool>true</bool>
346   </property>
347   <property name="text">
348    <string>Show an&amp;imation</string>
349   </property>
350   <property name="iconText">
351    <string>Show animation</string>
352   </property>
353  </action>
354  <action name="helpMouseBindingsAction">
355   <property name="text">
356    <string>&amp;Mouse bindings</string>
357   </property>
358   <property name="iconText">
359    <string>&amp;Mouse bindings</string>
360   </property>
361  </action>
362  <action name="optionsAnimate_playsAction">
363   <property name="checkable">
364    <bool>true</bool>
365   </property>
366   <property name="checked">
367    <bool>true</bool>
368   </property>
369   <property name="text">
370    <string>Animate plays</string>
371   </property>
372   <property name="iconText">
373    <string>Animate plays</string>
374   </property>
375  </action>
376  <actiongroup name="levelActionGroup">
377   <action name="easyAction">
378    <property name="checkable">
379     <bool>true</bool>
380    </property>
381    <property name="checked">
382     <bool>true</bool>
383    </property>
384    <property name="enabled">
385     <bool>false</bool>
386    </property>
387    <property name="text">
388     <string>&amp;Easy</string>
389    </property>
390    <property name="iconText">
391     <string>Easy</string>
392    </property>
393   </action>
394   <action name="averageAction">
395    <property name="checkable">
396     <bool>true</bool>
397    </property>
398    <property name="enabled">
399     <bool>false</bool>
400    </property>
401    <property name="text">
402     <string>&amp;Average</string>
403    </property>
404    <property name="iconText">
405     <string>&amp;Average</string>
406    </property>
407   </action>
408   <action name="difficultAction">
409    <property name="checkable">
410     <bool>true</bool>
411    </property>
412    <property name="enabled">
413     <bool>false</bool>
414    </property>
415    <property name="text">
416     <string>&amp;Difficult</string>
417    </property>
418    <property name="iconText">
419     <string>Difficult</string>
420    </property>
421   </action>
422  </actiongroup>
423 </widget>
424 <layoutdefault spacing="6" margin="11"/>
425 <customwidgets>
426  <customwidget>
427   <class>DvonnViewer</class>
428   <extends></extends>
429   <header>dvonnviewer.h</header>
430  </customwidget>
431 </customwidgets>
432 <resources/>
433 <connections/>
434</ui>
435