Important: Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct
How to save window Geometry settings of applicaion if application is not of QWidget type
-
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...