2008-01-20 19:40:12 +01:00
|
|
|
<ui version="4.0" >
|
|
|
|
<class>MainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindow" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-01-24 21:18:00 +01:00
|
|
|
<width>747</width>
|
|
|
|
<height>617</height>
|
2008-01-20 19:40:12 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string>Eliot</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon" >
|
2008-09-03 19:28:27 +02:00
|
|
|
<iconset resource="../eliot.qrc" >
|
|
|
|
<normaloff>:/images/eliot.xpm</normaloff>:/images/eliot.xpm</iconset>
|
2008-01-20 19:40:12 +01:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget" >
|
|
|
|
<layout class="QVBoxLayout" >
|
|
|
|
<item>
|
2008-01-22 16:30:20 +01:00
|
|
|
<layout class="QHBoxLayout" >
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBoxTest" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="title" >
|
|
|
|
<string>_("Board")</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<widget class="QGroupBox" name="groupBoxHistory" >
|
|
|
|
<property name="sizePolicy" >
|
|
|
|
<sizepolicy vsizetype="Expanding" hsizetype="Preferred" >
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="title" >
|
|
|
|
<string>_("History")</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
2008-01-20 19:40:12 +01:00
|
|
|
</item>
|
|
|
|
<item>
|
2008-01-22 16:30:20 +01:00
|
|
|
<widget class="QGroupBox" name="groupBoxPlayers" >
|
|
|
|
<property name="title" >
|
|
|
|
<string>_("Players")</string>
|
2008-01-20 19:40:12 +01:00
|
|
|
</property>
|
2008-01-22 16:30:20 +01:00
|
|
|
<layout class="QHBoxLayout" />
|
2008-01-20 19:40:12 +01:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menubar" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2008-01-24 21:18:00 +01:00
|
|
|
<width>747</width>
|
2008-12-14 14:27:00 +01:00
|
|
|
<height>22</height>
|
2008-08-27 23:20:03 +02:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2008-11-23 17:55:28 +01:00
|
|
|
<widget class="QStatusBar" name="statusbar" />
|
2008-11-29 17:40:59 +01:00
|
|
|
<widget class="QToolBar" name="toolBar" >
|
|
|
|
<property name="contextMenuPolicy" >
|
|
|
|
<enum>Qt::ActionsContextMenu</enum>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle" >
|
|
|
|
<string>toolBar</string>
|
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea" >
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak" >
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
</widget>
|
2008-01-26 11:10:50 +01:00
|
|
|
<action name="action_WindowsBag" >
|
2008-01-20 19:40:12 +01:00
|
|
|
<property name="checkable" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
2008-08-31 13:48:11 +02:00
|
|
|
<string>_("Bag")</string>
|
2008-01-20 19:40:12 +01:00
|
|
|
</property>
|
2008-08-27 23:20:03 +02:00
|
|
|
<property name="statusTip" >
|
|
|
|
<string>_("Show/hide the remaining tiles in the bag")</string>
|
|
|
|
</property>
|
2008-01-26 11:10:50 +01:00
|
|
|
<property name="shortcut" >
|
|
|
|
<string>Ctrl+B</string>
|
|
|
|
</property>
|
2008-01-20 19:40:12 +01:00
|
|
|
</action>
|
2008-01-27 00:03:32 +01:00
|
|
|
<action name="action_WindowsBoard" >
|
|
|
|
<property name="checkable" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
2008-08-31 13:48:11 +02:00
|
|
|
<string>_("External board")</string>
|
2008-08-27 23:20:03 +02:00
|
|
|
</property>
|
|
|
|
<property name="statusTip" >
|
|
|
|
<string>_("Show/hide the external board")</string>
|
2008-01-27 00:03:32 +01:00
|
|
|
</property>
|
2008-09-03 19:28:27 +02:00
|
|
|
<property name="shortcut" >
|
|
|
|
<string>Ctrl+E</string>
|
|
|
|
</property>
|
2008-01-27 00:03:32 +01:00
|
|
|
</action>
|
|
|
|
<action name="action_WindowsHistory" >
|
|
|
|
<property name="checkable" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
2008-08-31 13:48:11 +02:00
|
|
|
<string>_("History")</string>
|
2008-08-27 23:20:03 +02:00
|
|
|
</property>
|
|
|
|
<property name="statusTip" >
|
|
|
|
<string>_("Show/hide the game history")</string>
|
2008-01-27 00:03:32 +01:00
|
|
|
</property>
|
|
|
|
<property name="shortcut" >
|
|
|
|
<string>Ctrl+H</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2008-08-27 23:20:03 +02:00
|
|
|
<action name="action_WindowsDicTools" >
|
|
|
|
<property name="checkable" >
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text" >
|
2008-08-31 13:48:11 +02:00
|
|
|
<string>_("Dictionary tools")</string>
|
2008-08-27 23:20:03 +02:00
|
|
|
</property>
|
|
|
|
<property name="statusTip" >
|
|
|
|
<string>_("Show/hide the dictionary tools")</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut" >
|
|
|
|
<string>Ctrl+D</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2008-01-20 19:40:12 +01:00
|
|
|
</widget>
|
2008-09-03 19:28:27 +02:00
|
|
|
<resources>
|
|
|
|
<include location="../eliot.qrc" />
|
|
|
|
</resources>
|
2008-11-23 17:55:28 +01:00
|
|
|
<connections/>
|
2008-01-20 19:40:12 +01:00
|
|
|
</ui>
|