add switch to QListWidget for Chat
This commit is contained in:
@@ -1328,7 +1328,7 @@
|
|||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>HushChat</string>
|
<string>HushChat</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<widget class="QListWidget" name="listWidget">
|
<widget class="QListWidget" name="listContactWidget">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
@@ -1351,19 +1351,6 @@
|
|||||||
<string><html><head/><body><p align="center">Contact</p></body></html></string>
|
<string><html><head/><body><p align="center">Contact</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QListView" name="listChatMemo">
|
|
||||||
<property name="geometry">
|
|
||||||
<rect>
|
|
||||||
<x>340</x>
|
|
||||||
<y>80</y>
|
|
||||||
<width>908</width>
|
|
||||||
<height>361</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<property name="resizeMode">
|
|
||||||
<enum>QListView::Adjust</enum>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
<widget class="QLabel" name="label_40">
|
<widget class="QLabel" name="label_40">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
@@ -1445,6 +1432,16 @@
|
|||||||
<string><html><head/><body><p align="center">Messages</p></body></html></string>
|
<string><html><head/><body><p align="center">Messages</p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
|
<widget class="QListWidget" name="listWidget">
|
||||||
|
<property name="geometry">
|
||||||
|
<rect>
|
||||||
|
<x>340</x>
|
||||||
|
<y>80</y>
|
||||||
|
<width>921</width>
|
||||||
|
<height>371</height>
|
||||||
|
</rect>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
|
|||||||
Reference in New Issue
Block a user