mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-03-30 11:55:35 +08:00
refs #886, added wizard component for initial data load
* added buttons to CDbLoadOverviewComponent * wizard component/page * added to wizard
This commit is contained in:
committed by
Mathew Sutcliffe
parent
9b4b2f70cc
commit
b94eab581e
@@ -127,6 +127,32 @@
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<widget class="BlackGui::Components::CInitialDataLoadWizardPage" name="wp_DataLoad">
|
||||
<layout class="QVBoxLayout" name="vl_DataLoad">
|
||||
<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::CInitialDataLoadComponent" name="comp_DataLoad">
|
||||
<property name="frameShape">
|
||||
<enum>QFrame::StyledPanel</enum>
|
||||
</property>
|
||||
<property name="frameShadow">
|
||||
<enum>QFrame::Raised</enum>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
@@ -153,6 +179,18 @@
|
||||
<header>blackgui/components/copyconfigurationcomponent.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>BlackGui::Components::CInitialDataLoadWizardPage</class>
|
||||
<extends>QWizardPage</extends>
|
||||
<header>blackgui/components/initialdataloadcomponent.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>BlackGui::Components::CInitialDataLoadComponent</class>
|
||||
<extends>QFrame</extends>
|
||||
<header>blackgui/components/initialdataloadcomponent.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources/>
|
||||
<connections/>
|
||||
|
||||
Reference in New Issue
Block a user