PDA

View Full Version : Problem Euro Sign with QLineEdit



Kubil
23rd August 2007, 12:45
Hi All,

i have qlineedit object and qlabel object,
both objects filled with euro sign character.
the qlineedit failed, the euro sign become white space,
but for qlabel is correct,
both object filled with setText(QString& txt) method.
how do i make it correct for qlineedit.

thanks.

wysota
24th August 2007, 04:56
Did you make sure you used Unicode encoding within setText()?