LP-311 Remove basic/advanced stabilization tab auto-switch (autotune/txpid lock issues)
[librepilot.git] / ground / gcs / src / libs / utils / filewizardpage.ui
blob2657a586bdd350cda06dc504f6bfced6cb5ff82d
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::PathChooser</class>
42 <extends>QWidget</extends>
43 <header>pathchooser.h</header>
44 <container>1</container>
45 </customwidget>
46 <customwidget>
47 <class>Utils::FileNameValidatingLineEdit</class>
48 <extends>QLineEdit</extends>
49 <header>filenamevalidatinglineedit.h</header>
50 </customwidget>
51 </customwidgets>
52 <resources/>
53 <connections/>
54 </ui>