I am a nubie at Qt and would like some help. I am trying to create a button widget that when clicked would go to a execute the slot of another widget called paintEvent. Do you have any ideas how to do this ?
I have attempted to do this, but I get the following error:
QObject::connect: Cannot connect QPushButton::clicked() to (null):aintEvent(QPaintEvent * e)
Bookmarks