| branch | GCC_SURGE |
| changeset 31 | 5daf16870df6 |
| parent 30 | 5dc02b23752f |
| 27:93b982ccede2 | 31:5daf16870df6 |
|---|---|
1 import Qt 4.7 |
|
2 |
|
3 Item { |
|
4 width: 640 |
|
5 height: 480 |
|
6 Column { |
|
7 objectName: "column" |
|
8 Rectangle { |
|
9 objectName: "one" |
|
10 color: "red" |
|
11 width: 50 |
|
12 height: 50 |
|
13 } |
|
14 Rectangle { |
|
15 objectName: "two" |
|
16 color: "red" |
|
17 width: 20 |
|
18 height: 10 |
|
19 } |
|
20 Rectangle { |
|
21 objectName: "three" |
|
22 color: "red" |
|
23 width: 40 |
|
24 height: 20 |
|
25 } |
|
26 } |
|
27 } |