mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-01 16:41:30 +08:00
9 lines
140 B
QML
9 lines
140 B
QML
import QtQuick 2.15
|
|
import FluentUI 1.0
|
|
|
|
FluViewModel {
|
|
objectName: "TextBoxView"
|
|
property string text1
|
|
property string text2
|
|
}
|