feat: implement camera management with GPhotoCamera and CameraManager classes

This commit is contained in:
2025-09-21 08:38:26 +02:00
parent 2187536c7d
commit 508930ae39
5 changed files with 177 additions and 4 deletions

View File

@@ -12,6 +12,8 @@ def main():
window = MainWindow()
controller = MainController(window)
controller.load_colors()
app.aboutToQuit.connect(controller.shutdown)
window.show()
sys.exit(app.exec())