Ref T286, added "copy caches/settings" component (using API)

This commit is contained in:
Klaus Basan
2018-07-03 20:49:06 +02:00
parent 11ff5a4dbc
commit 8488237e14
5 changed files with 935 additions and 0 deletions

View File

@@ -78,6 +78,31 @@
</item>
</layout>
</widget>
<widget class="BlackGui::Components::CCopySettingsAndCachesWizardPage" name="wp_CopySettingsAndCaches">
<property name="title">
<string>Copy settings and caches</string>
</property>
<property name="subTitle">
<string>Copy settings and caches from other swift versions</string>
</property>
<layout class="QVBoxLayout" name="vl_CopySettingsAndCaches">
<property name="leftMargin">
<number>4</number>
</property>
<property name="topMargin">
<number>4</number>
</property>
<property name="rightMargin">
<number>4</number>
</property>
<property name="bottomMargin">
<number>4</number>
</property>
<item>
<widget class="BlackGui::Components::CCopySettingsAndCachesComponent" name="comp_CopySettingsAndCachesComponen"/>
</item>
</layout>
</widget>
<widget class="BlackGui::Components::CCopyConfigurationWizardPage" name="wp_CopySettings">
<property name="title">
<string>Copy configuration from another installation</string>
@@ -413,6 +438,18 @@
<header>blackgui/components/legalinfocomponent.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::Components::CCopySettingsAndCachesComponent</class>
<extends>QFrame</extends>
<header>blackgui/components/copysettingsandcachescomponent.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>BlackGui::Components::CCopySettingsAndCachesWizardPage</class>
<extends>QWizardPage</extends>
<header>blackgui/components/copysettingsandcachescomponent.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections>