1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>StyleManagerWelcome</class>
4 <widget class="QWidget" name="StyleManagerWelcome">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>377</width>
10    <height>249</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <layout class="QGridLayout" name="gridLayout">
20   <property name="margin">
21    <number>0</number>
22   </property>
23   <item row="0" column="0">
24    <layout class="QVBoxLayout" name="verticalLayout">
25     <item>
26      <widget class="QLabel" name="label">
27       <property name="sizePolicy">
28        <sizepolicy hsizetype="Ignored" vsizetype="Preferred">
29         <horstretch>0</horstretch>
30         <verstretch>0</verstretch>
31        </sizepolicy>
32       </property>
33       <property name="mouseTracking">
34        <bool>true</bool>
35       </property>
36       <property name="text">
37        <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
38&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
39p, li { white-space: pre-wrap; }
40&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'DejaVu Sans'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
41&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;It is possible to assign a named style to text and alter the style properties to change all text with that style.&lt;/p&gt;
42&lt;p style=&quot; margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Applying a style change will reformat all text that previously got the named style assigned to it. Use the Styles docker to apply styles to text.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
43       </property>
44       <property name="textFormat">
45        <enum>Qt::RichText</enum>
46       </property>
47       <property name="wordWrap">
48        <bool>true</bool>
49       </property>
50       <property name="textInteractionFlags">
51        <set>Qt::LinksAccessibleByMouse|Qt::TextSelectableByMouse</set>
52       </property>
53      </widget>
54     </item>
55     <item>
56      <spacer name="verticalSpacer">
57       <property name="orientation">
58        <enum>Qt::Vertical</enum>
59       </property>
60       <property name="sizeHint" stdset="0">
61        <size>
62         <width>20</width>
63         <height>40</height>
64        </size>
65       </property>
66      </spacer>
67     </item>
68    </layout>
69   </item>
70  </layout>
71 </widget>
72 <resources/>
73 <connections/>
74</ui>
75