From d42bd56697c488eeb04c5b2f51a21fb81bc201db Mon Sep 17 00:00:00 2001 From: = Date: Sun, 3 Aug 2025 19:18:26 -0500 Subject: [PATCH] help --- Main.qml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/Main.qml b/Main.qml index e9fcade..aca2f68 100644 --- a/Main.qml +++ b/Main.qml @@ -4,9 +4,9 @@ SPDX-License-Identifier: LGPL-2.0-or-later */ -import QtQuick -import QtQuick.Layouts -import QtQuick.Controls +import QtQuick 2.15 +import QtQuick.Controls 2.15 +import QtQuick.Layouts 1.15 Item { id: mainStack @@ -36,7 +36,9 @@ Item { leftMargin: 10 } height: 50 - background: null + background: Rectangle { + color: "transparent" + } contentItem: Text { text: session.displayText color: "#FFFFFF" @@ -132,7 +134,9 @@ Item { y: 5 width: 955 height: 75 - background: null + background: Rectangle { + color: "transparent" + } font.family: "Rajdhani" font.pointSize: 30 font.bold: true @@ -165,7 +169,9 @@ Item { y: 5 width: 955 height: 75 - background: null + background: Rectangle { + color: "transparent" + } font.family: "Rajdhani" font.pointSize: 30 font.bold: true