mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-12-21 08:09:35 +08:00
Disable cell selection in advanced options. Fixup of a8b39475
.
This commit is contained in:
parent
76dd4ea5c0
commit
3b7fcf0813
@ -97,6 +97,7 @@ AdvancedSettings::AdvancedSettings(QWidget *parent)
|
||||
verticalHeader()->setVisible(false);
|
||||
// etc.
|
||||
setAlternatingRowColors(true);
|
||||
setSelectionMode(QAbstractItemView::NoSelection);
|
||||
setEditTriggers(QAbstractItemView::NoEditTriggers);
|
||||
// Signals
|
||||
connect(&spin_cache, SIGNAL(valueChanged(int)), SLOT(updateCacheSpinSuffix(int)));
|
||||
|
Loading…
Reference in New Issue
Block a user