blob: c37fc05efce1a161569acddcf83d4dae4cfaa13e [file] [log] [blame]
Edric Milaretcdc978b2015-06-04 11:25:12 -04001<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>InstantMessagingWidget</class>
4 <widget class="QWidget" name="InstantMessagingWidget">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>400</width>
10 <height>300</height>
11 </rect>
12 </property>
13 <property name="sizePolicy">
14 <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
15 <horstretch>0</horstretch>
16 <verstretch>0</verstretch>
17 </sizepolicy>
18 </property>
19 <property name="windowTitle">
20 <string>Form</string>
21 </property>
22 <layout class="QVBoxLayout" name="verticalLayout">
23 <item>
24 <widget class="QListView" name="messageOutput">
25 <property name="wordWrap">
26 <bool>true</bool>
27 </property>
28 </widget>
29 </item>
30 <item>
31 <widget class="QLineEdit" name="messageInput">
32 <property name="placeholderText">
33 <string>Send text message...</string>
34 </property>
35 <property name="clearButtonEnabled">
36 <bool>true</bool>
37 </property>
38 </widget>
39 </item>
40 </layout>
41 </widget>
42 <resources/>
43 <connections/>
44</ui>