Skip to content

Instantly share code, notes, and snippets.

import QtQuick 2.15
import QtQuick.Controls 2.15
Item {
id: workingScreen
property QtObject stateObject
property QtObject viewModel
visible: stateObject.active
Window {
id: root
width: 640
height: 480
visible: true
title: qsTr("Abstract Baking Oven")
signal doTurnOn
signal doStandby