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-08-27 23:20:03 +02:00
|
|
|
<iconset>
|
|
|
|
<normaloff>../../../bzr-cppdic/wxwin/eliot.xpm</normaloff>../../../bzr-cppdic/wxwin/eliot.xpm</iconset>
|
2008-01-20 19:40:12 +01:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget" >
|
2008-08-27 23:20:03 +02:00
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>37</y>
|
|
|
|
<width>747</width>
|
|
|
|
<height>557</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2008-01-20 19:40:12 +01:00
|
|
|
<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-08-27 23:20:03 +02:00
|
|
|
<height>26</height>
|
2008-01-20 19:40:12 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuFile" >
|
|
|
|
<property name="title" >
|
2008-08-31 13:48:11 +02:00
|
|
|
<string>_("Game")</string>
|
2008-01-20 19:40:12 +01:00
|
|
|
</property>
|
2008-01-26 11:10:50 +01:00
|
|
|
<addaction name="action_GameNew" />
|
2008-01-20 19:40:12 +01:00
|
|
|
<addaction name="separator" />
|
2008-08-27 23:20:03 +02:00
|
|
|
<addaction name="action_GameLoad" />
|
2008-01-26 11:10:50 +01:00
|
|
|
<addaction name="action_GameSaveAs" />
|
|
|
|
<addaction name="separator" />
|
2008-08-27 23:20:03 +02:00
|
|
|
<addaction name="action_GamePrint" />
|
|
|
|
<addaction name="separator" />
|
2008-01-26 11:10:50 +01:00
|
|
|
<addaction name="action_GameQuit" />
|
2008-01-20 19:40:12 +01:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuHelp" >
|
|
|
|
<property name="title" >
|
2008-08-31 13:48:11 +02:00
|
|
|
<string>_("Settings")</string>
|
2008-01-20 19:40:12 +01:00
|
|
|
</property>
|
2008-01-26 11:10:50 +01:00
|
|
|
<addaction name="action_SettingsChooseDic" />
|
|
|
|
<addaction name="action_SettingsPreferences" />
|
2008-01-20 19:40:12 +01:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_Help" >
|
|
|
|
<property name="title" >
|
2008-08-31 13:48:11 +02:00
|
|
|
<string>_("Help")</string>
|
2008-01-20 19:40:12 +01:00
|
|
|
</property>
|
2008-01-26 11:10:50 +01:00
|
|
|
<addaction name="action_HelpAbout" />
|
2008-01-20 19:40:12 +01:00
|
|
|
<addaction name="separator" />
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menu_Windows" >
|
|
|
|
<property name="title" >
|
2008-08-31 13:48:11 +02:00
|
|
|
<string>_("Windows")</string>
|
2008-01-20 19:40:12 +01:00
|
|
|
</property>
|
2008-01-26 11:10:50 +01:00
|
|
|
<addaction name="action_WindowsBag" />
|
2008-01-27 00:03:32 +01:00
|
|
|
<addaction name="action_WindowsBoard" />
|
|
|
|
<addaction name="action_WindowsHistory" />
|
2008-08-27 23:20:03 +02:00
|
|
|
<addaction name="action_WindowsDicTools" />
|
2008-01-20 19:40:12 +01:00
|
|
|
</widget>
|
|
|
|
<addaction name="menuFile" />
|
|
|
|
<addaction name="menuHelp" />
|
|
|
|
<addaction name="menu_Windows" />
|
|
|
|
<addaction name="menu_Help" />
|
|
|
|
</widget>
|
2008-08-27 23:20:03 +02:00
|
|
|
<widget class="QStatusBar" name="statusbar" >
|
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>594</y>
|
|
|
|
<width>747</width>
|
|
|
|
<height>23</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2008-01-22 16:30:20 +01:00
|
|
|
<widget class="QToolBar" name="toolBar" >
|
2008-08-27 23:20:03 +02:00
|
|
|
<property name="geometry" >
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>26</y>
|
|
|
|
<width>747</width>
|
|
|
|
<height>11</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
2008-01-22 16:30:20 +01:00
|
|
|
<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_SettingsChooseDic" >
|
2008-01-20 19:40:12 +01:00
|
|
|
<property name="text" >
|
2008-01-25 19:42:59 +01:00
|
|
|
<string>_("Choose dictionary...")</string>
|
2008-01-20 19:40:12 +01:00
|
|
|
</property>
|
2008-08-27 23:20:03 +02:00
|
|
|
<property name="statusTip" >
|
|
|
|
<string>_("Select a new dictionary")</string>
|
|
|
|
</property>
|
2008-01-20 19:40:12 +01:00
|
|
|
</action>
|
2008-01-26 11:10:50 +01:00
|
|
|
<action name="action_HelpAbout" >
|
2008-01-20 19:40:12 +01:00
|
|
|
<property name="text" >
|
2008-08-31 13:48:11 +02:00
|
|
|
<string>_("About...")</string>
|
2008-01-20 19:40:12 +01:00
|
|
|
</property>
|
|
|
|
<property name="statusTip" >
|
2008-08-27 23:20:03 +02:00
|
|
|
<string>_("About Eliot")</string>
|
2008-01-20 19:40:12 +01:00
|
|
|
</property>
|
|
|
|
</action>
|
2008-01-26 11:10:50 +01:00
|
|
|
<action name="action_GameQuit" >
|
2008-01-20 19:40:12 +01:00
|
|
|
<property name="text" >
|
2008-08-31 13:48:11 +02:00
|
|
|
<string>_("Quit")</string>
|
2008-01-20 19:40:12 +01:00
|
|
|
</property>
|
2008-08-27 23:20:03 +02:00
|
|
|
<property name="statusTip" >
|
|
|
|
<string>_("Quit Eliot")</string>
|
|
|
|
</property>
|
2008-01-20 19:40:12 +01:00
|
|
|
</action>
|
2008-01-26 11:10:50 +01:00
|
|
|
<action name="action_GameNew" >
|
2008-01-20 19:40:12 +01:00
|
|
|
<property name="text" >
|
2008-01-26 11:10:50 +01:00
|
|
|
<string>_("New...")</string>
|
2008-01-20 19:40:12 +01:00
|
|
|
</property>
|
2008-08-27 23:20:03 +02:00
|
|
|
<property name="statusTip" >
|
|
|
|
<string>_("Start a new game")</string>
|
|
|
|
</property>
|
2008-01-20 19:40:12 +01:00
|
|
|
<property name="shortcut" >
|
|
|
|
<string>Ctrl+N</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
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-26 11:10:50 +01:00
|
|
|
<action name="action_SettingsPreferences" >
|
2008-01-25 19:42:59 +01:00
|
|
|
<property name="text" >
|
|
|
|
<string>_("Preferences...")</string>
|
|
|
|
</property>
|
2008-08-27 23:20:03 +02:00
|
|
|
<property name="statusTip" >
|
|
|
|
<string>_("Edit the preferences")</string>
|
|
|
|
</property>
|
2008-01-26 11:10:50 +01:00
|
|
|
</action>
|
|
|
|
<action name="action_GameSave" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>_("Save")</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut" >
|
|
|
|
<string>Ctrl+S</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_GameLoad" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>_("Load...")</string>
|
|
|
|
</property>
|
2008-08-27 23:20:03 +02:00
|
|
|
<property name="statusTip" >
|
|
|
|
<string>_("Load an existing game")</string>
|
|
|
|
</property>
|
2008-01-26 11:10:50 +01:00
|
|
|
<property name="shortcut" >
|
|
|
|
<string>Ctrl+O</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="action_GameSaveAs" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>_("Save as...")</string>
|
|
|
|
</property>
|
2008-08-27 23:20:03 +02:00
|
|
|
<property name="statusTip" >
|
|
|
|
<string>_("Save the current game")</string>
|
|
|
|
</property>
|
2008-01-26 11:10:50 +01:00
|
|
|
<property name="shortcut" >
|
|
|
|
<string>Ctrl+S</string>
|
|
|
|
</property>
|
2008-01-25 19:42:59 +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>
|
|
|
|
</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_GamePrint" >
|
|
|
|
<property name="text" >
|
|
|
|
<string>_("Print...")</string>
|
|
|
|
</property>
|
|
|
|
<property name="statusTip" >
|
|
|
|
<string>_("Print the current game")</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut" >
|
|
|
|
<string>Ctrl+P</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<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>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
2008-01-26 11:10:50 +01:00
|
|
|
<sender>action_GameQuit</sender>
|
2008-01-20 19:40:12 +01:00
|
|
|
<signal>triggered()</signal>
|
|
|
|
<receiver>MainWindow</receiver>
|
|
|
|
<slot>close()</slot>
|
|
|
|
<hints>
|
|
|
|
<hint type="sourcelabel" >
|
|
|
|
<x>-1</x>
|
|
|
|
<y>-1</y>
|
|
|
|
</hint>
|
|
|
|
<hint type="destinationlabel" >
|
|
|
|
<x>260</x>
|
|
|
|
<y>215</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|