From c0fc9f735d636b7219f48bf7263cfa2dd210fdf4 Mon Sep 17 00:00:00 2001 From: ubuntu1804 Date: Sat, 8 Nov 2025 12:35:24 +0800 Subject: [PATCH] change name --- src/customwidget.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/customwidget.cpp b/src/customwidget.cpp index 6c0d9a9..401e998 100644 --- a/src/customwidget.cpp +++ b/src/customwidget.cpp @@ -263,7 +263,7 @@ void CustomWidget::drawStatusInfo(QPainter &painter) painter.setFont(titleFont); painter.setPen(QColor(255, 255, 255)); - QString title = "Qt Screen Lock Demo - Painting Active"; + QString title = "Screen Lock Detector - Painting Active"; QRect titleRect(0, 20, width(), 40); painter.drawText(titleRect, Qt::AlignCenter, title);