Hello everybody,

OS:Winxp
QT 4.1.3

I can set a color to a lineedit, now i would like to get the color. is this possible?

set color:
ui.l1_le->setPaletteBackgroundColor("yellow");

get color:
?????

Thanks