diff --git a/src/ui/montabwidget.cpp b/src/ui/montabwidget.cpp index f1693bb3..a2aa5fc0 100644 --- a/src/ui/montabwidget.cpp +++ b/src/ui/montabwidget.cpp @@ -30,6 +30,7 @@ void MonTabWidget::populate() { table->setEditTriggers(QAbstractItemView::NoEditTriggers); table->setFocusPolicy(Qt::NoFocus); table->setSelectionMode(QAbstractItemView::NoSelection); + table->setTabKeyNavigation(false); table->clearFocus(); addTab(table, field.name); }