7 lines
103 B
QML
7 lines
103 B
QML
|
import QtQml
|
||
|
|
||
|
QtObject {
|
||
|
objectName: "astringb"
|
||
|
property int stringLength: objectName.length
|
||
|
}
|