mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-05 17:35:34 +08:00
refs #887, stub for copy config (cache/settings) UI
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
<?xml version='1.0'?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<ui version="4.0">
|
||||
<class>CConfigurationWizard</class>
|
||||
<widget name="CConfigurationWizard" class="QWizard">
|
||||
<widget class="QWizard" name="CConfigurationWizard">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
@@ -11,9 +11,53 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Wizard</string>
|
||||
<string>swift configuration wizard</string>
|
||||
</property>
|
||||
<widget name="wizardPage1" class="QWizardPage"/>
|
||||
<widget name="wizardPage2" class="QWizardPage"/>
|
||||
<property name="wizardStyle">
|
||||
<enum>QWizard::ClassicStyle</enum>
|
||||
</property>
|
||||
<widget class="QWizardPage" name="wp_CopyConfiguration">
|
||||
<property name="title">
|
||||
<string>Copy configuration</string>
|
||||
</property>
|
||||
<property name="subTitle">
|
||||
<string>Copy cache and setting values</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="vl_CopyConfiguration">
|
||||
<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::CCopyConfigurationComponent" name="comp_CopyConfiguration">
|
||||
<property name="minimumSize">
|
||||
<size>
|
||||
<width>0</width>
|
||||
<height>100</height>
|
||||
</size>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="QWizardPage" name="wizardPage2"/>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
<class>BlackGui::Components::CCopyConfigurationComponent</class>
|
||||
<extends>QFrame</extends>
|
||||
<header>blackgui/components/copyconfigurationcomponent.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
||||
Reference in New Issue
Block a user