Ref T731, simplified form of ATC station map

This commit is contained in:
Klaus Basan
2019-09-26 14:33:26 +02:00
committed by Mat Sutcliffe
parent b26cde4ed5
commit 840633749e
3 changed files with 47 additions and 317 deletions

View File

@@ -11,19 +11,14 @@
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
<string>AFV map</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<layout class="QVBoxLayout" name="vl_AfvMap">
<item>
<widget class="QQuickWidget" name="qw_AfvMap">
<property name="resizeMode">
<enum>QQuickWidget::SizeRootObjectToView</enum>
</property>
<property name="source">
<url>
<string>qrc:/blackgui/qml/AFVMap.qml</string>
</url>
</property>
</widget>
</item>
<item>
@@ -32,7 +27,7 @@
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
<set>QDialogButtonBox::Close</set>
</property>
</widget>
</item>