sorry.. found the solution myself
Qt Code:
p.drawPixmap( 0, 0, *(dynamic_cast<QPixmap*>(m_imageList.first())));To copy to clipboard, switch view to plain text mode
not realy nice to read actualy![]()
sorry.. found the solution myself
Qt Code:
p.drawPixmap( 0, 0, *(dynamic_cast<QPixmap*>(m_imageList.first())));To copy to clipboard, switch view to plain text mode
not realy nice to read actualy![]()
IMO this should be enough:Qt Code:
p.drawPixmap( 0, 0, *(m_imageList.first()));To copy to clipboard, switch view to plain text mode
Bookmarks