mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-07 19:35:32 +08:00
Wizard fixes as discussed here: https://swift-project.slack.com/archives/G7GD2UP9C/p1534597257000200
- improved message for initial data loading - Simulator wizard page before 1st model set page - 1st model set component, forced directory loading (and not just displaying model cache)
This commit is contained in:
@@ -75,11 +75,11 @@
|
||||
</property>
|
||||
<item>
|
||||
<widget class="BlackGui::Components::CInitialDataLoadComponent" name="comp_DataLoad">
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
</property>
|
||||
<property name="frameShadow">
|
||||
<enum>QFrame::Raised</enum>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>150</height>
|
||||
</size>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -135,26 +135,6 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="BlackGui::Components::CFirstModelSetWizardPage" name="wp_FirstModelSet">
|
||||
<property name="title">
|
||||
<string>First model set</string>
|
||||
</property>
|
||||
<property name="subTitle">
|
||||
<string>Create a simple model set (for a start)</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="vl_FirstModelSet">
|
||||
<item alignment="Qt::AlignRight">
|
||||
<widget class="QPushButton" name="pb_SkipFirstModelSet">
|
||||
<property name="text">
|
||||
<string> I do this later / do not need this </string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="BlackGui::Components::CFirstModelSetComponent" name="comp_FirstModelSet"/>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="BlackGui::Components::CConfigSimulatorWizardPage" name="wp_Simulator">
|
||||
<property name="title">
|
||||
<string>Simulator</string>
|
||||
@@ -177,11 +157,38 @@
|
||||
</property>
|
||||
<item>
|
||||
<widget class="BlackGui::Components::CConfigSimulatorComponent" name="comp_Simulator">
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>125</height>
|
||||
</size>
|
||||
</property>
|
||||
<property name="frameShadow">
|
||||
<enum>QFrame::Raised</enum>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="BlackGui::Components::CFirstModelSetWizardPage" name="wp_FirstModelSet">
|
||||
<property name="title">
|
||||
<string>First model set</string>
|
||||
</property>
|
||||
<property name="subTitle">
|
||||
<string>Create a simple model set (for a start)</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="vl_FirstModelSet">
|
||||
<item alignment="Qt::AlignRight">
|
||||
<widget class="QPushButton" name="pb_SkipFirstModelSet">
|
||||
<property name="text">
|
||||
<string> I do this later / do not need this </string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="BlackGui::Components::CFirstModelSetComponent" name="comp_FirstModelSet">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>175</height>
|
||||
</size>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -389,5 +396,21 @@
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>pb_SkipFirstModelSet</sender>
|
||||
<signal>clicked()</signal>
|
||||
<receiver>CConfigurationWizard</receiver>
|
||||
<slot>next()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel">
|
||||
<x>678</x>
|
||||
<y>67</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel">
|
||||
<x>804</x>
|
||||
<y>121</y>
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
</connections>
|
||||
</ui>
|
||||
|
||||
Reference in New Issue
Block a user