Use context based help for model set validation to display further details

This commit is contained in:
Klaus Basan
2019-03-31 17:55:05 +02:00
committed by Mat Sutcliffe
parent ed20b97950
commit 4bc5b7720e
5 changed files with 44 additions and 7 deletions

View File

@@ -2,6 +2,14 @@
<ui version="4.0">
<class>CAircraftModelValidationComponent</class>
<widget class="QFrame" name="CAircraftModelValidationComponent">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>552</width>
<height>298</height>
</rect>
</property>
<property name="windowTitle">
<string>Model validation</string>
</property>
@@ -57,6 +65,13 @@
<item>
<widget class="QWidget" name="wi_Buttons" native="true">
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="4">
<widget class="QPushButton" name="pb_TempDisableInvalid">
<property name="text">
<string>temp.disable invalid</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="BlackGui::Components::CSimulatorSelector" name="comp_Simulator">
<property name="minimumSize">
@@ -80,7 +95,7 @@
</property>
</widget>
</item>
<item row="0" column="4">
<item row="0" column="5">
<widget class="QPushButton" name="pb_TempDisableSelected">
<property name="text">
<string>temp.disable selected</string>
@@ -88,16 +103,16 @@
</widget>
</item>
<item row="0" column="3">
<widget class="QPushButton" name="pb_TempDisableInvalid">
<widget class="QPushButton" name="pb_TriggerValidation">
<property name="text">
<string>temp.disable invalid</string>
<string>trigger validation</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QPushButton" name="pb_TriggerValidation">
<widget class="QPushButton" name="pb_help">
<property name="text">
<string>trigger validation</string>
<string>help</string>
</property>
</widget>
</item>
@@ -129,6 +144,7 @@
<tabstop>tw_CAircraftModelValidationComponent</tabstop>
<tabstop>tvp_InvalidModels</tabstop>
<tabstop>cb_EnableStartupCheck</tabstop>
<tabstop>pb_help</tabstop>
<tabstop>pb_TriggerValidation</tabstop>
<tabstop>pb_TempDisableInvalid</tabstop>
<tabstop>pb_TempDisableSelected</tabstop>