PDA

View Full Version : static buttons



dorians58
11th August 2010, 12:29
Hi all;

When I click the button it goes down. How can I create a static button, I mean when I click on that it stays motionless?

Thanks in advance

aamer4yu
11th August 2010, 12:31
Try using QPushButton::setFlat

dorians58
11th August 2010, 12:55
Thanks for reply.
Have already tried that but when I click there is still an effect of going down.

saa7_go
11th August 2010, 13:33
Maybe, you can subclass QLabel and reimplement mousePressEvent().