Hello,
i save the state of my main window and when i restore it's state it is not working well
my window contains some docked widgets
when i close a dockedWidget it creates a QPlaceHolderItem
and this QPlaceHolderItem is written in that byteArray that QmainWindow::savestate returns
and i think this is why if i have 2 docked widgets of the same type and one is closed
then i click save and then
when i restore the state none of them are showed , because QPlaceHolderItem messes things up .[i think]
Thanks.
Bookmarks