blob: 403c09c5deb596a4fb5c558903a31ae57c25ab57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
|
<ui version="4.0" >
<class>MessageViewerBase</class>
<widget class="QWidget" name="MessageViewerBase" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>196</width>
<height>245</height>
</rect>
</property>
<property name="windowTitle" >
<string>MessageViewer</string>
</property>
<widget class="QStackedWidget" name="widgetStack" >
<property name="geometry" >
<rect>
<x>0</x>
<y>0</y>
<width>16</width>
<height>16</height>
</rect>
</property>
<property name="sizePolicy" >
<sizepolicy>
<hsizetype>13</hsizetype>
<vsizetype>13</vsizetype>
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="currentIndex" >
<number>0</number>
</property>
<widget class="QWidget" name="page" />
<widget class="QWidget" name="page_2" />
</widget>
</widget>
<resources/>
<connections/>
</ui>
|