This commit is contained in:
doitux
2007-02-27 19:44:03 +00:00
parent 3d79af40f1
commit 1c0d701727
7 changed files with 54 additions and 30 deletions
+19 -10
View File
@@ -23,12 +23,6 @@
<height>670</height>
</size>
</property>
<property name="maximumSize" >
<size>
<width>874</width>
<height>670</height>
</size>
</property>
<property name="palette" >
<palette>
<active>
@@ -2434,7 +2428,7 @@
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" >
<size>
@@ -2519,7 +2513,7 @@
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" >
<size>
@@ -2967,7 +2961,7 @@
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" >
<size>
@@ -3260,7 +3254,7 @@
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType" >
<enum>QSizePolicy::Expanding</enum>
<enum>QSizePolicy::Fixed</enum>
</property>
<property name="sizeHint" >
<size>
@@ -4191,6 +4185,12 @@
<height>30</height>
</rect>
</property>
<widget class="QMenu" name="menuView" >
<property name="title" >
<string>View</string>
</property>
<addaction name="actionFullScreen" />
</widget>
<widget class="QMenu" name="menuSpiel" >
<property name="title" >
<string>Game</string>
@@ -4203,6 +4203,7 @@
<addaction name="actionQuit" />
</widget>
<addaction name="menuSpiel" />
<addaction name="menuView" />
</widget>
<widget class="QStatusBar" name="statusbar" />
<action name="actionNewGame" >
@@ -4238,6 +4239,14 @@
<string>Join Network Game ...</string>
</property>
</action>
<action name="actionFullScreen" >
<property name="text" >
<string>Fullscreen</string>
</property>
<property name="shortcut" >
<string>F</string>
</property>
</action>
</widget>
<tabstops>
<tabstop>pushButton_raise</tabstop>