Just create a pixmap of the right size and use QPainter:
Qt Code:
for each letter: rect.moveTo( ... ); p.fillRect( rect, ... ); p.end();To copy to clipboard, switch view to plain text mode
Just create a pixmap of the right size and use QPainter:
Qt Code:
for each letter: rect.moveTo( ... ); p.fillRect( rect, ... ); p.end();To copy to clipboard, switch view to plain text mode
Morea (17th November 2006)
Bookmarks