1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-09 14:27:56 +00:00

- added documentation icon

This commit is contained in:
Christophe Dumez 2007-06-19 15:11:02 +00:00
parent 841e6549c0
commit 0aa4651657
3 changed files with 7 additions and 6 deletions

View File

@ -101,7 +101,7 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent){
actionPreview_file->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/preview.png"))); actionPreview_file->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/preview.png")));
actionSet_upload_limit->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/seeding.png"))); actionSet_upload_limit->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/seeding.png")));
actionSet_download_limit->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/downloading.png"))); actionSet_download_limit->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/downloading.png")));
actionDocumentation->setIcon(QIcon(QString::fromUtf8(":/Icons/help.png"))); actionDocumentation->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/qb_question.png")));
connecStatusLblIcon = new QLabel(); connecStatusLblIcon = new QLabel();
connecStatusLblIcon->setFrameShape(QFrame::NoFrame); connecStatusLblIcon->setFrameShape(QFrame::NoFrame);
connecStatusLblIcon->setPixmap(QPixmap(QString::fromUtf8(":/Icons/skin/disconnected.png"))); connecStatusLblIcon->setPixmap(QPixmap(QString::fromUtf8(":/Icons/skin/disconnected.png")));

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View File

@ -20,18 +20,18 @@
<file>Icons/splash.png</file> <file>Icons/splash.png</file>
<file>Icons/home.png</file> <file>Icons/home.png</file>
<file>Icons/uparrow.png</file> <file>Icons/uparrow.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/rss.png</file>
<file>Icons/add_folder.png</file>
<file>Icons/add_file.png</file> <file>Icons/add_file.png</file>
<file>Icons/refresh.png</file>
<file>Icons/add_folder.png</file>
<file>Icons/time.png</file>
<file>Icons/loading.png</file> <file>Icons/loading.png</file>
<file>Icons/exec.png</file> <file>Icons/exec.png</file>
<file>Icons/sphere.png</file>
<file>Icons/url.png</file> <file>Icons/url.png</file>
<file>Icons/time.png</file>
<file>Icons/description.png</file> <file>Icons/description.png</file>
<file>Icons/sphere.png</file>
<file>Icons/sphere2.png</file> <file>Icons/sphere2.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>
@ -83,5 +83,6 @@
<file>Icons/skin/new.png</file> <file>Icons/skin/new.png</file>
<file>Icons/skin/delete_all.png</file> <file>Icons/skin/delete_all.png</file>
<file>Icons/skin/info.png</file> <file>Icons/skin/info.png</file>
<file>Icons/skin/qb_question.png</file>
</qresource> </qresource>
</RCC> </RCC>