Bread_Editor/connect_gui.py
EKNr1 2797c3ca44 File opening working.
(Only the popup that sets the variable.)
2024-11-17 18:54:51 +01:00

4 lines
110 B
Python

#!/usr/bin/python3
def connect_gui(app):
app.main_window.openFile.triggered.connect(app.utils.open_file)