|
QElectroTech
0.70
|
#include <aboutqet.h>
Public Member Functions | |
| AboutQET (QWidget *=nullptr) | |
| AboutQET::AboutQET. More... | |
| ~AboutQET () override | |
Private Member Functions | |
| AboutQET (AboutQET &) | |
| QWidget * | titleTab () const |
| QWidget * | aboutTab () const |
| QWidget * | authorsTab () const |
| QWidget * | translatorsTab () const |
| QWidget * | contributorsTab () const |
| QWidget * | licenseTab () const |
| void | addAuthor (QLabel *, const QString &, const QString &, const QString &) const |
This class represents the "About QElectroTech" dialog.
Definition at line 25 of file aboutqet.h.
| AboutQET::AboutQET | ( | QWidget * | parent = nullptr | ) |
| parent |
Definition at line 33 of file aboutqet.cpp.
References aboutTab(), authorsTab(), contributorsTab(), licenseTab(), titleTab(), QET::Icons::tr, and translatorsTab().
|
override |
Destructeur
Definition at line 68 of file aboutqet.cpp.
|
private |
|
private |
Definition at line 113 of file aboutqet.cpp.
References QET::Icons::tr.
Referenced by AboutQET().
|
private |
Adds a person to the list of authors
| label | QLabel which will add the person |
| name | Name of person |
| E-mail address of the person | |
| work | Function / work done by the person |
Definition at line 259 of file aboutqet.cpp.
Referenced by authorsTab(), contributorsTab(), and translatorsTab().
|
private |
Definition at line 133 of file aboutqet.cpp.
References addAuthor(), and QET::Icons::tr.
Referenced by AboutQET().
|
private |
Definition at line 200 of file aboutqet.cpp.
References addAuthor(), and QET::Icons::tr.
Referenced by AboutQET().
|
private |
Definition at line 234 of file aboutqet.cpp.
References QET::license(), and QET::Icons::tr.
Referenced by AboutQET().
|
private |
Definition at line 74 of file aboutqet.cpp.
References QET::displayedVersion, and QET::Icons::tr.
Referenced by AboutQET().
|
private |
Definition at line 158 of file aboutqet.cpp.
References addAuthor(), and QET::Icons::tr.
Referenced by AboutQET().
1.8.15