Is the problem, by any chance, that you don't see any pixmap?Qt Code:
To copy to clipboard, switch view to plain text mode
Try drawing everything relative to (0,0), not (100, 100).
Also, overwrite QAbstractButton::sizeHint() and return your size hint( which probably is the size of one of the pixmaps ).
Regards




Reply With Quote
Bookmarks