[PyQt] signal issue with qbuttongroup

Di Zou di_zou at yahoo.com
Thu Aug 4 20:52:39 BST 2011


I switched to:

def AddApplication(self, id):
    print "hi", id

I also removed this:

addAppButtonGroup.setId(addCustomAppButton, 0)
addAppButtonGroup.setId(addAppleStoreAppButton, 1)
addAppButtonGroup.setId(addWebLinkButton, 2)

and it still doesn't work.


More information about the PyQt mailing list