The actions objects have a "triggered()" signal.
I am not using PyQt myself but I think connect works something like
Qt Code:
self.actionReadRegister.triggered.connect(self.someMethod);To copy to clipboard, switch view to plain text mode
Cheers,
_
Bookmarks