4 lines
118 B
Python
4 lines
118 B
Python
#!/usr/bin/python3
|
|
|
|
def connect_gui(app):
|
|
app.main_window.openFile.triggered.connect(app.file_actions.open_files)
|