Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
10 lines
223 B
QML
10 lines
223 B
QML
import QtQuick 1.0
|
|
|
|
QtObject {
|
|
property variant test1: Qt.point(19, 34);
|
|
property variant test2: Qt.point(-3, 109.2);
|
|
property variant test3: Qt.point(-3);
|
|
property variant test4: Qt.point(-3, 109.2, 1);
|
|
}
|
|
|