experimental-logo #1

Merged
rattatwinko merged 2 commits from experimental-logo into main 2025-05-26 07:57:04 +00:00
Showing only changes of commit 0586d63b31 - Show all commits

View File

@@ -448,6 +448,11 @@ class MainWindow(QMainWindow):
"""Create the menu bar with model and camera menus""" """Create the menu bar with model and camera menus"""
menubar = self.menuBar() menubar = self.menuBar()
# File Menu - Continue l8tr
file_menu = menubar.addMenu('File')
# Model menu # Model menu
model_menu = menubar.addMenu('Model') model_menu = menubar.addMenu('Model')