Hello, I need a checkbox without text label . and When click it , there is nothing too in the text label position. I tried to make the text empty . But it is not what I want . So anyone do this? Please give me some suggest.
Thank you.
Hello, I need a checkbox without text label . and When click it , there is nothing too in the text label position. I tried to make the text empty . But it is not what I want . So anyone do this? Please give me some suggest.
Thank you.
Now I use a QPushButton instead of QCheckbox. And make the button isChecked true. also set different icon that likes checkbox different status for the push button.