AicsKnowledgeBase_client/AicsKnowledgeBase/qml/global/UserData.qml

9 lines
103 B
QML
Raw Normal View History

2023-07-06 19:43:57 +08:00
pragma Singleton
import QtQuick
QtObject {
property string username
property string userId
}