integrate new tutorial logo

This commit is contained in:
Axel Kohlmeyer
2024-08-11 09:31:09 -04:00
parent fedeeaef24
commit ccd77da836
6 changed files with 9 additions and 4 deletions

View File

@ -1880,6 +1880,11 @@ void LammpsGui::setup_tutorial(int tutno, const QString &dir, bool purgedir, boo
open_file(first);
}
Tutorial1Wizard::Tutorial1Wizard(QWidget *parent) : QWizard(parent)
{
setWindowIcon(QIcon(":/icons/tutorial-logo.png"));
}
// actions to perform when the wizard for tutorial 1 is complete
// and the user has clicked on "Finish"