20 #ifndef EABOUTDIALOG_H
21 #define EABOUTDIALOG_H
43 EAboutDialog(QPixmap logo, QString name, QString version,
45 QWidget* parent = 0, Qt::WindowFlags flags = 0 );
51 void setLogo(QPixmap logo);
55 void setName(QString name);
59 void setVersion(QString version);
72 void setApplicationUrl(QUrl url);
76 void openLink(QString url);
79 void setupTextLabel();
85 #endif // EABOUTDIALOG_H
Ui::EAboutDialog * ui
Definition: eaboutdialog.h:82
Used by the EAboutDialog to display all related persons.
Definition: eaboutmodel.h:34
#define E_CORE_EXPORT
Definition: eglobal.h:107
QUrl myUrl
Definition: eaboutdialog.h:81
An About dialog for your application in EngSaS-Layout.
Definition: eaboutdialog.h:39
Mostly the same as EWidget but for QDialog as base class.
Definition: edialog.h:54
QString myVersion
Definition: eaboutdialog.h:80