mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-09 05:28:09 +08:00
refs #886, stub for wizard
This commit is contained in:
19
src/blackgui/components/configurationwizard.ui
Normal file
19
src/blackgui/components/configurationwizard.ui
Normal file
@@ -0,0 +1,19 @@
|
||||
<?xml version='1.0'?>
|
||||
<ui version="4.0">
|
||||
<class>CConfigurationWizard</class>
|
||||
<widget name="CConfigurationWizard" class="QWizard">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>640</width>
|
||||
<height>480</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Wizard</string>
|
||||
</property>
|
||||
<widget name="wizardPage1" class="QWizardPage"/>
|
||||
<widget name="wizardPage2" class="QWizardPage"/>
|
||||
</widget>
|
||||
</ui>
|
||||
Reference in New Issue
Block a user