|
|
This class is a widget for displaying sets of info strings.
QInfoWidget (const InfoTable* table, QWidget* parent = NULL, const char* name = NULL) |
Constructor.
Parameters:
table | InfoTable with info string descriptions. |
parent | Parent widget. |
name | Widget name. |
bool update (const QString& id, const QString& value) |
Update string with given ID.
Parameters:
id | String ID. |
value | New value. |
void clear () |
Clear all entries.