Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
14 lines
318 B
QML
14 lines
318 B
QML
import Test 1.0
|
|
import QtQuick 1.0
|
|
import QtQuick 1.0 as Qt47
|
|
|
|
QtObject {
|
|
property QtObject objectProperty
|
|
property QtObject objectProperty2
|
|
objectProperty2: QtObject {}
|
|
|
|
property MyComponent myComponentProperty
|
|
property MyComponent myComponentProperty2
|
|
myComponentProperty2: MyComponent {}
|
|
}
|