mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-15 23:01:39 +00:00
DolphinQt: setTabKeyNavigation(false) on QTableWidget and QTableView.
This commit is contained in:
parent
a0d204253b
commit
b9f34bc822
12 changed files with 15 additions and 0 deletions
|
@ -69,6 +69,7 @@ void RegisterWidget::showEvent(QShowEvent* event)
|
|||
void RegisterWidget::CreateWidgets()
|
||||
{
|
||||
m_table = new QTableWidget;
|
||||
m_table->setTabKeyNavigation(false);
|
||||
|
||||
m_table->setColumnCount(9);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue