update pairing text

old-commit-hash: 7948653605a2085015bfe599da79d15babba1be7
This commit is contained in:
Willem Melching
2021-01-19 13:47:36 +01:00
parent d37a4bc065
commit b71615fc54
+3 -3
View File
@@ -27,7 +27,7 @@ PairingQRWidget::PairingQRWidget(QWidget* parent) : QWidget(parent) {
QVBoxLayout* v = new QVBoxLayout;
v->addWidget(qrCode, 0, Qt::AlignCenter);
setLayout(v);
QTimer* timer = new QTimer(this);
timer->start(30 * 1000);// HaLf a minute
connect(timer, SIGNAL(timeout()), this, SLOT(refresh()));
@@ -184,8 +184,8 @@ SetupWidget::SetupWidget(QWidget* parent) : QWidget(parent) {
)");
QObject::connect(finishButton, SIGNAL(released()), this, SLOT(showQrCode()));
finishRegistationLayout->addWidget(finishButton);
QLabel* registrationDescription = new QLabel("Pair your comma account with comma connect", this);
QLabel* registrationDescription = new QLabel("Pair your device with comma connect app", this);
registrationDescription->setStyleSheet(R"(
font-size: 50px;
)");