Replacing
throughQt Code:
painter.beginNativePainting(); painter.endNativePainting();To copy to clipboard, switch view to plain text mode
fixed it for me!Qt Code:
painter.begin(this); painter.end();To copy to clipboard, switch view to plain text mode
Bookmarks