1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>Utils::WizardPage</class>
4 <widget class="QWizardPage" name="Utils::WizardPage">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>196</width>
10    <height>68</height>
11   </rect>
12  </property>
13  <property name="title">
14   <string>Choose the Location</string>
15  </property>
16  <layout class="QFormLayout" name="formLayout">
17   <item row="0" column="0">
18    <widget class="QLabel" name="nameLabel">
19     <property name="text">
20      <string>Name:</string>
21     </property>
22    </widget>
23   </item>
24   <item row="0" column="1">
25    <widget class="Utils::FileNameValidatingLineEdit" name="nameLineEdit"/>
26   </item>
27   <item row="1" column="0">
28    <widget class="QLabel" name="pathLabel">
29     <property name="text">
30      <string>Path:</string>
31     </property>
32    </widget>
33   </item>
34   <item row="1" column="1">
35    <widget class="Utils::PathChooser" name="pathChooser" native="true"/>
36   </item>
37  </layout>
38 </widget>
39 <customwidgets>
40  <customwidget>
41   <class>Utils::FileNameValidatingLineEdit</class>
42   <extends>QLineEdit</extends>
43   <header location="global">utils/filenamevalidatinglineedit.h</header>
44  </customwidget>
45  <customwidget>
46   <class>Utils::PathChooser</class>
47   <extends>QWidget</extends>
48   <header location="global">utils/pathchooser.h</header>
49   <container>1</container>
50  </customwidget>
51 </customwidgets>
52 <resources/>
53 <connections/>
54</ui>
55