|
|
@ -198,7 +198,7 @@ PrimeAdWidget::PrimeAdWidget(QWidget* parent) : QFrame(parent) { |
|
|
|
main_layout->addWidget(features, 0, Qt::AlignBottom); |
|
|
|
main_layout->addWidget(features, 0, Qt::AlignBottom); |
|
|
|
main_layout->addSpacing(30); |
|
|
|
main_layout->addSpacing(30); |
|
|
|
|
|
|
|
|
|
|
|
QVector<QString> bullets = {"Remote access", "14 days of storage", "Developer perks"}; |
|
|
|
QVector<QString> bullets = {"Remote access", "1 year of storage", "Developer perks"}; |
|
|
|
for (auto &b: bullets) { |
|
|
|
for (auto &b: bullets) { |
|
|
|
const QString check = "<b><font color='#465BEA'>✓</font></b> "; |
|
|
|
const QString check = "<b><font color='#465BEA'>✓</font></b> "; |
|
|
|
QLabel *l = new QLabel(check + b); |
|
|
|
QLabel *l = new QLabel(check + b); |
|
|
|