1
0
mirror of https://github.com/zhuzichu520/FluentUI.git synced 2025-03-13 07:21:47 +08:00

9 lines
131 B
QML
Raw Normal View History

2023-09-12 22:55:42 +08:00
import QtQuick
import FluentUI
FluViewModel {
objectName: "TextBoxView"
property string text1
property string text2
}