7 lines
90 B
QML
7 lines
90 B
QML
|
import QtQml
|
||
|
|
||
|
QtObject {
|
||
|
id: control
|
||
|
property alias onLabel: control.objectName
|
||
|
}
|