mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
Draw progress bar in disabled style
This commit is contained in:
parent
6ed2e2694f
commit
be2cdca1e9
3 changed files with 24 additions and 3 deletions
|
@ -498,7 +498,7 @@ QVariant TransferListModel::data(const QModelIndex &index, const int role) const
|
|||
case Qt::DisplayRole:
|
||||
return displayValue(torrent, index.column());
|
||||
case UnderlyingDataRole:
|
||||
return internalValue(torrent, index.column());
|
||||
return internalValue(torrent, index.column(), false);
|
||||
case AdditionalUnderlyingDataRole:
|
||||
return internalValue(torrent, index.column(), true);
|
||||
case Qt::DecorationRole:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue