change name
This commit is contained in:
parent
f92446678c
commit
c0fc9f735d
|
|
@ -263,7 +263,7 @@ void CustomWidget::drawStatusInfo(QPainter &painter)
|
||||||
painter.setFont(titleFont);
|
painter.setFont(titleFont);
|
||||||
painter.setPen(QColor(255, 255, 255));
|
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);
|
QRect titleRect(0, 20, width(), 40);
|
||||||
painter.drawText(titleRect, Qt::AlignCenter, title);
|
painter.drawText(titleRect, Qt::AlignCenter, title);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue