NOISSUE make notes page focusable with tab key
This commit is contained in:
parent
7dfe73df0c
commit
3ee5a63c5c
2 changed files with 16 additions and 25 deletions
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue