eliot/qt/ui/main_window.ui
2010-01-02 11:30:20 +00:00

147 lines
4.1 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>747</width>
<height>617</height>
</rect>
</property>
<property name="windowTitle">
<string>Eliot</string>
</property>
<property name="windowIcon">
<iconset resource="../eliot.qrc">
<normaloff>:/images/eliot.xpm</normaloff>:/images/eliot.xpm</iconset>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QSplitter" name="splitterHoriz">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<widget class="QSplitter" name="splitterVert">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QGroupBox" name="groupBoxTest">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>_(&quot;Board&quot;)</string>
</property>
</widget>
<widget class="QGroupBox" name="groupBoxHistory">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="title">
<string>_(&quot;History&quot;)</string>
</property>
</widget>
</widget>
<widget class="QGroupBox" name="groupBoxPlayers">
<property name="title">
<string>_(&quot;Players&quot;)</string>
</property>
<layout class="QHBoxLayout"/>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menubar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>747</width>
<height>24</height>
</rect>
</property>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="toolBar">
<property name="contextMenuPolicy">
<enum>Qt::ActionsContextMenu</enum>
</property>
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
</widget>
<action name="action_WindowsBag">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>_(&quot;Bag&quot;)</string>
</property>
<property name="statusTip">
<string>_(&quot;Show/hide the remaining tiles in the bag&quot;)</string>
</property>
<property name="shortcut">
<string>Ctrl+B</string>
</property>
</action>
<action name="action_WindowsBoard">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>_(&quot;External board&quot;)</string>
</property>
<property name="statusTip">
<string>_(&quot;Show/hide the external board&quot;)</string>
</property>
<property name="shortcut">
<string>Ctrl+E</string>
</property>
</action>
<action name="action_WindowsHistory">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>_(&quot;History&quot;)</string>
</property>
<property name="statusTip">
<string>_(&quot;Show/hide the game history&quot;)</string>
</property>
<property name="shortcut">
<string>Ctrl+H</string>
</property>
</action>
<action name="action_WindowsDicTools">
<property name="checkable">
<bool>true</bool>
</property>
<property name="text">
<string>_(&quot;Dictionary tools&quot;)</string>
</property>
<property name="statusTip">
<string>_(&quot;Show/hide the dictionary tools&quot;)</string>
</property>
<property name="shortcut">
<string>Ctrl+D</string>
</property>
</action>
</widget>
<resources>
<include location="../eliot.qrc"/>
</resources>
<connections/>
</ui>