Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
QCheckBox hide text label
-
hi,
is it posibale to hide or disable the text of the check box ?I want to create a table ofcheck boxs.
I used QTableWidget , each cell contain a QCheckBox.
the problem us that the text is expanding the cells so the checkbox is not in the middale.tanks
-
Hi,
If you just want your QCheckBox in a grid then QGridLayout is likely going to be simpler.