change name

This commit is contained in:
ubuntu1804 2025-11-08 12:35:24 +08:00
parent f92446678c
commit c0fc9f735d
1 changed files with 1 additions and 1 deletions

View File

@ -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);