aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickrectangle/data/color.qml
blob: 56b83d11c77a78e3af71dbe795148605c1daa337 (plain)
1
2
3
4
5
6
7
8
import QtQuick 2.0

Rectangle {
    width: 100
    height: 100
    color: '#020202'
}