[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: QT Question
- To: developer at arabeyes dot org
- Subject: Re: QT Question
- From: Hasanen Naufal <family at warkaa dot net>
- Date: Sun, 8 Dec 2002 13:07:50 +0300
- User-agent: KMail/1.4.3
On Sunday 08 December 2002 12:47, Mohammed Yousif wrote:
> You can also use:
> label->setText(QString::fromUtf8(txt)); if text is a QString
> or
> label->setText(QString::fromUtf8((QString)txt)); if text is not a QString
thanks , that is very helpfull.
but can i enter an arabic text in the 'txt' variable ? in KDevelop i can write
any thing in arabic. but i can do it in KWrite for example.
anyway these responses helped me very much.
thank you all.