It's as I feared then. You will have to subclass QStyle to draw the radiobuttons larger.
You can also try replacing the radiobutton pixmap in the pixmap cache. See QPixmapCache to see how to do this (this may only work for Qt3).
It's as I feared then. You will have to subclass QStyle to draw the radiobuttons larger.
You can also try replacing the radiobutton pixmap in the pixmap cache. See QPixmapCache to see how to do this (this may only work for Qt3).
Save yourself some pain. Learn C++ before learning Qt.
Ben.Hines (24th April 2006)
Bookmarks