summaryrefslogtreecommitdiff
path: root/tests/benchmarks/TextAreaBenchmark.qml
blob: a7ddf0c128a063a87267cadf5f5dcd3c5970f6c9 (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.TextArea { text: "This is the text being edited" }
    }
}