mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Disable edit action
This commit is contained in:
@@ -86,6 +86,7 @@ PeerListWidget::PeerListWidget(PropertiesWidget *parent)
|
||||
setRootIsDecorated(false);
|
||||
setItemsExpandable(false);
|
||||
setAllColumnsShowFocus(true);
|
||||
setEditTriggers(QAbstractItemView::NoEditTriggers);
|
||||
setSelectionMode(QAbstractItemView::ExtendedSelection);
|
||||
header()->setStretchLastSection(false);
|
||||
// List Model
|
||||
@@ -390,7 +391,7 @@ void PeerListWidget::updatePeer(const BitTorrent::TorrentHandle *torrent, const
|
||||
{
|
||||
const QMap<int, QVariant> data =
|
||||
{
|
||||
{Qt::DisplayRole, displayData},
|
||||
{Qt::DisplayRole, displayData},
|
||||
{PeerListSortModel::UnderlyingDataRole, underlyingData},
|
||||
{Qt::TextAlignmentRole, QVariant {textAlignmentData}},
|
||||
{Qt::ToolTipRole, toolTip}
|
||||
|
||||
Reference in New Issue
Block a user