import QtQuick 2.12 import QtQuick.Controls 2.12 ApplicationWindow { id: mainWindow visible: true title: "Test" width: 300 height: 300 Rectangle { color: "red" width: 5 height: 5 } Component.onCompleted: console.log("รค") }