| branch | GCC_SURGE |
| changeset 31 | 5daf16870df6 |
| parent 30 | 5dc02b23752f |
| 27:93b982ccede2 | 31:5daf16870df6 |
|---|---|
1 import Test 1.0 |
|
2 import Qt 4.7 |
|
3 QtObject { |
|
4 default property int intProperty : 10 |
|
5 property bool boolProperty: false |
|
6 property double doubleProperty: -10.1 |
|
7 property real realProperty: -19.9 |
|
8 property string stringProperty: "Hello World!" |
|
9 property color colorProperty: "red" |
|
10 property url urlProperty: "main.qml" |
|
11 property date dateProperty: "1945-09-02" |
|
12 property variant varProperty: "Hello World!" |
|
13 } |