Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
14 lines
214 B
QML
14 lines
214 B
QML
import QtQuick 1.0
|
|
import Qt.test 1.0
|
|
|
|
MyQmlObject {
|
|
id: root
|
|
|
|
property int foo: 12
|
|
|
|
property bool test1: foo == 12
|
|
property bool test2: console != 11
|
|
property bool test3: root.console == 11
|
|
}
|
|
|