I have changed my code as follows but it doesnt work at all.
Qt Code:
MyRect m_Dev; MyRect m_Form; QWMatrix m; int x = -( m_Dev.Left() - ((View.left() + View.right()) ) ); int y = -( m_Dev.Top() - ((View.top() + View.bottom()) ) ); m.mapRect(View); m.rotate( -45.0 );To copy to clipboard, switch view to plain text mode





Reply With Quote
Bookmarks