[Qt-interest] Why I can use textLabel1->setText( tr( "<p align=\"center\"><font size=\"+3\">YYYY-MM-DD</font></p>" ) ); on arm board

yi xia max.xiayi at gmail.com
Mon Sep 14 19:09:25 CEST 2009


Hi All,

I am using qt-embedded-free-3.3.8b, I use the following configure parameter
to cross-compile the qte

./configure -embedded arm -thread -no-xft -no-ipv6 -no-qvfb -depths
4,8,16,24,32 -no-cups -qt-mouse-linuxtp -qt-gif

now I confirm that for a control such as textLabel1

I can not use textLabel1->setText( tr( "<p align=\"center\"><font
size=\"+3\">YYYY-MM-DD</font></p>" ) );  to set the text
but I can use only textLabel1->setText( tr( YYYY-MM-DD" ) );   to set the
text.

Anybody can tell me what's the reason?

Max

Thanks a lot in advance
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090915/4e6f0331/attachment.html 


More information about the Qt-interest-old mailing list