qt6-bb10/qtdeclarative/tests/auto/qml/debugger/qqmlprofilerservice/data/scenegraphTest.qml

14 lines
180 B
QML

import QtQuick.Window 2.0
import QtQuick 2.0
Window
{
Rectangle {
width: 10
height: 10
color: "blue"
}
onFrameSwapped: console.log("tick");
}