|
|
|
@ -151,7 +151,7 @@ PrimeAdWidget::PrimeAdWidget(QWidget* parent) : QFrame(parent) { |
|
|
|
|
main_layout->addSpacing(50); |
|
|
|
|
|
|
|
|
|
QLabel *description = new QLabel(tr("Become a comma prime member at connect.comma.ai")); |
|
|
|
|
description->setStyleSheet("font-size: 60px; font-weight: light; color: white;"); |
|
|
|
|
description->setStyleSheet("font-size: 56px; font-weight: light; color: white;"); |
|
|
|
|
description->setWordWrap(true); |
|
|
|
|
main_layout->addWidget(description, 0, Qt::AlignTop); |
|
|
|
|
|
|
|
|
@ -162,7 +162,7 @@ PrimeAdWidget::PrimeAdWidget(QWidget* parent) : QFrame(parent) { |
|
|
|
|
main_layout->addWidget(features, 0, Qt::AlignBottom); |
|
|
|
|
main_layout->addSpacing(30); |
|
|
|
|
|
|
|
|
|
QVector<QString> bullets = {tr("Remote access"), tr("1 year of storage"), tr("Developer perks")}; |
|
|
|
|
QVector<QString> bullets = {tr("Remote access"), tr("24/7 LTE connectivity"), tr("1 year of drive storage"), tr("Turn-by-turn navigation")}; |
|
|
|
|
for (auto &b: bullets) { |
|
|
|
|
const QString check = "<b><font color='#465BEA'>✓</font></b> "; |
|
|
|
|
QLabel *l = new QLabel(check + b); |
|
|
|
|