-
Notifications
You must be signed in to change notification settings - Fork 25
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 a more flexible and scalable approach 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: - `initializeAppToolBar`: Creates a parent toolbar for the application. - `addToolBar`: Helper method to initialize and parent new custom toolbars to the application toolbar. - `initializeSettingsToolBar`: Creates the settings toolbar with the gear icon button to toggle visibility of the settings dialog.
- Loading branch information
Showing
2 changed files
with
47 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