[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: QT Question




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.