PDA

View Full Version : saveState()



coderbob
27th March 2008, 10:57
I have noticed in 4.3.3 when using QMainWindow::saveState() my QToolBars do not save their Qt::ToolButtonStyle.

Is this an oversight in saveState() or am I missing something? Everything else restores properly, just not the style.

Bob

jpn
27th March 2008, 11:27
Well, it isn't really a property which has tendency to dynamically change over time like geometrical properties do...

coderbob
27th March 2008, 11:50
Yea, I can see it not being a very dynamic item but figured it was a natural progression to just save it anyways.

Will just save it myself, thanks for the help

Bob