Save & restore window size and position

This commit is contained in:
Roman Mindalev
2013-03-21 00:03:21 +04:00
parent afee36d379
commit e11f1806b6
2 changed files with 23 additions and 1 deletions

View File

@@ -108,6 +108,10 @@ private:
void createTrayIcon();
/** Create system tray menu (or setup the dock menu) */
void createTrayIconMenu();
/** Save window size and position */
void saveWindowGeometry();
/** Restore window size and position */
void restoreWindowGeometry();
public slots:
/** Set number of connections shown in the UI */