TG-PlatformPlus/qml/Instruction/common/BaseCommon.qml

12 lines
198 B
QML
Raw Permalink Normal View History

2026-03-02 14:29:58 +08:00
import QtQuick
import QtQuick.Controls
Item
{
id: self
Component.onCompleted:{
appendItem(self)
}
property var title: ""
property var key: ""
property var value: ""
}