rm backup
[retroconv] / GUI / message.ui
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3  <class>MessageWindow</class>
4  <widget class="QMainWindow" name="MessageWindow">
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="QWidget" name="sentMessageView" native="true">
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="verticalLayoutWidget_3">
27      <property name="geometry">
28       <rect>
29        <x>0</x>
30        <y>0</y>
31        <width>800</width>
32        <height>400</height>
33       </rect>
34      </property>
35      <layout class="QVBoxLayout" name="verticalLayout_3">
36       <property name="sizeConstraint">
37        <enum>QLayout::SetMaximumSize</enum>
38       </property>
39       <item>
40        <layout class="QHBoxLayout" name="horizontalLayout_3">
41         <item>
42          <widget class="QLabel" name="frame">
43           <property name="frameShape">
44            <enum>QFrame::Box</enum>
45           </property>
46           <property name="frameShadow">
47            <enum>QFrame::Raised</enum>
48           </property>
49           <property name="lineWidth">
50            <number>5</number>
51           </property>
52           <property name="midLineWidth">
53            <number>0</number>
54           </property>
55           <property name="text">
56            <string>xxxxxx</string>
57           </property>
58           <property name="alignment">
59            <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
60           </property>
61          </widget>
62         </item>
63         <item>
64          <layout class="QVBoxLayout" name="verticalLayout_4">
65           <property name="leftMargin">
66            <number>5</number>
67           </property>
68           <property name="rightMargin">
69            <number>0</number>
70           </property>
71           <item>
72            <widget class="QLabel" name="msg_address">
73             <property name="font">
74              <font>
75               <pointsize>26</pointsize>
76              </font>
77             </property>
78             <property name="styleSheet">
79              <string>color:rgb(106, 106, 106)</string>
80             </property>
81             <property name="text">
82              <string>TextLabel</string>
83             </property>
84             <property name="alignment">
85              <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
86             </property>
87            </widget>
88           </item>
89           <item>
90            <widget class="QLabel" name="sent_msg_date">
91             <property name="frameShape">
92              <enum>QFrame::StyledPanel</enum>
93             </property>
94             <property name="text">
95              <string>TextLabel</string>
96             </property>
97             <property name="alignment">
98              <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
99             </property>
100            </widget>
101           </item>
102           <item>
103            <spacer name="verticalSpacer_3">
104             <property name="orientation">
105              <enum>Qt::Vertical</enum>
106             </property>
107             <property name="sizeHint" stdset="0">
108              <size>
109               <width>20</width>
110               <height>40</height>
111              </size>
112             </property>
113            </spacer>
114           </item>
115          </layout>
116         </item>
117         <item>
118          <spacer name="horizontalSpacer_2">
119           <property name="orientation">
120            <enum>Qt::Horizontal</enum>
121           </property>
122           <property name="sizeHint" stdset="0">
123            <size>
124             <width>40</width>
125             <height>20</height>
126            </size>
127           </property>
128          </spacer>
129         </item>
130        </layout>
131       </item>
132       <item>
133        <widget class="Line" name="line_3">
134         <property name="styleSheet">
135          <string>background:rgb(50, 50, 50);</string>
136         </property>
137         <property name="frameShadow">
138          <enum>QFrame::Plain</enum>
139         </property>
140         <property name="lineWidth">
141          <number>5</number>
142         </property>
143         <property name="orientation">
144          <enum>Qt::Horizontal</enum>
145         </property>
146        </widget>
147       </item>
148       <item>
149        <widget class="QLabel" name="sent_msg_text">
150         <property name="styleSheet">
151          <string>margin-top:5px</string>
152         </property>
153         <property name="text">
154          <string>TextLabel</string>
155         </property>
156         <property name="wordWrap">
157          <bool>true</bool>
158         </property>
159        </widget>
160       </item>
161       <item>
162        <spacer name="verticalSpacer_4">
163         <property name="orientation">
164          <enum>Qt::Vertical</enum>
165         </property>
166         <property name="sizeHint" stdset="0">
167          <size>
168           <width>20</width>
169           <height>40</height>
170          </size>
171         </property>
172        </spacer>
173       </item>
174       <item>
175        <layout class="QHBoxLayout" name="horizontalLayout_4">
176         <item>
177          <widget class="QPushButton" name="sent_msg_delete">
178           <property name="text">
179            <string>Delete</string>
180           </property>
181          </widget>
182         </item>
183         <item>
184          <widget class="QPushButton" name="sent_msg_back">
185           <property name="text">
186            <string>Back</string>
187           </property>
188          </widget>
189         </item>
190        </layout>
191       </item>
192      </layout>
193     </widget>
194    </widget>
195   </widget>
196   <widget class="QMenuBar" name="menubar">
197    <property name="geometry">
198     <rect>
199      <x>0</x>
200      <y>0</y>
201      <width>800</width>
202      <height>25</height>
203     </rect>
204    </property>
205   </widget>
206   <widget class="QStatusBar" name="statusbar"/>
207   <action name="actionOption_1">
208    <property name="text">
209     <string>Option 1</string>
210    </property>
211   </action>
212   <action name="actionOption_2">
213    <property name="text">
214     <string>Option 2</string>
215    </property>
216   </action>
217   <action name="actionBlabla2">
218    <property name="text">
219     <string>blabla2</string>
220    </property>
221   </action>
222  </widget>
223  <resources/>
224  <connections/>
225 </ui>