refs #910, display SimConnect info in settings

This commit is contained in:
Klaus Basan
2017-03-13 16:37:50 +01:00
committed by Mathew Sutcliffe
parent 83c0dd6dfa
commit 61dc32e894
3 changed files with 40 additions and 13 deletions

View File

@@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>159</height>
<width>363</width>
<height>179</height>
</rect>
</property>
<property name="windowTitle">
@@ -32,14 +32,14 @@
<property name="bottomMargin">
<number>4</number>
</property>
<item row="0" column="0">
<item row="1" column="0">
<widget class="QLabel" name="lbl_SettingsFsxAddress">
<property name="text">
<string>Address</string>
</property>
</widget>
</item>
<item row="0" column="1">
<item row="1" column="1">
<widget class="QLineEdit" name="le_SettingsFsxAddress">
<property name="text">
<string>127.0.0.1</string>
@@ -52,14 +52,14 @@
</property>
</widget>
</item>
<item row="1" column="0">
<item row="2" column="0">
<widget class="QLabel" name="lbl_SettingsFsxPort">
<property name="text">
<string>Port</string>
</property>
</widget>
</item>
<item row="1" column="1">
<item row="2" column="1">
<widget class="QLineEdit" name="le_SettingsFsxPort">
<property name="text">
<string>500</string>
@@ -69,7 +69,7 @@
</property>
</widget>
</item>
<item row="2" column="0">
<item row="3" column="0">
<widget class="QLabel" name="lbl_SettingsFsxExistsSimconncetCfg">
<property name="toolTip">
<string>is 'SimConnect.cfg' available?</string>
@@ -79,7 +79,7 @@
</property>
</widget>
</item>
<item row="2" column="1">
<item row="3" column="1">
<widget class="QWidget" name="wi_SettingsFsxExistsSimconncetCfg" native="true">
<layout class="QHBoxLayout" name="hl_SettingsFsxExistsSimconncetCfg">
<property name="spacing">
@@ -129,7 +129,7 @@
</layout>
</widget>
</item>
<item row="3" column="0" colspan="2">
<item row="4" column="0" colspan="2">
<layout class="QHBoxLayout" name="hl_SettingsSimconnectCfgButtons">
<property name="spacing">
<number>3</number>
@@ -227,6 +227,23 @@
</item>
</layout>
</item>
<item row="0" column="0">
<widget class="QLabel" name="lbl_SimConnect">
<property name="text">
<string>SimConnect</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QLabel" name="lbl_SimConnectInfo">
<property name="text">
<string>info about version, ...</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>