mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2025-07-07 12:07:40 +08:00
update
This commit is contained in:
@ -7,7 +7,7 @@ import "../component"
|
||||
|
||||
FluScrollablePage{
|
||||
|
||||
title:"StatusLayout"
|
||||
title: qsTr("StatusLayout")
|
||||
|
||||
FluArea{
|
||||
id:layout_actions
|
||||
@ -61,8 +61,12 @@ FluScrollablePage{
|
||||
FluStatusLayout{
|
||||
id:status_view
|
||||
anchors.fill: parent
|
||||
loadingText: qsTr("Loading...")
|
||||
emptyText: qsTr("Empty")
|
||||
errorText: qsTr("The page went wrong...")
|
||||
errorButtonText: qsTr("Reload")
|
||||
onErrorClicked:{
|
||||
showError("点击重新加载")
|
||||
showError("Click Reload")
|
||||
}
|
||||
Rectangle {
|
||||
anchors.fill: parent
|
||||
|
Reference in New Issue
Block a user