-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add Qt parent pass-through in init * Have StatusBar class inherit from QStatusBar * Add slot decorators to methods * Have MenuBar class inherit from QMenuBar * Store QMenu objects in init, use methods to build actions * Pass QMainWindow instance into Updater and Wizard classes * Added TODO: Move updater and wizard calls into a controller call through signals. * Remove json import * Set MenuBar and StatusBar within MainWindow class
- Loading branch information
1 parent
dd67b1e
commit e00ad4c
Showing
4 changed files
with
70 additions
and
72 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
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