Simple picture output

This commit is contained in:
2025-07-28 18:31:42 +02:00
parent 7e729618de
commit 26425c1bfd
7 changed files with 353 additions and 23 deletions

2
ui.py
View File

@ -102,6 +102,8 @@ class LayoutManager:
layout_manager = LayoutManager()
layout_manager.discover_and_register_widgets()
layout_manager.texture_registry = dpg.add_texture_registry()
with dpg.viewport_menu_bar():
with dpg.menu(label="File"):
dpg.add_menu_item(label="Save Layout", callback=layout_manager.save_layout)