nurupo / ProjectTox-Qt-GUI

A cross-platform front end for ProjectTox Core library, written in C++11 with use of Qt5
GNU General Public License v3.0
341 stars 116 forks source link

Saved mainwindow state and geometry #38

Closed germantux83 closed 11 years ago

germantux83 commented 11 years ago

Set the organization and application name for QSetting. Using QMainWindow's saveGeometry(), saveState(), restoreGeometry() and restoreState() to keep window state and geometry after closing and reopening the application.

nurupo commented 11 years ago

That looks good, although I will have to change a few things after it's merged.