aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/qtquick1/qdeclarativeloader/data/Rect120x60.qml
blob: 5a352844c33977f712515c6f1fa59ea855f4691d (plain)
1
2
3
4
5
6
import QtQuick 1.0

Rectangle {
    width: 120
   height:60
}