From 5e1c012c539e74804454d45a1b945093afdb8f4f Mon Sep 17 00:00:00 2001 From: Zhao Yuhang <2546789017@qq.com> Date: 周日, 09 2月 2025 11:15:59 +0800 Subject: [PATCH] apply some fixes and workarounds --- examples/qml/main.qml | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/examples/qml/main.qml b/examples/qml/main.qml index ff034e9..315064d 100644 --- a/examples/qml/main.qml +++ b/examples/qml/main.qml @@ -1,6 +1,6 @@ import QtQuick 2.15 import QtQuick.Window 2.15 -import QtQuick.Controls 2.15 +import QtQuick.Controls.Basic 2.15 import Qt.labs.platform 1.1 import QWindowKit 1.0 @@ -144,6 +144,7 @@ color: "#FEFEFE" Component.onCompleted: { if ($curveRenderingAvailable) { + console.log("Curve rendering for text is available.") timeLabel.renderType = Text.CurveRendering } } -- Gitblit v1.9.1