10 lines
115 B
QML
10 lines
115 B
QML
// Copyright (c) Daniel Gakwaya.
|
|
// SPDX-License-Identifier: MIT
|
|
|
|
import QtQuick
|
|
|
|
Rectangle {
|
|
color: "blue"
|
|
|
|
}
|