Your code does not work becauseis at the wrong place. You have to put in inside the initPic method.Qt Code:
connect(item, SIGNAL(destroyed()),this,SLOT(ReCreate())To copy to clipboard, switch view to plain text mode
Your code does not work becauseis at the wrong place. You have to put in inside the initPic method.Qt Code:
connect(item, SIGNAL(destroyed()),this,SLOT(ReCreate())To copy to clipboard, switch view to plain text mode
Thanks a lot. It works now.
Bookmarks