Ref T660, UI values for model set validation, avoid Qt geometry warning

This commit is contained in:
Klaus Basan
2019-06-08 21:47:59 +02:00
parent df73da3eb1
commit aee289fe58
3 changed files with 12 additions and 12 deletions

View File

@@ -6,14 +6,14 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>700</width> <width>650</width>
<height>575</height> <height>650</height>
</rect> </rect>
</property> </property>
<property name="minimumSize"> <property name="minimumSize">
<size> <size>
<width>600</width> <width>650</width>
<height>400</height> <height>650</height>
</size> </size>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">

View File

@@ -87,7 +87,7 @@ namespace BlackGui
ui->pb_TempDisableSelected->setEnabled(!invalid.isEmpty()); ui->pb_TempDisableSelected->setEnabled(!invalid.isEmpty());
const QString msg = stopped ? const QString msg = stopped ?
QStringLiteral("Validation for '%1' stopped, maybe your models are not accessible").arg(simulator.toQString(true)) : QStringLiteral("Validation for '%1' stopped, maybe your models are not accessible or too many issues").arg(simulator.toQString(true)) :
QStringLiteral("Validated for '%1'. Valid: %2 Invalid: %3").arg(simulator.toQString(true)).arg(valid.size()).arg(invalid.size()); QStringLiteral("Validated for '%1'. Valid: %2 Invalid: %3").arg(simulator.toQString(true)).arg(valid.size()).arg(invalid.size());
ui->lbl_Summay->setText(msg); ui->lbl_Summay->setText(msg);
if (stopped) if (stopped)

View File

@@ -6,8 +6,8 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>552</width> <width>532</width>
<height>298</height> <height>344</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
@@ -129,17 +129,17 @@
</layout> </layout>
</widget> </widget>
<customwidgets> <customwidgets>
<customwidget>
<class>BlackGui::Views::CAircraftModelView</class>
<extends>QTableView</extends>
<header>blackgui/views/aircraftmodelview.h</header>
</customwidget>
<customwidget> <customwidget>
<class>BlackGui::Components::CLogComponent</class> <class>BlackGui::Components::CLogComponent</class>
<extends>QFrame</extends> <extends>QFrame</extends>
<header>blackgui/components/logcomponent.h</header> <header>blackgui/components/logcomponent.h</header>
<container>1</container> <container>1</container>
</customwidget> </customwidget>
<customwidget>
<class>BlackGui::Views::CAircraftModelView</class>
<extends>QTableView</extends>
<header>blackgui/views/aircraftmodelview.h</header>
</customwidget>
<customwidget> <customwidget>
<class>BlackGui::Components::CSimulatorSelector</class> <class>BlackGui::Components::CSimulatorSelector</class>
<extends>QFrame</extends> <extends>QFrame</extends>