PDA

View Full Version : circular buttons



moabi
17th March 2010, 19:53
People, i want to build a small system for managing data for schools in my country. i want to use the circular buttons and not just any other button. could anybody help me with such a code? i tried it with css but i am still stuck. please help...

toutarrive
17th March 2010, 20:29
Subclass QPushButton and implement( i.e draw) your circular button in MyButton:: paintEvent ( QPaintEvent *) .

aamer4yu
18th March 2010, 04:28
If you search for "custom button" in the forum, you are likely to land on more than one solution ;)