android: Fix XML form filter.
[qpwmc.git] / applicationForm.ui
blob669b92cd681937c7b6dc85f765e9f6ed16f258c6
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>ApplicationForm</class>
4 <widget class="QWizard" name="ApplicationForm">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>500</width>
10 <height>360</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Pwmd Application Wizard</string>
15 </property>
16 <property name="options">
17 <set>QWizard::CancelButtonOnLeft|QWizard::HelpButtonOnRight|QWizard::NoBackButtonOnStartPage</set>
18 </property>
19 <widget class="QWizardPage" name="wz_start">
20 <property name="title">
21 <string>Pwmd Application Form</string>
22 </property>
23 <property name="subTitle">
24 <string/>
25 </property>
26 <layout class="QVBoxLayout" name="verticalLayout">
27 <property name="margin">
28 <number>3</number>
29 </property>
30 <item>
31 <widget class="QTextBrowser" name="wz_startTextEdit">
32 <property name="readOnly">
33 <bool>true</bool>
34 </property>
35 <property name="overwriteMode">
36 <bool>true</bool>
37 </property>
38 <property name="acceptRichText">
39 <bool>true</bool>
40 </property>
41 <property name="textInteractionFlags">
42 <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
43 </property>
44 <property name="openExternalLinks">
45 <bool>true</bool>
46 </property>
47 <property name="openLinks">
48 <bool>true</bool>
49 </property>
50 </widget>
51 </item>
52 </layout>
53 </widget>
54 </widget>
55 <resources/>
56 <connections/>
57 </ui>