Label with rich Text
   oLabel := QLabel():New( QT_PTROF( oWnd ) )
   oLabel:SetTextFormat(1)  //0 text plain  1 RichText
   oLabel:SetText( "<font color='Blue' size=6 >Testing <i>Label</i> in
<b>HbQt</b></font>" )
   oLabel:ReSize( 300,30 )
   oLabel:Move( 50 , 50 )
   oLabel:Show()

Regards
CdQ

-- 
QAC (I want something comfortable !!!) - Incremental Compilation with all
MiniGUIs versions
QAC (Quiero Algo Cómodo !!!) - Compilación Incremental con todas las
versiones de MiniGUI

Download: www.CarozoDeQuilmes.com.ar
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to