mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-27 13:49:08 +08:00
update
This commit is contained in:
parent
dbde052d4a
commit
901ca8077e
@ -2261,26 +2261,27 @@ Some contents...</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="qml/page/T_Theme.qml" line="123"/>
|
<location filename="qml/page/T_Theme.qml" line="123"/>
|
||||||
<source>Rounded Window</source>
|
<source>Open Blur Window</source>
|
||||||
|
<oldsource>Rounded Window</oldsource>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="qml/page/T_Theme.qml" line="134"/>
|
<location filename="qml/page/T_Theme.qml" line="123"/>
|
||||||
<source>Open Blur Window</source>
|
<source>Open Blur Window</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="qml/page/T_Theme.qml" line="169"/>
|
<location filename="qml/page/T_Theme.qml" line="158"/>
|
||||||
<source>window tintOpacity</source>
|
<source>window tintOpacity</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="qml/page/T_Theme.qml" line="186"/>
|
<location filename="qml/page/T_Theme.qml" line="175"/>
|
||||||
<source>window blurRadius</source>
|
<source>window blurRadius</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="qml/page/T_Theme.qml" line="146"/>
|
<location filename="qml/page/T_Theme.qml" line="135"/>
|
||||||
<source>window effect</source>
|
<source>window effect</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -2443,26 +2443,27 @@ Some contents...</source>
|
|||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="qml/page/T_Theme.qml" line="123"/>
|
<location filename="qml/page/T_Theme.qml" line="123"/>
|
||||||
<source>Rounded Window</source>
|
<source>Open Blur Window</source>
|
||||||
|
<oldsource>Rounded Window</oldsource>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="qml/page/T_Theme.qml" line="134"/>
|
<location filename="qml/page/T_Theme.qml" line="123"/>
|
||||||
<source>Open Blur Window</source>
|
<source>Open Blur Window</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="qml/page/T_Theme.qml" line="169"/>
|
<location filename="qml/page/T_Theme.qml" line="158"/>
|
||||||
<source>window tintOpacity</source>
|
<source>window tintOpacity</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="qml/page/T_Theme.qml" line="186"/>
|
<location filename="qml/page/T_Theme.qml" line="175"/>
|
||||||
<source>window blurRadius</source>
|
<source>window blurRadius</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="qml/page/T_Theme.qml" line="146"/>
|
<location filename="qml/page/T_Theme.qml" line="135"/>
|
||||||
<source>window effect</source>
|
<source>window effect</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -119,17 +119,6 @@ FluScrollablePage{
|
|||||||
FluTheme.animationEnabled = !FluTheme.animationEnabled
|
FluTheme.animationEnabled = !FluTheme.animationEnabled
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
FluText{
|
|
||||||
text: qsTr("Rounded Window")
|
|
||||||
Layout.topMargin: 20
|
|
||||||
}
|
|
||||||
FluToggleSwitch{
|
|
||||||
Layout.topMargin: 5
|
|
||||||
checked: window.roundCornerEnable
|
|
||||||
onClicked: {
|
|
||||||
window.roundCornerEnable = !window.roundCornerEnable
|
|
||||||
}
|
|
||||||
}
|
|
||||||
FluText{
|
FluText{
|
||||||
text: qsTr("Open Blur Window")
|
text: qsTr("Open Blur Window")
|
||||||
Layout.topMargin: 20
|
Layout.topMargin: 20
|
||||||
|
@ -17,7 +17,7 @@ Window {
|
|||||||
property int blurRadius: 60
|
property int blurRadius: 60
|
||||||
property alias effect: frameless.effect
|
property alias effect: frameless.effect
|
||||||
readonly property alias effective: frameless.effective
|
readonly property alias effective: frameless.effective
|
||||||
readonly property var availableEffects: frameless.availableEffects
|
readonly property alias availableEffects: frameless.availableEffects
|
||||||
property Item appBar: FluAppBar {
|
property Item appBar: FluAppBar {
|
||||||
title: window.title
|
title: window.title
|
||||||
height: 30
|
height: 30
|
||||||
|
@ -16,7 +16,7 @@ Window {
|
|||||||
property int blurRadius: 60
|
property int blurRadius: 60
|
||||||
property alias effect: frameless.effect
|
property alias effect: frameless.effect
|
||||||
readonly property alias effective: frameless.effective
|
readonly property alias effective: frameless.effective
|
||||||
readonly property var availableEffects: frameless.availableEffects
|
readonly property alias availableEffects: frameless.availableEffects
|
||||||
property Item appBar: FluAppBar {
|
property Item appBar: FluAppBar {
|
||||||
title: window.title
|
title: window.title
|
||||||
height: 30
|
height: 30
|
||||||
@ -113,6 +113,8 @@ Window {
|
|||||||
fixSize: window.fixSize
|
fixSize: window.fixSize
|
||||||
topmost: window.stayTop
|
topmost: window.stayTop
|
||||||
disabled: FluApp.useSystemAppBar
|
disabled: FluApp.useSystemAppBar
|
||||||
|
isDarkMode: FluTheme.dark
|
||||||
|
useSystemEffect: !FluTheme.blurBehindWindowEnabled
|
||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
frameless.setHitTestVisible(appBar.layoutMacosButtons)
|
frameless.setHitTestVisible(appBar.layoutMacosButtons)
|
||||||
frameless.setHitTestVisible(appBar.layoutStandardbuttons)
|
frameless.setHitTestVisible(appBar.layoutStandardbuttons)
|
||||||
|
Loading…
Reference in New Issue
Block a user