aboutsummaryrefslogtreecommitdiff
path: root/Source/MapEditor/mainwindow.ui
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-06-11 13:58:33 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2017-06-11 13:58:33 +0200
commitd1f55e8b45df2dfd84bdde3e2566ef14c9ba40f1 (patch)
tree1b6f25f6dfecbbd94b7b9db271dea7cde8ea6221 /Source/MapEditor/mainwindow.ui
parent022c72fe369da0045f9ca7dd4b8d4d7dd169c87c (diff)
downloadairport-d1f55e8b45df2dfd84bdde3e2566ef14c9ba40f1.tar.gz
* Tried to get some work done in MapEditor with no success so far.
* Timers with no repeat flag were being set to NULL, but this is not actually desired! * Reenabled transparency for aircraft shadow. * Deprecated NotificationRequest flags, and replaced by system timer handling.
Diffstat (limited to 'Source/MapEditor/mainwindow.ui')
-rw-r--r--Source/MapEditor/mainwindow.ui13
1 files changed, 3 insertions, 10 deletions
diff --git a/Source/MapEditor/mainwindow.ui b/Source/MapEditor/mainwindow.ui
index 59d85a2..a23ee45 100644
--- a/Source/MapEditor/mainwindow.ui
+++ b/Source/MapEditor/mainwindow.ui
@@ -24,16 +24,6 @@
<bool>true</bool>
</property>
<layout class="QGridLayout" name="gridLayout">
- <item row="2" column="1">
- <widget class="QOpenGLWidget" name="openGLWidget">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- </widget>
- </item>
<item row="0" column="0">
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
@@ -79,6 +69,9 @@
</column>
</widget>
</item>
+ <item row="2" column="1">
+ <widget class="QWidget" name="widget" native="true"/>
+ </item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">