PDA

View Full Version : A simple question



bruccutler
6th April 2007, 00:34
Hello,
I need to have a QLineEdit look like a QLabel. No box and similar background color to the QLabel.

How do I do this?
- BRC

wysota
6th April 2007, 08:54
Set the "frame" property to false and modify the "Base" component of the palette. Alternatively apply a "background: transparent; border:0;" stylesheet to the line edit.