mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-05-02 07:05:38 +08:00
Wizard, copy settings and caches in scrollable container
This commit is contained in:
@@ -114,7 +114,7 @@
|
|||||||
<property name="subTitle">
|
<property name="subTitle">
|
||||||
<string>Copy settings and caches from other swift versions</string>
|
<string>Copy settings and caches from other swift versions</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QVBoxLayout" name="vl_CopySettingsAndCaches">
|
<layout class="QVBoxLayout" name="vl_CopySettingsAndCache">
|
||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
<number>4</number>
|
<number>4</number>
|
||||||
</property>
|
</property>
|
||||||
@@ -128,7 +128,38 @@
|
|||||||
<number>4</number>
|
<number>4</number>
|
||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="BlackGui::Components::CCopySettingsAndCachesComponent" name="comp_CopySettingsAndCachesComponen"/>
|
<widget class="QScrollArea" name="sa_CopySettingsAndCache">
|
||||||
|
<property name="widgetResizable">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
<widget class="QWidget" name="wi_CopySettingsAndCache">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>0</x>
|
||||||
|
<y>0</y>
|
||||||
|
<width>672</width>
|
||||||
|
<height>497</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
<layout class="QVBoxLayout" name="vl_CopySettingsAndCacheWidget">
|
||||||
|
<property name="leftMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="topMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="rightMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<property name="bottomMargin">
|
||||||
|
<number>0</number>
|
||||||
|
</property>
|
||||||
|
<item>
|
||||||
|
<widget class="BlackGui::Components::CCopySettingsAndCachesComponent" name="comp_CopySettingsAndCachesComponent"/>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
|
</widget>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
@@ -201,7 +232,15 @@
|
|||||||
<layout class="QVBoxLayout" name="vl_SimulatorSpecific">
|
<layout class="QVBoxLayout" name="vl_SimulatorSpecific">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QToolBox" name="tb_SimulatorSpecific">
|
<widget class="QToolBox" name="tb_SimulatorSpecific">
|
||||||
<widget class="QWidget" name="pg_InstallFsxTerrainProbe" native="true">
|
<widget class="QWidget" name="pg_InstallFsxTerrainProbe">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>0</x>
|
||||||
|
<y>0</y>
|
||||||
|
<width>75</width>
|
||||||
|
<height>64</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
<attribute name="label">
|
<attribute name="label">
|
||||||
<string extracomment="FSX/P3D: Needed with the x86 legacy 32bit SimConnect">Install FSX terrain probe</string>
|
<string extracomment="FSX/P3D: Needed with the x86 legacy 32bit SimConnect">Install FSX terrain probe</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
@@ -218,7 +257,15 @@
|
|||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="pg_InstallXSwiftBus" native="true">
|
<widget class="QWidget" name="pg_InstallXSwiftBus">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>0</x>
|
||||||
|
<y>0</y>
|
||||||
|
<width>89</width>
|
||||||
|
<height>64</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
<attribute name="label">
|
<attribute name="label">
|
||||||
<string extracomment="Install the XSwiftBus component">XPlane: Install XSwiftBus</string>
|
<string extracomment="Install the XSwiftBus component">XPlane: Install XSwiftBus</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
|
|||||||
Reference in New Issue
Block a user