48 typedef QList<QPair<QByteArray, InformationIdEdit*>> ListType;
Class making checking of widgets Information ID's easier.
Definition IdPropertyList.h:12
bool isModified() const
Gets the modified status of the ID edit widgets. This method corresponds with the sf::PropertyPage::i...
void update()
Method which updates the ID edit widgets using the property value.
void add(const QByteArray &name, InformationIdEdit *iie)
Adds a property name and corresponding ID edit widget.
IdPropertyList(QObject *target)
Constructor.
void apply()
Method which sets the target property using the ID edit widget's value.
#define _GII_CLASS
Definition gii/global.h:38
Definition Application.h:10