Hey @all,
can anybody explain me how to style a QLineEdit for example with QML?
Best Regards
NoRulez
Printable View
Hey @all,
can anybody explain me how to style a QLineEdit for example with QML?
Best Regards
NoRulez
That is two completely different worlds. A QML scene lives in a big QWidget and QLineEdit is a widget itself. There is two ways for styling a lineedit: StyleSheets and writing a custom QStyle.