28 int left = -1,
int top = -1,
29 int right = -1,
int bottom = -1);
This is a helper class for using the Desktop Window Manager functionality on Windows 7 and Windows Vi...
Definition: qtwin.h:23
static bool extendFrameIntoClientArea(QWidget *widget, int left=-1, int top=-1, int right=-1, int bottom=-1)
ExtendFrameIntoClientArea.
Definition: qtwin.cpp:186
static QColor colorizatinColor()
Returns the current colorizationColor for the window.
Definition: qtwin.cpp:218
static bool isCompositionEnabled()
Chekcs and returns true if Windows DWM composition is currently enabled on the system.
Definition: qtwin.cpp:107
static bool enableBlurBehindWindow(QWidget *widget, bool enable=true)
Enables Blur behind on a Widget.
Definition: qtwin.cpp:137