1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>ResourceManagerLicenseBase</class>
4 <widget class="QDialog" name="ResourceManagerLicenseBase">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>480</width>
10    <height>640</height>
11   </rect>
12  </property>
13  <property name="windowTitle">
14   <string>License</string>
15  </property>
16  <layout class="QVBoxLayout" name="verticalLayout">
17   <property name="leftMargin">
18    <number>9</number>
19   </property>
20   <property name="topMargin">
21    <number>9</number>
22   </property>
23   <property name="rightMargin">
24    <number>9</number>
25   </property>
26   <property name="bottomMargin">
27    <number>9</number>
28   </property>
29   <item>
30    <widget class="QTextEdit" name="licenseTextEdit">
31     <property name="documentTitle">
32      <string notr="true"/>
33     </property>
34     <property name="readOnly">
35      <bool>true</bool>
36     </property>
37     <property name="html">
38      <string notr="true">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
39&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;
40p, li { white-space: pre-wrap; }
41&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'.Helvetica Neue DeskInterface'; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
42&lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
43     </property>
44    </widget>
45   </item>
46  </layout>
47 </widget>
48 <resources/>
49 <connections/>
50</ui>
51