1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>OSDPretty</class>
4 <widget class="QWidget" name="OSDPretty">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>396</width>
10    <height>80</height>
11   </rect>
12  </property>
13  <property name="styleSheet">
14   <string notr="true">OSDPretty {
15  background-color: transparent;
16}
17
18#summary {
19  font-weight: bold;
20  font-size: larger;
21}
22</string>
23  </property>
24  <layout class="QHBoxLayout" name="horizontalLayout">
25   <property name="spacing">
26    <number>12</number>
27   </property>
28   <item>
29    <widget class="QLabel" name="icon"/>
30   </item>
31   <item>
32    <layout class="QVBoxLayout" name="verticalLayout">
33     <property name="spacing">
34      <number>4</number>
35     </property>
36     <item>
37      <widget class="QLabel" name="summary">
38       <property name="sizePolicy">
39        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
40         <horstretch>0</horstretch>
41         <verstretch>0</verstretch>
42        </sizepolicy>
43       </property>
44       <property name="minimumSize">
45        <size>
46         <width>300</width>
47         <height>0</height>
48        </size>
49       </property>
50       <property name="maximumSize">
51        <size>
52         <width>400</width>
53         <height>16777215</height>
54        </size>
55       </property>
56       <property name="textFormat">
57        <enum>Qt::RichText</enum>
58       </property>
59       <property name="wordWrap">
60        <bool>true</bool>
61       </property>
62      </widget>
63     </item>
64     <item>
65      <widget class="QLabel" name="message">
66       <property name="sizePolicy">
67        <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
68         <horstretch>0</horstretch>
69         <verstretch>0</verstretch>
70        </sizepolicy>
71       </property>
72       <property name="maximumSize">
73        <size>
74         <width>400</width>
75         <height>16777215</height>
76        </size>
77       </property>
78       <property name="textFormat">
79        <enum>Qt::RichText</enum>
80       </property>
81       <property name="wordWrap">
82        <bool>true</bool>
83       </property>
84      </widget>
85     </item>
86     <item>
87      <spacer name="verticalSpacer">
88       <property name="orientation">
89        <enum>Qt::Vertical</enum>
90       </property>
91       <property name="sizeHint" stdset="0">
92        <size>
93         <width>0</width>
94         <height>0</height>
95        </size>
96       </property>
97      </spacer>
98     </item>
99    </layout>
100   </item>
101  </layout>
102 </widget>
103 <resources/>
104 <connections/>
105</ui>
106