Hi,
i try to rotate a QRectF like this:
Qt Code:
painter.rotate(270);To copy to clipboard, switch view to plain text mode
but that code don't working. I would be rotate the QRectF at the QRectF center. How can i do that?
Hi,
i try to rotate a QRectF like this:
Qt Code:
painter.rotate(270);To copy to clipboard, switch view to plain text mode
but that code don't working. I would be rotate the QRectF at the QRectF center. How can i do that?
Bookmarks