diff options
author | João Barbosa <joao.paulo.barbosa@gmail.com> | 2018-08-31 23:08:07 +0100 |
---|---|---|
committer | João Barbosa <joao.paulo.barbosa@gmail.com> | 2018-11-05 11:21:50 +0000 |
commit | 5796671e1dd8a2d0b1e750c2dce19a10af624095 (patch) | |
tree | 48272a806dbdbb5cd0b2b09e32ac795fdd0e6040 /src/qt/guiutil.h | |
parent | 6b1d2972bf9a40f97ba3a5c95831fd179b1054cf (diff) |
qt: Add GUIUtil::bringToFront
Diffstat (limited to 'src/qt/guiutil.h')
-rw-r--r-- | src/qt/guiutil.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/qt/guiutil.h b/src/qt/guiutil.h index 011827e134..f1d0aa48ef 100644 --- a/src/qt/guiutil.h +++ b/src/qt/guiutil.h @@ -115,6 +115,9 @@ namespace GUIUtil // Determine whether a widget is hidden behind other windows bool isObscured(QWidget *w); + // Activate, show and raise the widget + void bringToFront(QWidget* w); + // Open debug.log void openDebugLogfile(); |