Hi,

I have an application that have one QDockWidget. The application have two user types and the widgets are moved to different positions depending on the current user. The user can move and resize the Dock. Then, using a shortCut I change the features of the Dock to not let the user move or resize the Dock(with this I can define the user GUI and lock it), but if I change the user to the second one and return to the first, the features(closeable, floatable,...) of the Dock are not restored.
I use saveState and restoreState for the different users, but only the position and size are restored.
So, the features of the Dock are not stored?

Thanks,