Browse Source

Convert to QListView which is more flexible

pull/183/head
Duke Leto 4 years ago
parent
commit
45f5732e54
  1. 10
      src/mainwindow.ui

10
src/mainwindow.ui

@ -1022,16 +1022,10 @@
<item>
<layout class="QGridLayout" name="gridLayout_6">
<item row="0" column="1">
<widget class="QListWidget" name="listWidget"/>
<widget class="QListView" name="contactsView"/>
</item>
<item row="0" column="0">
<widget class="QListWidget" name="listWidget_2">
<property name="maximumSize">
<size>
<width>460</width>
<height>16777215</height>
</size>
</property>
<widget class="QListView" name="chatView">
</widget>
</item>
</layout>

Loading…
Cancel
Save