ProjectWizard

class ProjectWizard : public QWizard

Public Functions

ProjectWizard(QWidget *parent = nullptr)

This is the constructor which adds a fresh new page and sets the window title.

Parameters:

parent

void accept() override

Generates xml file.

void GenerateProject(CreateProjectPage::ProjectInfo &info)

creates a new project.xml file and writes content to it

Parameters:

info

~ProjectWizard()

Destructor.

class cpp

Creates a project.xml file.