Ref T447, utility function to set on top flag

Also a signal when "always on top" was triggered
This commit is contained in:
Klaus Basan
2018-12-11 09:00:15 +01:00
parent c591728e88
commit 08495a7854
6 changed files with 45 additions and 8 deletions

View File

@@ -157,9 +157,12 @@ namespace BlackGui
}
}
//! Toogle window flags / stay on top
//! Toggle window flags / stay on top
static bool toggleStayOnTop(QWidget *widget);
//! Window flags / stay on top
static bool stayOnTop(bool onTop, QWidget *widget);
//! Window on top?
static bool staysOnTop(QWidget *widget);