mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 23:07:59 +00:00
- Added missing icons in trackers tab (torrent properties) -> still unfinished
This commit is contained in:
parent
f785888213
commit
db7c7bd21a
BIN
src/Icons/downarrow.png
Normal file
BIN
src/Icons/downarrow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 722 B |
BIN
src/Icons/uparrow.png
Normal file
BIN
src/Icons/uparrow.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 787 B |
@ -19,6 +19,8 @@
|
||||
<file>Icons/filter.png</file>
|
||||
<file>Icons/splash.jpg</file>
|
||||
<file>Icons/home.png</file>
|
||||
<file>Icons/uparrow.png</file>
|
||||
<file>Icons/downarrow.png</file>
|
||||
<file>Icons/flags/portugal.png</file>
|
||||
<file>Icons/flags/france.png</file>
|
||||
<file>Icons/flags/ukraine.png</file>
|
||||
|
@ -29,7 +29,10 @@ properties::properties(QWidget *parent, torrent_handle h, QStringList trackerErr
|
||||
// set icons
|
||||
unselect->setIcon(QIcon(QString::fromUtf8(":/Icons/button_cancel.png")));
|
||||
select->setIcon(QIcon(QString::fromUtf8(":/Icons/button_ok.png")));
|
||||
|
||||
addTracker_button->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/add.png")));
|
||||
removeTracker_button->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/remove.png")));
|
||||
lowerTracker_button->setIcon(QIcon(QString::fromUtf8(":/Icons/downarrow.png")));
|
||||
riseTracker_button->setIcon(QIcon(QString::fromUtf8(":/Icons/uparrow.png")));
|
||||
setAttribute(Qt::WA_DeleteOnClose);
|
||||
// Set Properties list model
|
||||
PropListModel = new QStandardItemModel(0,4);
|
||||
|
Loading…
Reference in New Issue
Block a user