6 lines
63 B
QML
6 lines
63 B
QML
|
import QtQuick
|
||
|
|
||
|
Item {
|
||
|
objectName: "CustomComponent.qml"
|
||
|
}
|