mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
DolphinQt: setTabKeyNavigation(false) on QTableWidget and QTableView.
This commit is contained in:
@ -102,6 +102,7 @@ void GameList::MakeListView()
|
||||
m_list = new QTableView(this);
|
||||
m_list->setModel(m_list_proxy);
|
||||
|
||||
m_list->setTabKeyNavigation(false);
|
||||
m_list->setSelectionMode(QAbstractItemView::ExtendedSelection);
|
||||
m_list->setSelectionBehavior(QAbstractItemView::SelectRows);
|
||||
m_list->setAlternatingRowColors(true);
|
||||
|
Reference in New Issue
Block a user