Rotate and translate the received bounding rect.
Qt Code:
QRect r; QTransform t; t.rotate(...); t.translate(...);To copy to clipboard, switch view to plain text mode
Rotate and translate the received bounding rect.
Qt Code:
QRect r; QTransform t; t.rotate(...); t.translate(...);To copy to clipboard, switch view to plain text mode
ioannis (22nd May 2009)
Bookmarks