[P3D] Adjustments for P3D v5

* guess version
* added new version selection
This commit is contained in:
Klaus Basan
2020-04-16 02:56:24 +02:00
committed by Mat Sutcliffe
parent 828b57f5a2
commit 8278a7d5e6
12 changed files with 127 additions and 34 deletions

View File

@@ -148,6 +148,7 @@ namespace BlackGui
ui->pb_DisableRendering->setEnabled(m_pluginLoaded);
ui->pb_Check->setEnabled(!m_pluginLoaded);
ui->pb_ApplyCGSource->setEnabled(m_pluginLoaded);
ui->pb_Reload->setEnabled(m_pluginLoaded);
if (m_pluginLoaded)
{

View File

@@ -65,15 +65,7 @@
<bool>true</bool>
</property>
<widget class="QWidget" name="wi_Settings">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>427</width>
<height>328</height>
</rect>
</property>
<layout class="QGridLayout" name="gl_SimulatorSettings" columnstretch="0,0,0">
<layout class="QGridLayout" name="gl_SimulatorSettings" columnstretch="1,3,0">
<property name="leftMargin">
<number>4</number>
</property>
@@ -102,6 +94,12 @@
</item>
<item row="8" column="2">
<widget class="QPushButton" name="pb_ApplyMaxAircraft">
<property name="minimumSize">
<size>
<width>125</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>apply</string>
</property>
@@ -109,6 +107,12 @@
</item>
<item row="3" column="2">
<widget class="QPushButton" name="pb_ApplyRecordOwnAircraftGnd">
<property name="minimumSize">
<size>
<width>125</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>apply</string>
</property>
@@ -192,6 +196,12 @@
</item>
<item row="0" column="2">
<widget class="QPushButton" name="pb_ApplyTimeSync">
<property name="minimumSize">
<size>
<width>125</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>apply</string>
</property>
@@ -199,6 +209,12 @@
</item>
<item row="6" column="2">
<widget class="QPushButton" name="pb_ClearRestrictedRendering">
<property name="minimumSize">
<size>
<width>125</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>clear</string>
</property>
@@ -213,6 +229,12 @@
</item>
<item row="1" column="2">
<widget class="QPushButton" name="pb_ApplyCGSource">
<property name="minimumSize">
<size>
<width>125</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>apply</string>
</property>
@@ -220,6 +242,12 @@
</item>
<item row="4" column="2">
<widget class="QPushButton" name="pb_DisableRendering">
<property name="minimumSize">
<size>
<width>125</width>
<height>0</height>
</size>
</property>
<property name="toolTip">
<string>disable all rendering</string>
</property>
@@ -264,6 +292,12 @@
</item>
<item row="11" column="2">
<widget class="QPushButton" name="pb_ApplyMaxDistance">
<property name="minimumSize">
<size>
<width>125</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>apply</string>
</property>
@@ -391,6 +425,12 @@
</item>
<item row="2" column="2">
<widget class="QPushButton" name="pb_ApplyComSync">
<property name="minimumSize">
<size>
<width>125</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>apply</string>
</property>
@@ -408,6 +448,12 @@
</item>
<item row="12" column="2">
<widget class="QPushButton" name="pb_Reload">
<property name="minimumSize">
<size>
<width>125</width>
<height>0</height>
</size>
</property>
<property name="text">
<string>reload</string>
</property>