-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Refactor HomeWidget to support custom toolbars
Improves the `HomeWidget` class by introducing convenient functions to managing custom toolbars in the application: - Adds `toolbarNames` property to dynamically manage toolbar names - Refactors the `modifyWindowUI` method to create and manage multiple custom toolbars, introducing the following functions: - `insertToolBar`: Helper method to insert a new custom toolbar between existing ones. - `initializeSettingsToolBar`: Creates the settings toolbar with the gear icon button to toggle visibility of the settings dialog. Co-authored-by: Tom Birdsong <[email protected]>
- Loading branch information
Showing
2 changed files
with
38 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters