From dbde052d4adcfd3b36bf14a7a36331b69024cd48 Mon Sep 17 00:00:00 2001 From: jeffrey0326 <547913081@qq.com> Date: Fri, 30 Aug 2024 23:41:06 +0800 Subject: [PATCH] update --- example/example_en_US.ts | 6 +++--- example/example_zh_CN.ts | 6 +++--- src/Qt5/imports/FluentUI/plugins.qmltypes | 12 +++++++----- 3 files changed, 13 insertions(+), 11 deletions(-) diff --git a/example/example_en_US.ts b/example/example_en_US.ts index d95df3a9..2ed0bd6b 100644 --- a/example/example_en_US.ts +++ b/example/example_en_US.ts @@ -2270,17 +2270,17 @@ Some contents... - + window tintOpacity - + window blurRadius - + window effect diff --git a/example/example_zh_CN.ts b/example/example_zh_CN.ts index 28aaae56..9d48f812 100644 --- a/example/example_zh_CN.ts +++ b/example/example_zh_CN.ts @@ -2452,17 +2452,17 @@ Some contents... - + window tintOpacity - + window blurRadius - + window effect diff --git a/src/Qt5/imports/FluentUI/plugins.qmltypes b/src/Qt5/imports/FluentUI/plugins.qmltypes index 4dbcf477..3981b4aa 100644 --- a/src/Qt5/imports/FluentUI/plugins.qmltypes +++ b/src/Qt5/imports/FluentUI/plugins.qmltypes @@ -153,6 +153,8 @@ Module { Property { name: "effect"; type: "string" } Property { name: "effective"; type: "bool"; isReadonly: true } Property { name: "availableEffects"; type: "QStringList"; isReadonly: true } + Property { name: "isDarkMode"; type: "bool" } + Property { name: "useSystemEffect"; type: "bool" } Method { name: "showFullScreen" } Method { name: "showMaximized" } Method { name: "showMinimized" } @@ -2774,7 +2776,7 @@ Module { } Property { name: "layoutMacosButtons" - type: "FluLoader_QMLTYPE_18" + type: "FluLoader_QMLTYPE_11" isReadonly: true isPointer: true } @@ -3467,15 +3469,15 @@ Module { defaultProperty: "data" Property { name: "logo"; type: "QUrl" } Property { name: "title"; type: "string" } - Property { name: "items"; type: "FluObject_QMLTYPE_130"; isPointer: true } - Property { name: "footerItems"; type: "FluObject_QMLTYPE_130"; isPointer: true } + Property { name: "items"; type: "FluObject_QMLTYPE_176"; isPointer: true } + Property { name: "footerItems"; type: "FluObject_QMLTYPE_176"; isPointer: true } Property { name: "displayMode"; type: "int" } Property { name: "autoSuggestBox"; type: "QQmlComponent"; isPointer: true } Property { name: "actionItem"; type: "QQmlComponent"; isPointer: true } Property { name: "topPadding"; type: "int" } Property { name: "pageMode"; type: "int" } - Property { name: "navItemRightMenu"; type: "FluMenu_QMLTYPE_40"; isPointer: true } - Property { name: "navItemExpanderRightMenu"; type: "FluMenu_QMLTYPE_40"; isPointer: true } + Property { name: "navItemRightMenu"; type: "FluMenu_QMLTYPE_48"; isPointer: true } + Property { name: "navItemExpanderRightMenu"; type: "FluMenu_QMLTYPE_48"; isPointer: true } Property { name: "navCompactWidth"; type: "int" } Property { name: "navTopMargin"; type: "int" } Property { name: "cellHeight"; type: "int" }