5 lines
110 B
Python
5 lines
110 B
Python
|
#!/usr/bin/python3
|
||
|
|
||
|
def connect_gui(app):
|
||
|
app.main_window.openFile.triggered.connect(app.utils.open_file)
|