41 QString toHtml()
const;
43 void addPerson(QString name, QString givenName, EAboutPerson::Categories categories);
44 void addPerson(QString name, QString givenName, QString email, EAboutPerson::Categories categories);
48 QVariant data(
const QModelIndex& index,
int role = Qt::DisplayRole)
const;
49 int columnCount(
const QModelIndex& parent = QModelIndex())
const;
50 int rowCount(
const QModelIndex& parent = QModelIndex())
const;
51 QModelIndex parent(
const QModelIndex& child)
const;
52 QModelIndex index(
int row,
int column,
const QModelIndex& parent = QModelIndex())
const;
53 QVariant headerData(
int section, Qt::Orientation orientation,
int role = Qt::DisplayRole)
const;
59 #endif // EABOUTMODEL_H
Replacement of QAbstractItemModel to provide convenience signals for message handling.
Definition: eabstractitemmodel.h:36
EngSaS::AboutPersons items
Definition: eaboutmodel.h:56
Used by the EAboutDialog to display all related persons.
Definition: eaboutmodel.h:34
#define E_CORE_EXPORT
Definition: eglobal.h:107
A person, which should be mentioned at the EAboutDialog.
Definition: eaboutperson.h:30
QList< EAboutPerson * > AboutPersons
A type to replace QList<EAboutPerson*> with a shorter name.
Definition: eglobal.h:160