-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchat-client.ui
More file actions
55 lines (55 loc) · 1.21 KB
/
chat-client.ui
File metadata and controls
55 lines (55 loc) · 1.21 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ChatClient</class>
<widget class="QMainWindow" name="ChatClient">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>791</width>
<height>585</height>
</rect>
</property>
<property name="windowTitle">
<string>MainWindow</string>
</property>
<widget class="QWidget" name="centralwidget">
<widget class="QPushButton" name="sendbutton">
<property name="geometry">
<rect>
<x>640</x>
<y>440</y>
<width>93</width>
<height>31</height>
</rect>
</property>
<property name="text">
<string>SEND</string>
</property>
</widget>
<widget class="QTextBrowser" name="messageview">
<property name="geometry">
<rect>
<x>20</x>
<y>20</y>
<width>751</width>
<height>321</height>
</rect>
</property>
</widget>
<widget class="QPlainTextEdit" name="messageedit">
<property name="geometry">
<rect>
<x>20</x>
<y>370</y>
<width>601</width>
<height>171</height>
</rect>
</property>
</widget>
</widget>
<widget class="QStatusBar" name="statusbar"/>
</widget>
<resources/>
<connections/>
</ui>