Window displaying program version and authors. More...
#include <aboutwindow.h>
Public Member Functions | |
| AboutWindow (QWidget *parent=0, const char *name=0) | |
| ~AboutWindow () | |
Private Attributes | |
| IconCache * | ic |
Window displaying program version and authors.
Class representing about window.
Display authors, application name, version and some info.
| gui::AboutWindow::AboutWindow | ( | QWidget * | parent = 0, |
|
| const char * | name = 0 | |||
| ) |
constructor of AboutWindow, creates window and fills it with elements, parameters are ignored
| parent | Parent window of this dialog | |
| name | Name of this window (used only for debugging |
References gui::app, COMPILE_TIME, gui::IconCache::getIcon(), and ic.
| gui::AboutWindow::~AboutWindow | ( | ) |
default destructor
IconCache* gui::AboutWindow::ic [private] |
Iconcache, must exist as long as the window exists
Referenced by AboutWindow().