Did u try something like this inside the paint( ) function? So you can set the appropriate font.
Qt Code:
painter->drawText(rect, Qt::AlignCenter, ("Qt by\nTrolltech"));To copy to clipboard, switch view to plain text mode
Did u try something like this inside the paint( ) function? So you can set the appropriate font.
Qt Code:
painter->drawText(rect, Qt::AlignCenter, ("Qt by\nTrolltech"));To copy to clipboard, switch view to plain text mode
Bookmarks