Initial Project Commit
[retroconv] / bak / stacked.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MainWindow</class>
4  <widget class="QMainWindow" name="MainWindow">
5   <property name="geometry">
6    <rect>
7     <x>0</x>
8     <y>0</y>
9     <width>800</width>
10     <height>400</height>
11    </rect>
12   </property>
13   <property name="windowTitle">
14    <string>MainWindow</string>
15   </property>
16   <widget class="QWidget" name="centralwidget">
17    <widget class="QStackedWidget" name="stackedWidget">
18     <property name="geometry">
19      <rect>
20       <x>0</x>
21       <y>0</y>
22       <width>800</width>
23       <height>400</height>
24      </rect>
25     </property>
26     <widget class="QWidget" name="page">
27      <widget class="QWidget" name="verticalLayoutWidget">
28       <property name="geometry">
29        <rect>
30         <x>0</x>
31         <y>0</y>
32         <width>801</width>
33         <height>361</height>
34        </rect>
35       </property>
36       <layout class="QVBoxLayout" name="verticalLayout">
37        <item>
38         <widget class="QPushButton" name="inboxButton">
39          <property name="text">
40           <string>Inbox</string>
41          </property>
42         </widget>
43        </item>
44        <item>
45         <widget class="QPushButton" name="pushButton_2">
46          <property name="text">
47           <string>Sent</string>
48          </property>
49         </widget>
50        </item>
51        <item>
52         <spacer name="verticalSpacer">
53          <property name="orientation">
54           <enum>Qt::Vertical</enum>
55          </property>
56          <property name="sizeHint" stdset="0">
57           <size>
58            <width>20</width>
59            <height>40</height>
60           </size>
61          </property>
62         </spacer>
63        </item>
64       </layout>
65      </widget>
66     </widget>
67     <widget class="QWidget" name="inboxMessages">
68      <widget class="QListView" name="listView">
69       <property name="geometry">
70        <rect>
71         <x>0</x>
72         <y>0</y>
73         <width>800</width>
74         <height>400</height>
75        </rect>
76       </property>
77      </widget>
78     </widget>
79     <widget class="QWidget" name="page_2">
80      <widget class="QWidget" name="verticalLayoutWidget_2">
81       <property name="geometry">
82        <rect>
83         <x>0</x>
84         <y>0</y>
85         <width>801</width>
86         <height>371</height>
87        </rect>
88       </property>
89       <layout class="QVBoxLayout" name="verticalLayout_2">
90        <item>
91         <layout class="QHBoxLayout" name="horizontalLayout_2">
92          <item>
93           <widget class="QLabel" name="msg_from">
94            <property name="text">
95             <string>msg_from</string>
96            </property>
97           </widget>
98          </item>
99          <item>
100           <widget class="QLabel" name="msg_date">
101            <property name="text">
102             <string>msg_date</string>
103            </property>
104           </widget>
105          </item>
106          <item>
107           <spacer name="horizontalSpacer">
108            <property name="orientation">
109             <enum>Qt::Horizontal</enum>
110            </property>
111            <property name="sizeHint" stdset="0">
112             <size>
113              <width>40</width>
114              <height>20</height>
115             </size>
116            </property>
117           </spacer>
118          </item>
119         </layout>
120        </item>
121        <item>
122         <widget class="QTextBrowser" name="msg_text">
123          <property name="sizePolicy">
124           <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
125            <horstretch>0</horstretch>
126            <verstretch>0</verstretch>
127           </sizepolicy>
128          </property>
129          <property name="html">
130           <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;
131 &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;
132 p, li { white-space: pre-wrap; }
133 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
134 &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;msg_text&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
135          </property>
136         </widget>
137        </item>
138        <item>
139         <layout class="QHBoxLayout" name="horizontalLayout">
140          <item>
141           <widget class="QPushButton" name="pushButton_3">
142            <property name="text">
143             <string>Delete</string>
144            </property>
145           </widget>
146          </item>
147          <item>
148           <widget class="QPushButton" name="pushButton">
149            <property name="text">
150             <string>Back</string>
151            </property>
152           </widget>
153          </item>
154         </layout>
155        </item>
156        <item>
157         <spacer name="verticalSpacer_2">
158          <property name="orientation">
159           <enum>Qt::Vertical</enum>
160          </property>
161          <property name="sizeHint" stdset="0">
162           <size>
163            <width>20</width>
164            <height>40</height>
165           </size>
166          </property>
167         </spacer>
168        </item>
169       </layout>
170      </widget>
171     </widget>
172    </widget>
173   </widget>
174   <widget class="QMenuBar" name="menubar">
175    <property name="geometry">
176     <rect>
177      <x>0</x>
178      <y>0</y>
179      <width>800</width>
180      <height>25</height>
181     </rect>
182    </property>
183   </widget>
184   <widget class="QStatusBar" name="statusbar"/>
185  </widget>
186  <resources/>
187  <connections/>
188 </ui>