Hi!
I need to have a QLineEdit which has a checkbox besides (left) it.
So what I'd like is something like a QCheckBox, but instead the label, a line edit should be shown.
I already tried something like
But then only the line edit is shown.
Also I don't know how to handle the lineedit, when subclassing QCheckBox
I do not want a checkbox inside the line edit, eg. like the delete buttons (I think in wxwidgets).Code:
{ { //how can I set the lineedit as "content" instead of the label? } }
Thanks in advance!
Olli