mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-23 11:17:15 +08:00
update
This commit is contained in:
parent
dfc579ef3e
commit
f4e36241ba
@ -137,6 +137,7 @@ if(WIN32)
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
#复制FluentUI源码到运行目录下,用于脚手架生成
|
||||||
file(MAKE_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/source/)
|
file(MAKE_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/source/)
|
||||||
file(COPY ${CMAKE_SOURCE_DIR}/src/ DESTINATION ${APPLICATION_DIR_PATH}/source/)
|
file(COPY ${CMAKE_SOURCE_DIR}/src/ DESTINATION ${APPLICATION_DIR_PATH}/source/)
|
||||||
|
|
||||||
|
@ -25,20 +25,20 @@
|
|||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="qml/window/CrashWindow.qml" line="48"/>
|
<location filename="qml/window/CrashWindow.qml" line="50"/>
|
||||||
<location filename="qml-Qt6/window/CrashWindow.qml" line="48"/>
|
<location filename="qml-Qt6/window/CrashWindow.qml" line="50"/>
|
||||||
<source>We apologize for the inconvenience caused by an unexpected error</source>
|
<source>We apologize for the inconvenience caused by an unexpected error</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="qml/window/CrashWindow.qml" line="60"/>
|
<location filename="qml/window/CrashWindow.qml" line="62"/>
|
||||||
<location filename="qml-Qt6/window/CrashWindow.qml" line="60"/>
|
<location filename="qml-Qt6/window/CrashWindow.qml" line="62"/>
|
||||||
<source>Report Logs</source>
|
<source>Report Logs</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="qml/window/CrashWindow.qml" line="70"/>
|
<location filename="qml/window/CrashWindow.qml" line="72"/>
|
||||||
<location filename="qml-Qt6/window/CrashWindow.qml" line="70"/>
|
<location filename="qml-Qt6/window/CrashWindow.qml" line="72"/>
|
||||||
<source>Restart Program</source>
|
<source>Restart Program</source>
|
||||||
<translation type="unfinished"></translation>
|
<translation type="unfinished"></translation>
|
||||||
</message>
|
</message>
|
||||||
|
@ -25,20 +25,20 @@
|
|||||||
<translation type="unfinished">友情提示</translation>
|
<translation type="unfinished">友情提示</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="qml/window/CrashWindow.qml" line="48"/>
|
<location filename="qml/window/CrashWindow.qml" line="50"/>
|
||||||
<location filename="qml-Qt6/window/CrashWindow.qml" line="48"/>
|
<location filename="qml-Qt6/window/CrashWindow.qml" line="50"/>
|
||||||
<source>We apologize for the inconvenience caused by an unexpected error</source>
|
<source>We apologize for the inconvenience caused by an unexpected error</source>
|
||||||
<translation type="unfinished">对于意外错误给您带来的不便,我们深表歉意</translation>
|
<translation type="unfinished">对于意外错误给您带来的不便,我们深表歉意</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="qml/window/CrashWindow.qml" line="60"/>
|
<location filename="qml/window/CrashWindow.qml" line="62"/>
|
||||||
<location filename="qml-Qt6/window/CrashWindow.qml" line="60"/>
|
<location filename="qml-Qt6/window/CrashWindow.qml" line="62"/>
|
||||||
<source>Report Logs</source>
|
<source>Report Logs</source>
|
||||||
<translation type="unfinished">上报日志</translation>
|
<translation type="unfinished">上报日志</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="qml/window/CrashWindow.qml" line="70"/>
|
<location filename="qml/window/CrashWindow.qml" line="72"/>
|
||||||
<location filename="qml-Qt6/window/CrashWindow.qml" line="70"/>
|
<location filename="qml-Qt6/window/CrashWindow.qml" line="72"/>
|
||||||
<source>Restart Program</source>
|
<source>Restart Program</source>
|
||||||
<translation type="unfinished">重启程序</translation>
|
<translation type="unfinished">重启程序</translation>
|
||||||
</message>
|
</message>
|
||||||
@ -497,7 +497,7 @@
|
|||||||
<location filename="qml/global/ItemsOriginal.qml" line="363"/>
|
<location filename="qml/global/ItemsOriginal.qml" line="363"/>
|
||||||
<location filename="qml-Qt6/global/ItemsOriginal.qml" line="363"/>
|
<location filename="qml-Qt6/global/ItemsOriginal.qml" line="363"/>
|
||||||
<source>Chart</source>
|
<source>Chart</source>
|
||||||
<translation type="unfinished">表格</translation>
|
<translation type="unfinished">图表</translation>
|
||||||
</message>
|
</message>
|
||||||
<message>
|
<message>
|
||||||
<location filename="qml/global/ItemsOriginal.qml" line="366"/>
|
<location filename="qml/global/ItemsOriginal.qml" line="366"/>
|
||||||
|
@ -27,8 +27,8 @@ Item {
|
|||||||
height: d.isVertical ? d.parentHeight : spacing*2+size
|
height: d.isVertical ? d.parentHeight : spacing*2+size
|
||||||
FluRectangle{
|
FluRectangle{
|
||||||
color: FluTheme.dividerColor
|
color: FluTheme.dividerColor
|
||||||
width: d.isVertical ? size : d.parentWidth
|
width: d.isVertical ? size : control.width
|
||||||
height: d.isVertical ? d.parentHeight : size
|
height: d.isVertical ? control.height : size
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -27,8 +27,8 @@ Item {
|
|||||||
height: d.isVertical ? d.parentHeight : spacing*2+size
|
height: d.isVertical ? d.parentHeight : spacing*2+size
|
||||||
FluRectangle{
|
FluRectangle{
|
||||||
color: FluTheme.dividerColor
|
color: FluTheme.dividerColor
|
||||||
width: d.isVertical ? size : d.parentWidth
|
width: d.isVertical ? size : control.width
|
||||||
height: d.isVertical ? d.parentHeight : size
|
height: d.isVertical ? control.height : size
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user