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> </property>
<layout class="QHBoxLayout" name="horizontalLayout_2"> <layout class="QHBoxLayout" name="horizontalLayout_2">
<item> <item>
<widget class="QTableView" name="attachmentsView"> <widget class="QListView" name="attachmentsView">
<property name="showGrid"> <property name="flow">
<bool>false</bool> <enum>QListView::LeftToRight</enum>
</property>
<property name="isWrapping" stdset="0">
<bool>true</bool>
</property> </property>
</widget> </widget>
</item> </item>