mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-21 07:57:22 -06:00
@@ -35,11 +35,13 @@
|
||||
#include "base/rss/rss_article.h"
|
||||
#include "base/rss/rss_item.h"
|
||||
#include "gui/uithememanager.h"
|
||||
#include "gui/utils.h"
|
||||
|
||||
ArticleListWidget::ArticleListWidget(QWidget *parent)
|
||||
: QListWidget(parent)
|
||||
{
|
||||
setContextMenuPolicy(Qt::CustomContextMenu);
|
||||
setIconSize(Utils::Gui::smallIconSize());
|
||||
setSelectionMode(QAbstractItemView::ExtendedSelection);
|
||||
|
||||
checkInvariant();
|
||||
|
||||
@@ -334,8 +334,8 @@
|
||||
<file>queued.svg</file>
|
||||
<file>ratio.svg</file>
|
||||
<file>reannounce.svg</file>
|
||||
<file>rss_read_article.png</file>
|
||||
<file>rss_unread_article.png</file>
|
||||
<file>rss_read_article.svg</file>
|
||||
<file>rss_unread_article.svg</file>
|
||||
<file>security-high.svg</file>
|
||||
<file>security-low.svg</file>
|
||||
<file>set-location.svg</file>
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 250 B |
1
src/icons/rss_read_article.svg
Normal file
1
src/icons/rss_read_article.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg width="32" height="32" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="8" fill="#9aa0a6" /></svg>
|
||||
|
After Width: | Height: | Size: 116 B |
Binary file not shown.
|
Before Width: | Height: | Size: 254 B |
1
src/icons/rss_unread_article.svg
Normal file
1
src/icons/rss_unread_article.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg width="32" height="32" xmlns="http://www.w3.org/2000/svg"><circle cx="16" cy="16" r="8" fill="#1e90ff" /></svg>
|
||||
|
After Width: | Height: | Size: 116 B |
Reference in New Issue
Block a user