I want to rotate my marker in my plot but i cant. Here is my code to adding images to plot:
Qt Code:
symbol->setPixmap(pixmap); marker->setSymbol( symbol); marker->attach(this);To copy to clipboard, switch view to plain text mode
I tried to rotate with QTransform but i couldnt achive. Is there any trick to solve this problem?
Thanks.
Bookmarks