FluentUI/Gallery/res/qml/page/T_Test.qml
yxdy a44db97aa3
Some checks failed
Gallery App Build / Windows (push) Has been cancelled
Gallery App Build / macOS (push) Has been cancelled
Gallery App Build / Ubuntu (push) Has been cancelled
init
2025-02-12 10:31:20 +08:00

13 lines
237 B
QML

import QtQuick
import QtQuick.Controls
import FluentUI.Controls
ContentPage {
title: qsTr("This is a test page")
Label{
anchors.centerIn: parent
text: context.argument.info
font: Typography.title
}
}