add switch to QListWidget for Chat

This commit is contained in:
DenioD
2020-04-27 21:01:06 +02:00
parent 07faeb61b4
commit fd7170cf2a

View File

@@ -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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;Contact&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;Contact&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;Messages&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string> <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;Messages&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</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>