mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-09 06:17:58 +00:00
- added documentation icon
This commit is contained in:
parent
841e6549c0
commit
0aa4651657
@ -101,7 +101,7 @@ GUI::GUI(QWidget *parent, QStringList torrentCmdLine) : QMainWindow(parent){
|
||||
actionPreview_file->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/preview.png")));
|
||||
actionSet_upload_limit->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/seeding.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->setFrameShape(QFrame::NoFrame);
|
||||
connecStatusLblIcon->setPixmap(QPixmap(QString::fromUtf8(":/Icons/skin/disconnected.png")));
|
||||
|
BIN
src/Icons/skin/qb_question.png
Normal file
BIN
src/Icons/skin/qb_question.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.4 KiB |
@ -20,18 +20,18 @@
|
||||
<file>Icons/splash.png</file>
|
||||
<file>Icons/home.png</file>
|
||||
<file>Icons/uparrow.png</file>
|
||||
<file>Icons/rss.png</file>
|
||||
<file>Icons/downarrow.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/refresh.png</file>
|
||||
<file>Icons/add_folder.png</file>
|
||||
<file>Icons/time.png</file>
|
||||
<file>Icons/loading.png</file>
|
||||
<file>Icons/exec.png</file>
|
||||
<file>Icons/sphere.png</file>
|
||||
<file>Icons/url.png</file>
|
||||
<file>Icons/time.png</file>
|
||||
<file>Icons/description.png</file>
|
||||
<file>Icons/sphere.png</file>
|
||||
<file>Icons/sphere2.png</file>
|
||||
<file>Icons/flags/portugal.png</file>
|
||||
<file>Icons/flags/france.png</file>
|
||||
@ -83,5 +83,6 @@
|
||||
<file>Icons/skin/new.png</file>
|
||||
<file>Icons/skin/delete_all.png</file>
|
||||
<file>Icons/skin/info.png</file>
|
||||
<file>Icons/skin/qb_question.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
Loading…
Reference in New Issue
Block a user