Files correlati : cg0.exe cg0700a.msk cg0700b.msk cg3.exe cg4.exe Bug : Commento: Merge 1.0 libraries
14 lines
434 B
QML
14 lines
434 B
QML
import Test 1.0
|
|
import QtQuick 1.0
|
|
QtObject {
|
|
default property int intProperty : 10
|
|
property bool boolProperty: false
|
|
property double doubleProperty: -10.1
|
|
property real realProperty: -19.9
|
|
property string stringProperty: "Hello World!"
|
|
property color colorProperty: "red"
|
|
property url urlProperty: "main.qml"
|
|
property date dateProperty: "1945-09-02"
|
|
property variant varProperty: "Hello World!"
|
|
}
|