summaryrefslogtreecommitdiffstats
path: root/examples/declarative/namespaces/simple.qml
blob: 16d981551e32f2973dc023684b9d9b4e1a20c79b (plain)
1
2
3
4
5
<?qtfx namespacepath:http://nokia.com/qml=lib ?>
<Rect id="obj" width="100" height="100" xmlns:bs="BlueStuff" xmlns:rs="http://nokia.com/qml/RedStuff">
 <bs:Rect x="20" y="20" width="50" height="50"/>
 <rs:Rect x="30" y="30" width="50" height="50"/>
</Rect>