Qt 6.11 is out! See what's new in the release
blog
How to make QPushButton auto highlight?
-
Actually i want to make QPushButton auto highlight when clicked, upon clicking i will open a new window/dialog/widget and do some activity, once it done when i close the window/dialog/widget the corresponding qpushbutton should be unhighlighted.
-
Hi
you can set the PushButton as checkable
Then use the checked() to toggle on / off