How can I add a checkbox to a QToolbar? You can add a QAction and setCheckable(true) on it, but that gives a toggle button rather than an actual checkbox.
QToolbar
QAction
setCheckable(true)
2.1m questions
2.1m answers
60 comments
57.0k users