#include <AppInfo.h>
Inheritance diagram for AppInfo::
Public Methods | |
AppInfo (QWidget *) | |
Constructor. More... | |
int | getVersionMajor () |
returns major version number. | |
int | getVersionMinor () |
returns minor version number. | |
QString | getVersion () |
returns version string. | |
QString | getAuthor () |
returns author of application. | |
void | about () |
Display about-dialogbox. | |
Private Attributes | |
QWidget * | parent_widget |
Parent widget (used as parent of the about dialog). | |
int | version_major |
Major version number. | |
int | version_minor |
Minor version number. | |
QString | author |
Author. |
Stores version and author of the application and a method to display a info dialogbox.
|
Constructor. Initialises the AppInfo object by setting version und author.
|