WelcomeDialog

class WelcomeDialog : public QDialog

The WelcomeDialog class will show the user the Welcome windows upon first execution of Iaito.

Upon first execution of Iaito, the WelcomeDialog would be showed to the user. The Welcome dialog would be showed after a reset of Iaito’s preferences by the user.

Public Functions

WelcomeDialog(QWidget *parent = 0)

Constructs a WelcomeDialog object.

Parameters
  • parent:

~WelcomeDialog()

Destroys the WelcomeDialog.