import QtQuick 6.8 import QtQuick.Controls 6.8 as QC QC.ApplicationWindow { visible: true background: Rectangle { color: Colors.background } }