![]() |
KurusView
1.0
|
Dialog object - inherits from QDialog, simple wrapper. More...
#include <dialog.h>
Public Member Functions | |
Dialog (QWidget *parent=nullptr) | |
Dialog constructor. More... | |
~Dialog () | |
destructor. | |
Dialog object - inherits from QDialog, simple wrapper.
|
explicit |
Dialog constructor.
parent | - the the parent widget. It is often used with *this so explicit. Defaults to null. |