Add seeding limits to RSS and Watched folders options UI

PR #20324.
Closes #19605.
This commit is contained in:
Vladimir Golovnev
2024-01-27 14:30:27 +03:00
committed by GitHub
parent df41940ebc
commit d652a10495
6 changed files with 450 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>503</width>
<height>366</height>
<height>440</height>
</rect>
</property>
<property name="windowTitle">
@@ -348,6 +348,18 @@
</widget>
</widget>
</item>
<item>
<widget class="QGroupBox" name="torrentShareLimitsBox">
<property name="title">
<string>Torrent share limits</string>
</property>
<layout class="QVBoxLayout" name="torrentShareLimitsBoxLayout">
<item>
<widget class="TorrentShareLimitsWidget" name="torrentShareLimitsWidget" native="true"/>
</item>
</layout>
</widget>
</item>
</layout>
</widget>
<customwidgets>
@@ -357,6 +369,12 @@
<header>gui/fspathedit.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>TorrentShareLimitsWidget</class>
<extends>QWidget</extends>
<header>gui/torrentsharelimitswidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>