|
|
This class is a widget for displaying groups of sets of info strings.
QInfoTabWidget (const InfoTable* table, const char* title, const char* pixmapName = NULL, QWidget* parent = NULL, const char* name = NULL) |
Constructor.
Parameters:
table | InfoTable with info string descriptions. |
title | Tab title. |
pixmapName | Name of pixmap for tab. |
parent | Parent widget. |
name | Widget name. |
QInfoWidget* addTable (const InfoTable* table, const char* title, const char* pixmapName = NULL) |
Add InfoTable to widget.
Parameters:
table | InfoTable with info string descriptions. |
title | Tab title. |
pixmapName | Name of pixmap for tab. |
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.