7 lines
83 B
QML
7 lines
83 B
QML
|
import QtQml
|
||
|
|
||
|
QtObject {
|
||
|
property int ff: 4
|
||
|
onObjectNameChanged: ff = 12
|
||
|
}
|