refs #886, stub for wizard

This commit is contained in:
Klaus Basan
2017-02-20 20:48:01 +01:00
parent 92f67c7eca
commit ca77310ac4
3 changed files with 89 additions and 0 deletions

View 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>