Comments are good.
This commit is contained in:
parent
75d39abcfa
commit
0699c1c86a
@ -21,6 +21,7 @@ InstallerPrompt::InstallerPrompt(QWidget *parent)
|
|||||||
ui->installLubuntu->setAttribute(Qt::WA_TranslucentBackground);
|
ui->installLubuntu->setAttribute(Qt::WA_TranslucentBackground);
|
||||||
ui->installLubuntu->setStyleSheet(css);
|
ui->installLubuntu->setStyleSheet(css);
|
||||||
|
|
||||||
|
// Slots and signals
|
||||||
connect(ui->tryLubuntu, &QAbstractButton::clicked, this, &InstallerPrompt::tryLubuntu);
|
connect(ui->tryLubuntu, &QAbstractButton::clicked, this, &InstallerPrompt::tryLubuntu);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user