diff --git a/ui/designer/tabs/tabDb/tabDb_ChartInfoEditor.ui b/ui/designer/tabs/tabDb/tabDb_ChartInfoEditor.ui index 8290eb4..67a1600 100644 --- a/ui/designer/tabs/tabDb/tabDb_ChartInfoEditor.ui +++ b/ui/designer/tabs/tabDb/tabDb_ChartInfoEditor.ui @@ -258,6 +258,13 @@ 1 + + listView + constantLineEdit + notesLineEdit + commitButton + deleteButton + diff --git a/ui/designer/tabs/tabDb/tabDb_ChartInfoEditor_ui.py b/ui/designer/tabs/tabDb/tabDb_ChartInfoEditor_ui.py index 3e086c8..31681a3 100644 --- a/ui/designer/tabs/tabDb/tabDb_ChartInfoEditor_ui.py +++ b/ui/designer/tabs/tabDb/tabDb_ChartInfoEditor_ui.py @@ -179,6 +179,10 @@ class Ui_TabDb_ChartInfoEditor(object): self.gridLayout.addWidget(self.listView, 1, 0, 1, 1) + QWidget.setTabOrder(self.listView, self.constantLineEdit) + QWidget.setTabOrder(self.constantLineEdit, self.notesLineEdit) + QWidget.setTabOrder(self.notesLineEdit, self.commitButton) + QWidget.setTabOrder(self.commitButton, self.deleteButton) self.retranslateUi(TabDb_ChartInfoEditor)