| branch | GCC_SURGE |
| changeset 31 | 5daf16870df6 |
| parent 30 | 5dc02b23752f |
| 27:93b982ccede2 | 31:5daf16870df6 |
|---|---|
1 import Test 1.0 |
|
2 import Qt 4.7 |
|
3 import Qt 4.7 as Qt47 |
|
4 |
|
5 QtObject { |
|
6 property QtObject objectProperty |
|
7 property QtObject objectProperty2 |
|
8 objectProperty2: QtObject {} |
|
9 |
|
10 property MyComponent myComponentProperty |
|
11 property MyComponent myComponentProperty2 |
|
12 myComponentProperty2: MyComponent {} |
|
13 } |