mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-04 16:56:53 +08:00
Adjusted wizard
* always start with 1st page (legal) * select XSwiftBus copy page as default.
This commit is contained in:
@@ -36,10 +36,10 @@ namespace BlackGui
|
||||
this->setButtonText(CustomButton1, "skip");
|
||||
|
||||
// no other versions, skip copy pages
|
||||
if (!CDirectoryUtils::hasOtherSwiftDataDirectories())
|
||||
{
|
||||
this->setStartId(ConfigSimulator);
|
||||
}
|
||||
// disabled afetr discussion with RP as it is confusing
|
||||
// if (!CDirectoryUtils::hasOtherSwiftDataDirectories()) { this->setStartId(ConfigSimulator); }
|
||||
|
||||
ui->tb_SimulatorSpecific->setCurrentWidget(ui->comp_InstallXSwiftBus);
|
||||
|
||||
const QList<int> ids = this->pageIds();
|
||||
const auto mm = std::minmax_element(ids.begin(), ids.end());
|
||||
|
||||
@@ -232,13 +232,16 @@
|
||||
<layout class="QVBoxLayout" name="vl_SimulatorSpecific">
|
||||
<item>
|
||||
<widget class="QToolBox" name="tb_SimulatorSpecific">
|
||||
<property name="currentIndex">
|
||||
<number>1</number>
|
||||
</property>
|
||||
<widget class="QWidget" name="pg_InstallFsxTerrainProbe">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>75</width>
|
||||
<height>64</height>
|
||||
<width>668</width>
|
||||
<height>445</height>
|
||||
</rect>
|
||||
</property>
|
||||
<attribute name="label">
|
||||
@@ -262,8 +265,8 @@
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>89</width>
|
||||
<height>64</height>
|
||||
<width>668</width>
|
||||
<height>445</height>
|
||||
</rect>
|
||||
</property>
|
||||
<attribute name="label">
|
||||
|
||||
Reference in New Issue
Block a user