summaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/declarative/holistic/data/smallTargets/SmallFour.qml
blob: e6ae3e89bda4c6712bd6a33b453a7619d4650e1c (plain)
1
2
3
4
5
6
7
8
import QtQuick 1.0

Text {
    text: "Hello World!"
    font.family: "Helvetica"
    font.pointSize: 24
    color: "red"
}