Files
qt6-qml-for-beginners/Qt6QMLBeginnersCode/8-QtQuickControls/21-ApplicationWindow/Page3.qml
2025-09-28 17:05:51 +08:00

10 lines
115 B
QML

// Copyright (c) Daniel Gakwaya.
// SPDX-License-Identifier: MIT
import QtQuick
Rectangle {
color: "blue"
}