Files
pilotclient/src/plugins/simulator/fsxcommon/fsxsettingscomponent.ui
2020-06-12 18:42:54 +01:00

153 lines
4.4 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CFsxSettingsComponent</class>
<widget class="QFrame" name="CFsxSettingsComponent">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>296</width>
<height>275</height>
</rect>
</property>
<property name="windowTitle">
<string>FSX/P3D settings</string>
</property>
<layout class="QGridLayout" name="gl_Settings" columnstretch="0,0,0">
<item row="3" column="2">
<widget class="QLabel" name="lbl_SBOffsets">
<property name="text">
<string>Enable SB SimConnect offsets. Those are needed to detect &quot;Ident&quot; and &quot;Standby&quot; from your transponder (supported by some vendors as PMDG).</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="2">
<widget class="QLabel" name="lbl_TraceSimConnectCalls">
<property name="text">
<string>Trace simConnect calls (this will trace sendId calls and provide further information)</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QCheckBox" name="cb_TraceSimConnectCalls">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QLabel" name="lbl_NoLocalSimulator">
<property name="text">
<string>Looks like you are running a remote GUI, these settings only work locally. Use core settings.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QCheckBox" name="cb_UseFsuipc">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="4" column="0">
<widget class="QCheckBox" name="cb_AddingAsSimulatedObject">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="6" column="2">
<widget class="QWidget" name="wi_Buttons" native="true">
<layout class="QHBoxLayout" name="horizontalLayout">
<item alignment="Qt::AlignRight">
<widget class="QPushButton" name="pb_CopyTerrainProbe">
<property name="text">
<string>copy terrain probe</string>
</property>
</widget>
</item>
<item alignment="Qt::AlignRight">
<widget class="QPushButton" name="pb_Refresh">
<property name="text">
<string>refresh</string>
</property>
</widget>
</item>
<item>
<spacer name="hs_Buttons">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
</widget>
</item>
<item row="5" column="2">
<widget class="QLabel" name="lbl_TraceTerrainProbe">
<property name="text">
<string>Use the terrain probe (32bit only)</string>
</property>
</widget>
</item>
<item row="2" column="2">
<widget class="QLabel" name="lbl_UseFsuipc">
<property name="text">
<string>Enable FSUIPC support</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QCheckBox" name="cb_EnableTerrainProbe">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="3" column="0">
<widget class="QCheckBox" name="cb_SBOffsets">
<property name="text">
<string/>
</property>
</widget>
</item>
<item row="4" column="2">
<widget class="QLabel" name="lbl_FailedUseSimulatedObjects">
<property name="text">
<string>If SimConnect NonATC AI aircraft adding fails, use simulated objects. You cannot see those in the aircraft menu, but might work for some helicopters etc.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<tabstops>
<tabstop>cb_TraceSimConnectCalls</tabstop>
<tabstop>cb_UseFsuipc</tabstop>
<tabstop>cb_SBOffsets</tabstop>
<tabstop>cb_AddingAsSimulatedObject</tabstop>
<tabstop>cb_EnableTerrainProbe</tabstop>
<tabstop>pb_CopyTerrainProbe</tabstop>
<tabstop>pb_Refresh</tabstop>
</tabstops>
<resources/>
<connections/>
</ui>