mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Added an icon for the new encryption option
This commit is contained in:
parent
18b41d07bd
commit
8755ebba01
8 changed files with 819 additions and 1097 deletions
|
@ -623,6 +623,7 @@ void GUI::sortDownloadListString(int index, Qt::SortOrder sortOrder){
|
|||
}
|
||||
|
||||
void GUI::sortDownloadList(int index, Qt::SortOrder startSortOrder, bool fromLoadColWidth){
|
||||
qDebug("Called sort download list");
|
||||
static Qt::SortOrder sortOrder = startSortOrder;
|
||||
if(!fromLoadColWidth && downloadList->header()->sortIndicatorSection() == index){
|
||||
if(sortOrder == Qt::AscendingOrder){
|
||||
|
|
BIN
src/Icons/password.png
Normal file
BIN
src/Icons/password.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.9 KiB |
|
@ -33,6 +33,7 @@
|
|||
<file>Icons/description.png</file>
|
||||
<file>Icons/sphere.png</file>
|
||||
<file>Icons/sphere2.png</file>
|
||||
<file>Icons/password.png</file>
|
||||
<file>Icons/flags/portugal.png</file>
|
||||
<file>Icons/flags/france.png</file>
|
||||
<file>Icons/flags/ukraine.png</file>
|
||||
|
|
File diff suppressed because it is too large
Load diff
824
src/options.ui
824
src/options.ui
File diff suppressed because it is too large
Load diff
|
@ -64,6 +64,7 @@ options_imp::options_imp(QWidget *parent):QDialog(parent){
|
|||
tabOptions->setTabIcon(4, QIcon(QString::fromUtf8(":/Icons/proxy.png")));
|
||||
tabOptions->setTabIcon(5, QIcon(QString::fromUtf8(":/Icons/wizard.png")));
|
||||
lbl_icon_i18n->setPixmap(QPixmap(QString::fromUtf8(":/Icons/locale.png")));
|
||||
lblencryption_icon->setPixmap(QPixmap(QString::fromUtf8(":/Icons/password.png")));
|
||||
addFilterRange->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/add.png")));
|
||||
delFilterRange->setIcon(QIcon(QString::fromUtf8(":/Icons/skin/remove.png")));
|
||||
enableProxyAuth_checkBox->setIcon(QIcon(QString::fromUtf8(":/Icons/encrypted.png")));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue