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.
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.