[Qt-interest] Drawing rectangular

Srdjan Todorovic todorovic.s at googlemail.com
Mon Sep 21 17:06:39 CEST 2009


On 21/09/2009, Yuvaraj R <yuvaraj at ongobiz.com> wrote:

> Can u please help how i paint the textbrowser Text ?

Like so:

QString h("hello!");
painter.drawText ( 50, 50, h );

yes?

Srdjan



More information about the Qt-interest-old mailing list