|
CAD Viewer
|
#include "help.h"


Public Member Functions | |
| Help (QWidget *parent=nullptr) | |
| Constructor for the Help Dialog. More... | |
| ~Help () | |
| Destructor for the Help Dialog. More... | |
Private Attributes | |
| Ui::Help * | ui |
| Pointer to the UI. More... | |
Help Dialog class.
This class is to produce a dialog that helps the user learn how to use the program
|
explicit |
Constructor for the Help Dialog.
| parent | is a pointer to the parent widget |
this configures the dialog box.
| Help::~Help | ( | ) |
Destructor for the Help Dialog.
this deletes the dialog box.
|
private |
Pointer to the UI.