mirror of
git://git.savannah.nongnu.org/eliot.git
synced 2025-01-05 11:01:42 +01:00
0bcc2c0930
- the multiplayer modes are more or less playable - the training mode is not playable at all - the current layout is still experimental - many dialogs and options are missing - tested on Linux only There are still hundreds of things to do...
146 lines
3.7 KiB
XML
146 lines
3.7 KiB
XML
<ui version="4.0" >
|
|
<class>MainWindow</class>
|
|
<widget class="QMainWindow" name="MainWindow" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>683</width>
|
|
<height>589</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle" >
|
|
<string>Eliot</string>
|
|
</property>
|
|
<property name="windowIcon" >
|
|
<iconset>../../../bzr-cppdic/wxwin/eliot.xpm</iconset>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget" >
|
|
<layout class="QVBoxLayout" >
|
|
<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>GroupBox</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QTabWidget" name="tabWidgetPlayers" >
|
|
<property name="sizePolicy" >
|
|
<sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<widget class="QWidget" name="tab" >
|
|
<attribute name="title" >
|
|
<string>_("No game")</string>
|
|
</attribute>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar" >
|
|
<property name="geometry" >
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>683</width>
|
|
<height>28</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFile" >
|
|
<property name="title" >
|
|
<string>_("&Game")</string>
|
|
</property>
|
|
<addaction name="action_New_Game" />
|
|
<addaction name="separator" />
|
|
<addaction name="action_Quit" />
|
|
</widget>
|
|
<widget class="QMenu" name="menuHelp" >
|
|
<property name="title" >
|
|
<string>&Settings</string>
|
|
</property>
|
|
<addaction name="action_ChooseDic" />
|
|
</widget>
|
|
<widget class="QMenu" name="menu_Help" >
|
|
<property name="title" >
|
|
<string>_("&Help")</string>
|
|
</property>
|
|
<addaction name="action_About" />
|
|
<addaction name="separator" />
|
|
</widget>
|
|
<widget class="QMenu" name="menu_Windows" >
|
|
<property name="title" >
|
|
<string>_("&Windows")</string>
|
|
</property>
|
|
<addaction name="action_Bag" />
|
|
</widget>
|
|
<addaction name="menuFile" />
|
|
<addaction name="menuHelp" />
|
|
<addaction name="menu_Windows" />
|
|
<addaction name="menu_Help" />
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar" />
|
|
<action name="action_ChooseDic" >
|
|
<property name="text" >
|
|
<string>&Choose dictionary...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_About" >
|
|
<property name="text" >
|
|
<string>_("&About...")</string>
|
|
</property>
|
|
<property name="statusTip" >
|
|
<string>About Eliot</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Quit" >
|
|
<property name="text" >
|
|
<string>_("&Quit")</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_New_Game" >
|
|
<property name="text" >
|
|
<string>_("&New game...")</string>
|
|
</property>
|
|
<property name="shortcut" >
|
|
<string>Ctrl+N</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Bag" >
|
|
<property name="checkable" >
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text" >
|
|
<string>_("&Bag")</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<resources/>
|
|
<connections>
|
|
<connection>
|
|
<sender>action_Quit</sender>
|
|
<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>
|