mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
- Updated RSS icon with one from Oxygen (KDE4 icons)
This commit is contained in:
parent
fa9e3bf564
commit
1918969e28
7 changed files with 9 additions and 6 deletions
|
@ -141,7 +141,7 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent), for
|
|||
// RSS tab
|
||||
rssWidget = new RSSImp();
|
||||
tabs->addTab(rssWidget, tr("RSS"));
|
||||
tabs->setTabIcon(3, QIcon(QString::fromUtf8(":/Icons/rss.png")));
|
||||
tabs->setTabIcon(3, QIcon(QString::fromUtf8(":/Icons/rss32.png")));
|
||||
readSettings();
|
||||
// Add torrent given on command line
|
||||
processParams(torrentCmdLine);
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 2.2 KiB |
BIN
src/Icons/rss16.png
Normal file
BIN
src/Icons/rss16.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 607 B |
BIN
src/Icons/rss32.png
Normal file
BIN
src/Icons/rss32.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 KiB |
|
@ -24,7 +24,6 @@
|
|||
<file>Icons/style.png</file>
|
||||
<file>Icons/wizard.png</file>
|
||||
<file>Icons/password.png</file>
|
||||
<file>Icons/rss.png</file>
|
||||
<file>Icons/sphere2.png</file>
|
||||
<file>Icons/smile.png</file>
|
||||
<file>Icons/loading.png</file>
|
||||
|
@ -36,6 +35,8 @@
|
|||
<file>Icons/add_file.png</file>
|
||||
<file>Icons/home.png</file>
|
||||
<file>Icons/splash.png</file>
|
||||
<file>Icons/rss32.png</file>
|
||||
<file>Icons/rss16.png</file>
|
||||
<file>Icons/flags/portugal.png</file>
|
||||
<file>Icons/flags/france.png</file>
|
||||
<file>Icons/flags/ukraine.png</file>
|
||||
|
|
|
@ -153,7 +153,7 @@ class RssStream : public QObject{
|
|||
}
|
||||
|
||||
public:
|
||||
RssStream(QString _url): url(_url), alias(""), iconPath(":/Icons/rss.png"), refreshed(false), downloadFailure(false), currently_loading(false) {
|
||||
RssStream(QString _url): url(_url), alias(""), iconPath(":/Icons/rss16.png"), refreshed(false), downloadFailure(false), currently_loading(false) {
|
||||
qDebug("RSSStream constructed");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue