| branch | GCC_SURGE |
| changeset 31 | 5daf16870df6 |
| parent 30 | 5dc02b23752f |
| 27:93b982ccede2 | 31:5daf16870df6 |
|---|---|
1 import Qt 4.7 |
|
2 |
|
3 Rectangle { |
|
4 width: 200; height: 200 |
|
5 Rectangle { |
|
6 objectName: "filler" |
|
7 width: 50; height: 50; color: "blue" |
|
8 anchors.fill: parent; |
|
9 anchors.leftMargin: 10; |
|
10 anchors.rightMargin: 20; |
|
11 anchors.topMargin: 30; |
|
12 anchors.bottomMargin: 40; |
|
13 } |
|
14 } |