#include <aboutdialog.h>
Public Member Functions | |
| AboutDialog (QWidget *parent=0) | |
| Constructor. | |
| virtual | ~AboutDialog () |
| Destructor. | |
Protected Member Functions | |
| virtual void | changeEvent (QEvent *e) |
| There has been a state change. | |
Private Attributes | |
| Ui::AboutDialog * | m_ui |
| User interface of the about dialog. | |
| AboutDialog::AboutDialog | ( | QWidget * | parent = 0 |
) | [explicit] |
Constructor.
| parent | Parent object |
| void AboutDialog::changeEvent | ( | QEvent * | e | ) | [protected, virtual] |
There has been a state change.
| e | State being changed in this event |
1.5.6