mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 04:49:47 -07:00
Improve drawing speed of transferlist with many torrents.
This commit is contained in:
parent
0322002b46
commit
01307b377e
3 changed files with 16 additions and 0 deletions
|
@ -67,6 +67,7 @@ using namespace libtorrent;
|
|||
TransferListWidget::TransferListWidget(QWidget *parent, MainWindow *main_window, QBtSession *_BTSession):
|
||||
QTreeView(parent), BTSession(_BTSession), main_window(main_window) {
|
||||
|
||||
setUniformRowHeights(true);
|
||||
// Load settings
|
||||
bool column_loaded = loadSettings();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue