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