3 State QPushbutton (solved)
General and Desktop
7
Posts
3
Posters
4.2k
Views
2
Watching
-
You would need to create your own button from QAbstractButton and take some inspiration from QCheckBox. But first, why do you need a tristate push button ? It's not something that follows known guidelines
-
I understood Qt Qpushbutton have 2 state: click and unclick. Is it possible to have additional state in QPushbutton?
How to achieve the third state?