mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 16:38:21 -04:00
Set dialog title.
This commit is contained in:
parent
c9b3d182a9
commit
235d0058c9
1 changed files with 1 additions and 0 deletions
|
@ -169,6 +169,7 @@ CheckerWidget::showDetailsDialog( const QList< PrepareEntry >& checkEntries )
|
||||||
mainLayout->addWidget( buttonBox );
|
mainLayout->addWidget( buttonBox );
|
||||||
|
|
||||||
detailsDialog->setModal( true );
|
detailsDialog->setModal( true );
|
||||||
|
detailsDialog->setWindowTitle( tr( "System requirements" ) );
|
||||||
|
|
||||||
connect( buttonBox, &QDialogButtonBox::clicked,
|
connect( buttonBox, &QDialogButtonBox::clicked,
|
||||||
detailsDialog, &QDialog::close );
|
detailsDialog, &QDialog::close );
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue