1
0
mirror of https://github.com/zhuzichu520/FluentUI.git synced 2025-03-12 06:49:04 +08:00

9 lines
140 B
QML
Raw Normal View History

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