DEBSOURCES
Skip Quicknav
sources / qtdeclarative-opensource-src-gles / 5.15.17%2Bdfsg-1 / tests / benchmarks / qml / librarymetrics_performance / data / mousearea.3.qml
12345678910
import QtQuick 2.0 MouseArea { width: 320 height: 480 property int clickCount: 0 onClicked: { clickCount++; } }