mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-03 16:45:24 +08:00
update
This commit is contained in:
@ -21,7 +21,8 @@ FluWindow {
|
||||
}
|
||||
}
|
||||
closeListener: function(event){
|
||||
event.accepted = true
|
||||
visible = false
|
||||
event.accepted = false
|
||||
}
|
||||
function showDialog(){
|
||||
var x = transientParent.x + (transientParent.width - width)/2
|
||||
|
@ -21,7 +21,8 @@ FluWindow {
|
||||
}
|
||||
}
|
||||
closeListener: function(event){
|
||||
event.accepted = true
|
||||
visible = false
|
||||
event.accepted = false
|
||||
}
|
||||
function showDialog(){
|
||||
var x = transientParent.x + (transientParent.width - width)/2
|
||||
|
@ -64,11 +64,7 @@
|
||||
<context>
|
||||
<name>FluCalendarPicker</name>
|
||||
<message>
|
||||
<location filename="Qt5/imports/FluentUI/Controls/FluCalendarPicker.qml" line="11"/>
|
||||
<source>Please select a date</source>
|
||||
<translation type="unfinished"></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Qt5/imports/FluentUI/Controls/FluCalendarPicker.qml" line="12"/>
|
||||
<location filename="Qt6/imports/FluentUI/Controls/FluCalendarPicker.qml" line="11"/>
|
||||
<source>Pick a date</source>
|
||||
<translation type="unfinished"></translation>
|
||||
|
@ -64,11 +64,11 @@
|
||||
<context>
|
||||
<name>FluCalendarPicker</name>
|
||||
<message>
|
||||
<location filename="Qt5/imports/FluentUI/Controls/FluCalendarPicker.qml" line="11"/>
|
||||
<source>Please select a date</source>
|
||||
<translation type="unfinished">请选择日期</translation>
|
||||
<translation type="obsolete">请选择日期</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="Qt5/imports/FluentUI/Controls/FluCalendarPicker.qml" line="12"/>
|
||||
<location filename="Qt6/imports/FluentUI/Controls/FluCalendarPicker.qml" line="11"/>
|
||||
<source>Pick a date</source>
|
||||
<translation type="unfinished">选择日期</translation>
|
||||
|
Reference in New Issue
Block a user