mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-30 16:34:16 +00:00
- Added all missing icons in RSS tab
This commit is contained in:
parent
b3e6f341ff
commit
76d9a230c0
BIN
src/Icons/refresh.png
Normal file
BIN
src/Icons/refresh.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.6 KiB |
@ -23,6 +23,7 @@
|
|||||||
<file>Icons/rss.png</file>
|
<file>Icons/rss.png</file>
|
||||||
<file>Icons/downarrow.png</file>
|
<file>Icons/downarrow.png</file>
|
||||||
<file>Icons/connection.png</file>
|
<file>Icons/connection.png</file>
|
||||||
|
<file>Icons/refresh.png</file>
|
||||||
<file>Icons/flags/portugal.png</file>
|
<file>Icons/flags/portugal.png</file>
|
||||||
<file>Icons/flags/france.png</file>
|
<file>Icons/flags/france.png</file>
|
||||||
<file>Icons/flags/ukraine.png</file>
|
<file>Icons/flags/ukraine.png</file>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
* along with this program; if not, write to the Free Software
|
* along with this program; if not, write to the Free Software
|
||||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||||
*
|
*
|
||||||
* Contact : chris@qbittorrent.org
|
* Contact : chris@qbittorrent.org arnaud@qbittorrent.org
|
||||||
*/
|
*/
|
||||||
#ifndef __RSS_IMP_H__
|
#ifndef __RSS_IMP_H__
|
||||||
#define __RSS_IMP_H__
|
#define __RSS_IMP_H__
|
||||||
@ -30,8 +30,11 @@ class RSSImp : public QWidget, public Ui::RSS{
|
|||||||
public:
|
public:
|
||||||
RSSImp() : QWidget(){
|
RSSImp() : QWidget(){
|
||||||
setupUi(this);
|
setupUi(this);
|
||||||
|
addStream_button->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/add.png")));
|
||||||
|
delStream_button->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/remove.png")));
|
||||||
|
refreshAll_button->setIcon(QIcon(QString::fromUtf8(":/Icons/refresh.png")));
|
||||||
}
|
}
|
||||||
|
|
||||||
~RSSImp(){}
|
~RSSImp(){}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user