TG-PlatformPlus/qml/debug/gviewer/Modelsetting.qml

15 lines
160 B
QML
Raw Permalink Normal View History

2026-03-02 14:29:58 +08:00
import QtQuick
import QtQuick.Layouts
import QtQuick.Controls
Rectangle {
id: self
radius: 9
clip: true
Component.onCompleted: {
}
}