mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-06 01:45:38 +08:00
Ref T515, validation dialog can trigger new validation
This commit is contained in:
committed by
Mat Sutcliffe
parent
04e02fd074
commit
f316c63fbe
@@ -88,6 +88,29 @@
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="BlackGui::Components::CSimulatorSelector" name="comp_Simulator">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>75</width>
|
||||
<height>0</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
</property>
|
||||
<property name="frameShadow">
|
||||
<enum>QFrame::Raised</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pb_TriggerValidation">
|
||||
<property name="text">
|
||||
<string>trigger validation</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="pb_TempDisableInvalid">
|
||||
<property name="text">
|
||||
@@ -119,7 +142,21 @@
|
||||
<header>blackgui/components/logcomponent.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>BlackGui::Components::CSimulatorSelector</class>
|
||||
<extends>QFrame</extends>
|
||||
<header>blackgui/components/simulatorselector.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>tw_CAircraftModelValidationComponent</tabstop>
|
||||
<tabstop>tvp_InvalidModels</tabstop>
|
||||
<tabstop>cb_EnableStartupCheck</tabstop>
|
||||
<tabstop>pb_TriggerValidation</tabstop>
|
||||
<tabstop>pb_TempDisableInvalid</tabstop>
|
||||
<tabstop>pb_TempDisableSelected</tabstop>
|
||||
</tabstops>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
||||
Reference in New Issue
Block a user