DwmFeatures QML Type

Enables you to manage the Windows DWM features. More...

Import Statement: import QtWinExtras 1.0
Since: QtWinExtras 1.0

Properties

Detailed Description

The DwmFeatures type enables you to extend a glass frame into the client area, as well as to control the behavior of Aero Peek and Flip3D.

Property Documentation

blurBehindEnabled : bool

Specifies whether the blur behind the window client area is enabled.


bottomGlassMargin : int

The bottom glass frame margin. The default value is 0.


excludedFromPeek : bool

Specifies whether the window is excluded from Aero Peek. The default value is false.


flip3DPolicy : QtWin::WindowFlip3DPolicy

The current Flip3D policy for the window.


leftGlassMargin : int

The left glass frame margin. The default value is 0.


peekDisallowed : bool

Set this value to true if you want to forbid Aero Peek when the user hovers the mouse over the window thumbnail. The default value is false.


rightGlassMargin : int

The right glass frame margin. The default value is 0.


topGlassMargin : int

The top glass frame margin. The default value is 0.


© 2019 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.