Finish the build tool pages and add feature to set selected button

This commit is contained in:
Veronica Berglyd Olsen
2023-02-28 18:24:09 +01:00
parent d166697622
commit 0a8ed86b7c
2 changed files with 85 additions and 6 deletions
+6
View File
@@ -98,6 +98,12 @@ class NPagedSideBar(QToolBar):
return action
def setSelected(self, buttonId):
"""Set the selected button.
"""
self._group.button(buttonId).setChecked(True)
return
##
# Private Slots
##