Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
how to save window Geometry settings of applicaion if application is not of QWidget type my application is of Qobject type.
if you use some window then you used QWidget (or derivated) and you can save that geometry. Well... I didn't understand well
The QWidget class is the base class of all user interface objects.
Do you have any window visible for user? If not then I assume that you don't need to store window geometry. In other case, I did not understand description of problem...