summaryrefslogtreecommitdiffstats
path: root/HomeScreenSimulator/resources/mainwindow.ui
diff options
context:
space:
mode:
authorBocklage, Jens <Jens_Bocklage@mentor.com>2016-10-26 15:53:34 +0200
committerBocklage, Jens <Jens_Bocklage@mentor.com>2016-10-26 15:53:34 +0200
commitd19555c038f6f1f89f08f12c88908d84b32b1bbf (patch)
tree548d19680235aa91bc7a4948d78553e8f4a5c27b /HomeScreenSimulator/resources/mainwindow.ui
parent4e34fd88f65f8c1cd094ed24bd62d2c7f5418080 (diff)
Implement toggle full screen mechanism.
Signed-off-by: Bocklage, Jens <Jens_Bocklage@mentor.com>
Diffstat (limited to 'HomeScreenSimulator/resources/mainwindow.ui')
-rw-r--r--HomeScreenSimulator/resources/mainwindow.ui20
1 files changed, 19 insertions, 1 deletions
diff --git a/HomeScreenSimulator/resources/mainwindow.ui b/HomeScreenSimulator/resources/mainwindow.ui
index 6c6e7d0..dcdf2e7 100644
--- a/HomeScreenSimulator/resources/mainwindow.ui
+++ b/HomeScreenSimulator/resources/mainwindow.ui
@@ -39,7 +39,7 @@
<widget class="QPushButton" name="pushButton_Update">
<property name="geometry">
<rect>
- <x>20</x>
+ <x>30</x>
<y>380</y>
<width>211</width>
<height>27</height>
@@ -214,6 +214,24 @@
</property>
</widget>
</widget>
+ <widget class="QWidget" name="tab_FullScreen">
+ <attribute name="title">
+ <string>FullScreen</string>
+ </attribute>
+ <widget class="QPushButton" name="pushButton_ToggleFullScreen">
+ <property name="geometry">
+ <rect>
+ <x>80</x>
+ <y>50</y>
+ <width>161</width>
+ <height>27</height>
+ </rect>
+ </property>
+ <property name="text">
+ <string>Toggle full screen</string>
+ </property>
+ </widget>
+ </widget>
<widget class="QWidget" name="tab_FutureFeatures">
<attribute name="title">
<string>Future features</string>