summaryrefslogtreecommitdiff
path: root/tests/benchmarks/TextFieldBenchmark.qml
blob: 38309ad2d8d15aca7b52d3c3d419b5e35d9d2ce9 (plain)
1
2
3
4
5
6
7
8
9
import QtQuick 1.0
import QmlTime 1.0 as QmlTime
import "../../components" as QtComponents

Item {
    QmlTime.Timer {
        component: QtComponents.TextField { text: "This is the text being edited" }
    }
}