I did what you said. But now I need to set a QPixmap for my subclass.
What can I do in the constructor to replace this part of my code?
Qt Code:
scene->addItem(item);To copy to clipboard, switch view to plain text mode
I did what you said. But now I need to set a QPixmap for my subclass.
What can I do in the constructor to replace this part of my code?
Qt Code:
scene->addItem(item);To copy to clipboard, switch view to plain text mode
pedrohs (5th December 2014)
You saved my life. Thank you.
Bookmarks