Turn attachmentsView into a QListView with wrapping turned on.

This commit is contained in:
Felix Geyer 2012-05-02 11:15:50 +02:00
parent 3552a79f13
commit 1ea14e1090

View File

@ -81,9 +81,12 @@
</property>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QTableView" name="attachmentsView">
<property name="showGrid">
<bool>false</bool>
<widget class="QListView" name="attachmentsView">
<property name="flow">
<enum>QListView::LeftToRight</enum>
</property>
<property name="isWrapping" stdset="0">
<bool>true</bool>
</property>
</widget>
</item>