Re: adding QPixmap to scene
You have tried those methods and...?
Re: adding QPixmap to scene
Quote:
Originally Posted by
wysota
You have tried those methods and...?
...and the graphic does not get added to the scene. its a calendar app that shows information from a data base added by scene->addText("bla bla") , i see all text info that is added but i cant seem to get the pixmap to be added to the scene. i am sure it is something simple but i havent figured it out.
Re: adding QPixmap to scene
Where are you getting the pixmap from ? Make sure it is set properly in mime data.
Secondly what format is the pixmap ? (png,jpg, etc) may be ur Qt was not compiled for them. Also check if you can display that pixmap on a simple QLabel instead of scene