The widgets created by Ui_MainWindow are members of its instance, i.e. members of the object you have as "ui"
Qt Code:
self.ui.buttonProcess.triggered.connect(self.buttonProcessTriggered)To copy to clipboard, switch view to plain text mode
Cheers,
_
Bookmarks