1
0

able to toggle stay on top

This commit is contained in:
Gary Wang
2019-10-06 12:57:38 +08:00
parent 443ec1d8a7
commit 5d35de4e84
2 changed files with 19 additions and 0 deletions

View File

@@ -43,6 +43,8 @@ protected slots:
void closeWindow();
void updateWidgetsPosition();
void toggleProtectedMode();
void toggleStayOnTop();
bool stayOnTop();
private:
QPoint m_oldMousePos;