Finish the build tool pages and add feature to set selected button
This commit is contained in:
@@ -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
|
||||
##
|
||||
|
||||
Reference in New Issue
Block a user