-
Notifications
You must be signed in to change notification settings - Fork 0
/
wizard.ui
35 lines (35 loc) · 847 Bytes
/
wizard.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Wizard</class>
<widget class="QWizard" name="Wizard">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>485</width>
<height>380</height>
</rect>
</property>
<property name="windowTitle">
<string>Wizard</string>
</property>
<widget class="ProjectSetPage" name="wizardPage1"/>
<widget class="ConfirmPage" name="wizardPage2"/>
</widget>
<customwidgets>
<customwidget>
<class>ProjectSetPage</class>
<extends>QWizardPage</extends>
<header>projectsetpage.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>ConfirmPage</class>
<extends>QWizardPage</extends>
<header>confirmpage.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>