mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-24 19:50:44 +08:00
update
This commit is contained in:
parent
da9f63eb24
commit
7d1666597f
@ -375,6 +375,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="qml/global/ItemsOriginal.qml" line="318"/>
|
<location filename="qml/global/ItemsOriginal.qml" line="318"/>
|
||||||
<source>TableView</source>
|
<source>TableView</source>
|
||||||
|
<oldsource>TreeView2</oldsource>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@ -2385,6 +2386,14 @@ Some contents...</source>
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>T_TreeView2</name>
|
||||||
|
<message>
|
||||||
|
<location filename="qml/page/T_TreeView2.qml" line="10"/>
|
||||||
|
<source>TreeView2</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>T_Typography</name>
|
<name>T_Typography</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -375,6 +375,7 @@
|
|||||||
<message>
|
<message>
|
||||||
<location filename="qml/global/ItemsOriginal.qml" line="318"/>
|
<location filename="qml/global/ItemsOriginal.qml" line="318"/>
|
||||||
<source>TableView</source>
|
<source>TableView</source>
|
||||||
|
<oldsource>TreeView2</oldsource>
|
||||||
<translation type="unfinished">表格</translation>
|
<translation type="unfinished">表格</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
@ -2468,6 +2469,14 @@ Some contents...</source>
|
|||||||
<translation type="unfinished">共计选中%1条数据</translation>
|
<translation type="unfinished">共计选中%1条数据</translation>
|
||||||
</message>
|
</message>
|
||||||
</context>
|
</context>
|
||||||
|
<context>
|
||||||
|
<name>T_TreeView2</name>
|
||||||
|
<message>
|
||||||
|
<location filename="qml/page/T_TreeView2.qml" line="10"/>
|
||||||
|
<source>TreeView2</source>
|
||||||
|
<translation type="unfinished"></translation>
|
||||||
|
</message>
|
||||||
|
</context>
|
||||||
<context>
|
<context>
|
||||||
<name>T_Typography</name>
|
<name>T_Typography</name>
|
||||||
<message>
|
<message>
|
||||||
|
@ -11,7 +11,7 @@ Popup {
|
|||||||
parent: Overlay.overlay
|
parent: Overlay.overlay
|
||||||
x: Math.round((d.parentWidth - width) / 2)
|
x: Math.round((d.parentWidth - width) / 2)
|
||||||
y: Math.round((d.parentHeight - height) / 2)
|
y: Math.round((d.parentHeight - height) / 2)
|
||||||
closePolicy: Popup.CloseOnEscape
|
closePolicy: Popup.NoAutoClose
|
||||||
enter: Transition {
|
enter: Transition {
|
||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
property: "opacity"
|
property: "opacity"
|
||||||
|
@ -65,7 +65,7 @@ Window {
|
|||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
FluRouter.addWindow(window)
|
FluRouter.addWindow(window)
|
||||||
useSystemAppBar = FluApp.useSystemAppBar
|
useSystemAppBar = FluApp.useSystemAppBar
|
||||||
if(useSystemAppBar && autoCenter){
|
if(!useSystemAppBar && autoCenter){
|
||||||
moveWindowToDesktopCenter()
|
moveWindowToDesktopCenter()
|
||||||
}
|
}
|
||||||
fixWindowSize()
|
fixWindowSize()
|
||||||
|
@ -11,7 +11,7 @@ Popup {
|
|||||||
parent: Overlay.overlay
|
parent: Overlay.overlay
|
||||||
x: Math.round((d.parentWidth - width) / 2)
|
x: Math.round((d.parentWidth - width) / 2)
|
||||||
y: Math.round((d.parentHeight - height) / 2)
|
y: Math.round((d.parentHeight - height) / 2)
|
||||||
closePolicy: Popup.CloseOnEscape
|
closePolicy: Popup.NoAutoClose
|
||||||
enter: Transition {
|
enter: Transition {
|
||||||
NumberAnimation {
|
NumberAnimation {
|
||||||
property: "opacity"
|
property: "opacity"
|
||||||
|
@ -64,7 +64,7 @@ Window {
|
|||||||
Component.onCompleted: {
|
Component.onCompleted: {
|
||||||
FluRouter.addWindow(window)
|
FluRouter.addWindow(window)
|
||||||
useSystemAppBar = FluApp.useSystemAppBar
|
useSystemAppBar = FluApp.useSystemAppBar
|
||||||
if(useSystemAppBar && autoCenter){
|
if(!useSystemAppBar && autoCenter){
|
||||||
moveWindowToDesktopCenter()
|
moveWindowToDesktopCenter()
|
||||||
}
|
}
|
||||||
fixWindowSize()
|
fixWindowSize()
|
||||||
|
Loading…
Reference in New Issue
Block a user