fullscreen fixes for tablets with resolutions bigger than 1024x600

This commit is contained in:
doitux
2012-12-14 09:17:24 +01:00
parent ab2152a6df
commit b86094893a
4 changed files with 21 additions and 10 deletions
@@ -14,8 +14,8 @@
<FixedWindowHeight value="480" /> <!-- value [min 600] This will set the fixed window height if IfFixedWindowsSize=1 -->
<MinimumWindowWidth value="800" /> <!-- value [min 1024] This will set the minimum window width if IfFixedWindowsSize=0 -->
<MinimumWindowHeight value="424" /> <!-- value [min 600] This will set the minimum window height if IfFixedWindowsSize=0 -->
<MaximumWindowWidth value="1024" /> <!-- value [min 1024] This will set the maximum window width if IfFixedWindowsSize=0 -->
<MaximumWindowHeight value="600" /> <!-- value [min 600] This will set the maximum window height if IfFixedWindowsSize=0 -->
<MaximumWindowWidth value="1980" /> <!-- value [min 1024] This will set the maximum window width if IfFixedWindowsSize=0 -->
<MaximumWindowHeight value="1200" /> <!-- value [min 600] This will set the maximum window height if IfFixedWindowsSize=0 -->
<!-- Table Pictures - values should contain filenames of pictures which have to be stored in the same folder as this xml file. if you wanna have an item to be not shown please write "NULL" instead of the picture file name -->
<BigBlindPuck value="bigblindPuck.png" /> <!-- optimal size width:height in px [40:42] -->
+18 -6
View File
@@ -10,6 +10,12 @@
<height>480</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>800</width>
@@ -29,6 +35,12 @@
<string notr="true">QStatusbar { height:0px; }</string>
</property>
<widget class="QWidget" name="centralwidget">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>800</width>
@@ -4239,7 +4251,7 @@ p, li { white-space: pre-wrap; }
</property>
<property name="maximumSize">
<size>
<width>1024</width>
<width>1980</width>
<height>60</height>
</size>
</property>
@@ -4438,7 +4450,7 @@ p, li { white-space: pre-wrap; }
<string/>
</property>
<property name="icon">
<iconset resource="../resources/pokerth_android.qrc">
<iconset resource="../resources/pokerth.qrc">
<normaloff>:/gfx/view-fullscreen_50x50.png</normaloff>:/gfx/view-fullscreen_50x50.png</iconset>
</property>
<property name="iconSize">
@@ -4682,7 +4694,7 @@ p, li { white-space: pre-wrap; }
</action>
<action name="actionFullScreen">
<property name="icon">
<iconset resource="../resources/pokerth_android.qrc">
<iconset resource="../resources/pokerth.qrc">
<normaloff>:/gfx/view-fullscreen.png</normaloff>:/gfx/view-fullscreen.png</iconset>
</property>
<property name="text">
@@ -4740,7 +4752,7 @@ p, li { white-space: pre-wrap; }
</action>
<action name="actionConfigure_PokerTH">
<property name="icon">
<iconset resource="../resources/pokerth_android.qrc">
<iconset resource="../resources/pokerth.qrc">
<normaloff>:/gfx/systemsettings.png</normaloff>:/gfx/systemsettings.png</iconset>
</property>
<property name="text">
@@ -4749,7 +4761,7 @@ p, li { white-space: pre-wrap; }
</action>
<action name="actionClose">
<property name="icon">
<iconset resource="../resources/pokerth_android.qrc">
<iconset resource="../resources/pokerth.qrc">
<normaloff>:/gfx/application_exit.png</normaloff>:/gfx/application_exit.png</iconset>
</property>
<property name="text">
@@ -4821,7 +4833,7 @@ p, li { white-space: pre-wrap; }
</customwidget>
</customwidgets>
<resources>
<include location="../resources/pokerth_android.qrc"/>
<include location="../resources/pokerth.qrc"/>
</resources>
<connections/>
</ui>
@@ -370,7 +370,7 @@
</property>
<property name="maximumSize">
<size>
<width>1024</width>
<width>1980</width>
<height>56</height>
</size>
</property>
-1
View File
@@ -326,7 +326,6 @@
<file>android-data/gfx/gui/table/default_800x480/cardholder_river.png</file>
<file>android-data/gfx/gui/table/default_800x480/cardholder_turn.png</file>
<file>android-data/gfx/gui/table/default_800x480/dealerPuck.png</file>
<file>android-data/gfx/gui/table/default_800x480/defaulttablestyle_800x480.xml</file>
<file>android-data/gfx/gui/table/default_800x480/genereticAvatar.png</file>
<file>android-data/gfx/gui/table/default_800x480/handranking_template.xcf</file>
<file>android-data/gfx/gui/table/default_800x480/handranking.png</file>