PDA

View Full Version : Ui Elements (QLineEdit) + QML



NoRulez
1st April 2010, 15:10
Hey @all,

can anybody explain me how to style a QLineEdit for example with QML?

Best Regards
NoRulez

axeljaeger
3rd April 2010, 16:04
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.