Ref T515, avoid unnecessary updating (last result ts) and UI adjustments

This commit is contained in:
Klaus Basan
2019-01-28 22:26:59 +01:00
committed by Mat Sutcliffe
parent 610e1559e1
commit 13357516fa
4 changed files with 12 additions and 24 deletions

View File

@@ -2,27 +2,18 @@
<ui version="4.0">
<class>CAircraftModelSetValidationDialog</class>
<widget class="QDialog" name="CAircraftModelSetValidationDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<property name="minimumSize">
<size>
<width>640</width>
<height>480</height>
</rect>
<height>400</height>
</size>
</property>
<property name="windowTitle">
<string>Model validation</string>
</property>
<layout class="QVBoxLayout" name="vl_AircraaftModelValidation">
<item>
<widget class="BlackGui::Components::CAircraftModelValidationComponent" name="comp_AircraftModelValidation">
<property name="frameShape">
<enum>QFrame::StyledPanel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
</widget>
<widget class="BlackGui::Components::CAircraftModelValidationComponent" name="comp_AircraftModelValidation"/>
</item>
<item>
<widget class="QDialogButtonBox" name="bb_CAircraftModelSetValidationDialog">