NOISSUE Switch twitch modpack page to use a QListView

This makes the lazy loading of the paginated search results
actually work.
This commit is contained in:
Petr Mrázek 2020-06-07 11:13:09 +02:00
parent 03dc8ddf81
commit 41590f2e50

View File

@ -21,37 +21,6 @@
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QTreeView" name="packView">
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="iconSize">
<size>
<width>48</width>
<height>48</height>
</size>
</property>
<property name="rootIsDecorated">
<bool>false</bool>
</property>
<property name="uniformRowHeights">
<bool>true</bool>
</property>
<property name="itemsExpandable">
<bool>false</bool>
</property>
<property name="allColumnsShowFocus">
<bool>true</bool>
</property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
</widget>
</item>
<item row="2" column="0" colspan="2">
<widget class="MCModInfoFrame" name="frame">
<property name="sizePolicy">
@ -68,6 +37,22 @@
</property>
</widget>
</item>
<item row="1" column="0" colspan="2">
<widget class="QListView" name="packView">
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="iconSize">
<size>
<width>48</width>
<height>48</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>