Browse Source

Ugly chat basic GUI elements

pull/183/head
Duke Leto 4 years ago
parent
commit
7caac27664
  1. 30
      src/mainwindow.ui

30
src/mainwindow.ui

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>968</width>
<height>632</height>
<width>1487</width>
<height>1214</height>
</rect>
</property>
<property name="windowTitle">
@ -385,8 +385,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>920</width>
<height>299</height>
<width>1403</width>
<height>619</height>
</rect>
</property>
<layout class="QVBoxLayout" name="sendToLayout">
@ -1024,8 +1024,24 @@
<item row="0" column="0">
<widget class="QListView" name="contactsView"/>
</item>
<item row="1" column="1">
<widget class="QTextEdit" name="textEdit"/>
</item>
<item row="0" column="1">
<widget class="QListView" name="chatView">
<widget class="QListView" name="chatView"/>
</item>
<item row="1" column="2">
<widget class="QPushButton" name="pushButton">
<property name="text">
<string>Send</string>
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QPushButton" name="pushButton_2">
<property name="text">
<string>New Conversation</string>
</property>
</widget>
</item>
</layout>
@ -1474,8 +1490,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>968</width>
<height>24</height>
<width>1487</width>
<height>42</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">

Loading…
Cancel
Save