7 lines
72 B
QML
7 lines
72 B
QML
|
pragma Strict
|
||
|
import QtQml
|
||
|
|
||
|
QtObject {
|
||
|
property Variable myOutput
|
||
|
}
|