GameListWidget: Enable mouse tracking

This commit is contained in:
JordanTheToaster 2025-04-06 20:20:46 +01:00
parent 7de5066c87
commit 47b13f086d
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ void GameListWidget::initialize()
m_table_view->setSelectionBehavior(QAbstractItemView::SelectRows);
m_table_view->setContextMenuPolicy(Qt::CustomContextMenu);
m_table_view->setAlternatingRowColors(true);
m_table_view->setMouseTracking(true);
m_table_view->setShowGrid(false);
m_table_view->setCurrentIndex({});
m_table_view->horizontalHeader()->setHighlightSections(false);