aboutsummaryrefslogtreecommitdiffstats
path: root/src/imports/winextras/plugins.qmltypes
diff options
context:
space:
mode:
Diffstat (limited to 'src/imports/winextras/plugins.qmltypes')
-rw-r--r--src/imports/winextras/plugins.qmltypes9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/imports/winextras/plugins.qmltypes b/src/imports/winextras/plugins.qmltypes
index 2c4c390..fff1181 100644
--- a/src/imports/winextras/plugins.qmltypes
+++ b/src/imports/winextras/plugins.qmltypes
@@ -26,6 +26,7 @@ Module {
Property { name: "excludedFromPeek"; type: "bool" }
Property { name: "peekDisallowed"; type: "bool" }
Property { name: "flip3DPolicy"; type: "QQuickWin::WindowFlip3DPolicy" }
+ Property { name: "nonClientAreaRenderingPolicy"; type: "QQuickWin::WindowNonClientRenderingPolicy" }
}
Component {
name: "QQuickJumpList"
@@ -144,6 +145,14 @@ Module {
"FlipExcludeAbove": 2
}
}
+ Enum {
+ name: "WindowNonClientRenderingPolicy"
+ values: {
+ "NonClientRenderingUseWindowStyle": 0,
+ "NonClientRenderingDisabled": 1,
+ "NonClientRenderingEnabled": 2
+ }
+ }
}
Component {
name: "QWinTaskbarProgress"