Qt 6.11 is out! See what's new in the release
blog
Is it possible to implement this UI with qt checkbox qss?
-
Hi,
You can use images for each state of your checkbox. See the documentation example.
-
Hi,
You can use images for each state of your checkbox. See the documentation example.
-
You can also subclass QCheckBox and do the painting yourself.
