mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-23 15:25:35 +08:00
53 lines
1.3 KiB
XML
53 lines
1.3 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>180</width>
|
|
<height>64</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>FSX settings</string>
|
|
</property>
|
|
<layout class="QGridLayout" name="gl_FsxSettingsComponent">
|
|
<item row="0" column="0">
|
|
<widget class="QCheckBox" name="cb_TraceSimConnectCalls">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item row="0" column="1">
|
|
<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_EnableTerrainProbe">
|
|
<property name="text">
|
|
<string/>
|
|
</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/>
|
|
<connections/>
|
|
</ui>
|