mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 15:15:50 +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:
@@ -13,13 +13,7 @@
|
||||
<property name="windowTitle">
|
||||
<string>Initial data loading</string>
|
||||
</property>
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
</property>
|
||||
<property name="frameShadow">
|
||||
<enum>QFrame::Raised</enum>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="vl_DataLoadComponent">
|
||||
<layout class="QVBoxLayout" name="vl_DataLoadComponent" stretch="0,1">
|
||||
<property name="leftMargin">
|
||||
<number>4</number>
|
||||
</property>
|
||||
@@ -34,13 +28,7 @@
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QFrame" name="fr_Header">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Preferred" vsizetype="Maximum">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<layout class="QHBoxLayout" name="hl_HeaderText" stretch="1,6">
|
||||
<layout class="QHBoxLayout" name="hl_HeaderText" stretch="0,1">
|
||||
<item>
|
||||
<widget class="QLabel" name="lbl_HeaderIcon">
|
||||
<property name="textFormat">
|
||||
@@ -54,7 +42,7 @@
|
||||
<item>
|
||||
<widget class="QLabel" name="lbl_HeaderText">
|
||||
<property name="text">
|
||||
<string><html><head/><body><p>We recommend to download an initial data set. This may take some time, but then you can start to use all tools with full functionality.</p></body></html></string>
|
||||
<string><html><head/><body><p><span style=" font-size:10pt;">We recommend to download an initial data set. This may take some time, but then you can start to use all tools with full functionality. You can wait until the load is completed and you see entries for all cache values (C#). Or you can already move on, </span><span style=" font-size:10pt; font-weight:600;">loading continues in background</span><span style=" font-size:10pt;">.</span></p></body></html></string>
|
||||
</property>
|
||||
<property name="wordWrap">
|
||||
<bool>true</bool>
|
||||
|
||||
Reference in New Issue
Block a user