Add a manage labels option to project tree context menu (#1203)

This commit is contained in:
Veronica Berglyd Olsen
2022-10-25 12:20:18 +02:00
parent 624787994a
commit e89f004532
4 changed files with 46 additions and 4 deletions
+6
View File
@@ -421,6 +421,12 @@ class PagedDialog(QDialog):
self._buttonBox.addWidget(buttonBar)
return
def setCurrentWidget(self, widget):
"""Forward the changing of tab to the QTabWidget.
"""
self._tabBox.setCurrentWidget(widget)
return
# END Class PagedDialog