Ref T357, FSX settings component allows to copy terrain probe via context

This commit is contained in:
Klaus Basan
2018-09-17 03:06:12 +02:00
parent 56ec1ed43d
commit 19ec4c3cf1
4 changed files with 63 additions and 13 deletions

View File

@@ -7,13 +7,20 @@
<x>0</x>
<y>0</y>
<width>180</width>
<height>64</height>
<height>87</height>
</rect>
</property>
<property name="windowTitle">
<string>FSX settings</string>
<string>FSX/P3D settings</string>
</property>
<layout class="QGridLayout" name="gl_FsxSettingsComponent" columnstretch="0,1">
<layout class="QGridLayout" name="gl_SettingsComponent" columnstretch="0,1">
<item row="1" column="1">
<widget class="QLabel" name="lbl_TraceTerrainProbe">
<property name="text">
<string>Use the terrain probe</string>
</property>
</widget>
</item>
<item row="0" column="0">
<widget class="QCheckBox" name="cb_TraceSimConnectCalls">
<property name="text">
@@ -21,6 +28,13 @@
</property>
</widget>
</item>
<item row="2" column="1" alignment="Qt::AlignLeft">
<widget class="QPushButton" name="pb_CopyTerrainProbe">
<property name="text">
<string> copy terrain probe </string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="lbl_TraceSimConnectCalls">
<property name="text">
@@ -38,13 +52,6 @@
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QLabel" name="lbl_TraceTerrainProbe">
<property name="text">
<string>Use the terrain probe</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>