PDA

View Full Version : Making a Scalable Vector Button



Dreamerzz
1st July 2011, 19:34
I wanted to use Scalable vector graphics to create a custom push button.

Should i be using the QPushButton to do this or a QLabel?

Thanks

qlands
5th July 2011, 08:22
I would recommend to use QPushButton as it contains the necessary signals required by buttons.