7 lines
88 B
QML
7 lines
88 B
QML
|
import QtQml
|
||
|
import "Test" as T
|
||
|
|
||
|
QtObject {
|
||
|
Component.onCompleted: T.Test.Print()
|
||
|
}
|