1544bef8a27d425ec6941ef25e06f379dc0fd6d7
[retroconv] / bak / stacked2.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>Retro Conversations</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="sentButton">
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="QListWidget" 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="Line" name="line_2">
101            <property name="orientation">
102             <enum>Qt::Vertical</enum>
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          <item>
120           <widget class="QLabel" name="msg_date">
121            <property name="text">
122             <string>msg_date</string>
123            </property>
124           </widget>
125          </item>
126         </layout>
127        </item>
128        <item>
129         <widget class="Line" name="line">
130          <property name="orientation">
131           <enum>Qt::Horizontal</enum>
132          </property>
133         </widget>
134        </item>
135        <item>
136         <widget class="QTextBrowser" name="msg_text">
137          <property name="sizePolicy">
138           <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
139            <horstretch>0</horstretch>
140            <verstretch>0</verstretch>
141           </sizepolicy>
142          </property>
143          <property name="html">
144           <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;
145 &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;
146 p, li { white-space: pre-wrap; }
147 &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Arial'; font-size:10pt; font-weight:400; font-style:normal;&quot;&gt;
148 &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>
149          </property>
150         </widget>
151        </item>
152        <item>
153         <spacer name="verticalSpacer_2">
154          <property name="orientation">
155           <enum>Qt::Vertical</enum>
156          </property>
157          <property name="sizeHint" stdset="0">
158           <size>
159            <width>20</width>
160            <height>40</height>
161           </size>
162          </property>
163         </spacer>
164        </item>
165        <item>
166         <layout class="QHBoxLayout" name="horizontalLayout">
167          <item>
168           <widget class="QPushButton" name="msg_delete">
169            <property name="text">
170             <string>Delete</string>
171            </property>
172           </widget>
173          </item>
174          <item>
175           <widget class="QPushButton" name="msg_back">
176            <property name="text">
177             <string>Back</string>
178            </property>
179           </widget>
180          </item>
181         </layout>
182        </item>
183       </layout>
184      </widget>
185     </widget>
186     <widget class="QWidget" name="sentPage">
187      <widget class="QListView" name="sentView">
188       <property name="geometry">
189        <rect>
190         <x>0</x>
191         <y>0</y>
192         <width>800</width>
193         <height>400</height>
194        </rect>
195       </property>
196      </widget>
197     </widget>
198     <widget class="QWidget" name="sentMessageView">
199      <widget class="QWidget" name="verticalLayoutWidget_3">
200       <property name="geometry">
201        <rect>
202         <x>0</x>
203         <y>0</y>
204         <width>801</width>
205         <height>381</height>
206        </rect>
207       </property>
208       <layout class="QVBoxLayout" name="verticalLayout_3">
209        <property name="sizeConstraint">
210         <enum>QLayout::SetMaximumSize</enum>
211        </property>
212        <item>
213         <layout class="QHBoxLayout" name="horizontalLayout_3">
214          <item>
215           <widget class="QLabel" name="frame">
216            <property name="frameShape">
217             <enum>QFrame::Box</enum>
218            </property>
219            <property name="frameShadow">
220             <enum>QFrame::Raised</enum>
221            </property>
222            <property name="lineWidth">
223             <number>5</number>
224            </property>
225            <property name="midLineWidth">
226             <number>0</number>
227            </property>
228            <property name="text">
229             <string>xxxxxx</string>
230            </property>
231            <property name="alignment">
232             <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
233            </property>
234           </widget>
235          </item>
236          <item>
237           <layout class="QVBoxLayout" name="verticalLayout_4">
238            <property name="leftMargin">
239             <number>5</number>
240            </property>
241            <property name="rightMargin">
242             <number>0</number>
243            </property>
244            <item>
245             <widget class="QLabel" name="sent_msg_to">
246              <property name="font">
247               <font>
248                <pointsize>26</pointsize>
249               </font>
250              </property>
251              <property name="styleSheet">
252               <string>color:rgb(106, 106, 106)</string>
253              </property>
254              <property name="text">
255               <string>TextLabel</string>
256              </property>
257              <property name="alignment">
258               <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
259              </property>
260             </widget>
261            </item>
262            <item>
263             <widget class="QLabel" name="sent_msg_date">
264              <property name="frameShape">
265               <enum>QFrame::StyledPanel</enum>
266              </property>
267              <property name="text">
268               <string>TextLabel</string>
269              </property>
270              <property name="alignment">
271               <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
272              </property>
273             </widget>
274            </item>
275            <item>
276             <spacer name="verticalSpacer_3">
277              <property name="orientation">
278               <enum>Qt::Vertical</enum>
279              </property>
280              <property name="sizeHint" stdset="0">
281               <size>
282                <width>20</width>
283                <height>40</height>
284               </size>
285              </property>
286             </spacer>
287            </item>
288           </layout>
289          </item>
290          <item>
291           <spacer name="horizontalSpacer_2">
292            <property name="orientation">
293             <enum>Qt::Horizontal</enum>
294            </property>
295            <property name="sizeHint" stdset="0">
296             <size>
297              <width>40</width>
298              <height>20</height>
299             </size>
300            </property>
301           </spacer>
302          </item>
303         </layout>
304        </item>
305        <item>
306         <widget class="Line" name="line_3">
307          <property name="styleSheet">
308           <string>background:rgb(50, 50, 50);</string>
309          </property>
310          <property name="frameShadow">
311           <enum>QFrame::Plain</enum>
312          </property>
313          <property name="lineWidth">
314           <number>5</number>
315          </property>
316          <property name="orientation">
317           <enum>Qt::Horizontal</enum>
318          </property>
319         </widget>
320        </item>
321        <item>
322         <widget class="QLabel" name="sent_msg_text">
323          <property name="styleSheet">
324           <string>margin-top:5px</string>
325          </property>
326          <property name="text">
327           <string>TextLabel</string>
328          </property>
329          <property name="wordWrap">
330           <bool>true</bool>
331          </property>
332         </widget>
333        </item>
334        <item>
335         <spacer name="verticalSpacer_4">
336          <property name="orientation">
337           <enum>Qt::Vertical</enum>
338          </property>
339          <property name="sizeHint" stdset="0">
340           <size>
341            <width>20</width>
342            <height>40</height>
343           </size>
344          </property>
345         </spacer>
346        </item>
347        <item>
348         <layout class="QHBoxLayout" name="horizontalLayout_4">
349          <item>
350           <widget class="QPushButton" name="sent_msg_delete">
351            <property name="text">
352             <string>Delete</string>
353            </property>
354           </widget>
355          </item>
356          <item>
357           <widget class="QPushButton" name="sent_msg_back">
358            <property name="text">
359             <string>Back</string>
360            </property>
361           </widget>
362          </item>
363         </layout>
364        </item>
365       </layout>
366      </widget>
367     </widget>
368    </widget>
369   </widget>
370   <widget class="QMenuBar" name="menubar">
371    <property name="geometry">
372     <rect>
373      <x>0</x>
374      <y>0</y>
375      <width>800</width>
376      <height>25</height>
377     </rect>
378    </property>
379   </widget>
380   <widget class="QStatusBar" name="statusbar"/>
381   <action name="actionOption_1">
382    <property name="text">
383     <string>Option 1</string>
384    </property>
385   </action>
386   <action name="actionOption_2">
387    <property name="text">
388     <string>Option 2</string>
389    </property>
390   </action>
391   <action name="actionBlabla2">
392    <property name="text">
393     <string>blabla2</string>
394    </property>
395   </action>
396  </widget>
397  <resources/>
398  <connections/>
399 </ui>