aboutsummaryrefslogtreecommitdiffstats
path: root/tests/benchmarks/qml/librarymetrics_performance/data/text.3.qml
blob: 8e155716872b9a882af001d522dcbff819a1ced8 (plain)
1
2
3
4
5
6
7
import QtQuick 2.0

Text {
    width: 320
    height: 480
    text: "hello, world"
}