Revamp torrent content widget

PR #18162.
This commit is contained in:
Vladimir Golovnev
2023-02-11 15:22:01 +03:00
committed by GitHub
parent e37661d53a
commit 1be5b3abd8
23 changed files with 1181 additions and 1116 deletions

View File

@@ -1082,7 +1082,7 @@
</layout>
</item>
<item>
<widget class="TorrentContentTreeView" name="filesList">
<widget class="TorrentContentWidget" name="filesList">
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
@@ -1121,9 +1121,9 @@
</widget>
<customwidgets>
<customwidget>
<class>TorrentContentTreeView</class>
<class>TorrentContentWidget</class>
<extends>QTreeView</extends>
<header location="global">gui/torrentcontenttreeview.h</header>
<header location="global">gui/torrentcontentwidget.h</header>
</customwidget>
</customwidgets>
<resources/>