refs #750, allow to reset window position of dock widget

This commit is contained in:
Klaus Basan
2016-08-29 18:33:00 +02:00
parent bfd94ea6a8
commit d2aa2e9c1c
4 changed files with 73 additions and 10 deletions

View File

@@ -123,6 +123,9 @@ namespace BlackGui
//! Reset margin settings
void resetSettings();
//! Reset window position
void resetPosition();
//! Set title and internally keep a backup
void setWindowTitle(const QString &title);