NOISSUE make notes page focusable with tab key

This commit is contained in:
Petr Mrázek
2019-07-25 01:13:21 +02:00
parent 7dfe73df0c
commit 3ee5a63c5c
2 changed files with 16 additions and 25 deletions

View File

@ -6,7 +6,6 @@ NotesPage::NotesPage(BaseInstance *inst, QWidget *parent)
: QWidget(parent), ui(new Ui::NotesPage), m_inst(inst)
{
ui->setupUi(this);
ui->tabWidget->tabBar()->hide();
ui->noteEditor->setText(m_inst->notes());
}