mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-26 06:21:29 -04:00
Added background image to the last page too
This commit is contained in:
parent
ef38fae09d
commit
eb04fa85b7
@ -9,6 +9,7 @@ Wizard::ConclusionPage::ConclusionPage(MainWizard *wizard) :
|
|||||||
mWizard(wizard)
|
mWizard(wizard)
|
||||||
{
|
{
|
||||||
setupUi(this);
|
setupUi(this);
|
||||||
|
setPixmap(QWizard::WatermarkPixmap, QPixmap(QLatin1String(":/images/intropage-background.png")));
|
||||||
}
|
}
|
||||||
|
|
||||||
void Wizard::ConclusionPage::initializePage()
|
void Wizard::ConclusionPage::initializePage()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user