1 2 3 4 5 6
import QtQuick 2.15 GetStartedForm { objectName: "getstarted" backButton.onClicked: pageView.pop() }