Then one option might be to use the return value of addButton().

Something like
Qt Code:
  1. resetButton = self.widget_01_btns.addButton('Clear', QtGui.QDialogButtonBox.ResetRole)
  2. resetButton.clicked.connect(....);
To copy to clipboard, switch view to plain text mode 

Cheers,
_