On Montag, 14. November 2016 19:15:46 CET william.croc...@analog.com wrote: > - Restoring window locations to where the user left them... > Just one of a dozen behaviors of a good application > which is not implemented well (if at all) by Qt and, > therefore, has to be implemented by the developer.
It's quite back a while since I used it, but using QWidget::saveGeometry() and restoreGeometry() on the QMainWindow worked well for me. http://doc.qt.io/qt-5/qwidget.html#saveGeometry http://doc.qt.io/qt-5/qwidget.html#restoreGeometry Guenter _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest