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
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
Try using QPushButton::setFlat
Thanks for reply.
Have already tried that but when I click there is still an effect of going down.
Maybe, you can subclass QLabel and reimplement mousePressEvent().
Bookmarks