class QInfoWidget

QInfoWidget. More...

Full nameCoral::QInfoWidget
Definition#include <qinfotabwidget.h>
InheritsQWidget
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Methods


Detailed Description

This class is a widget for displaying sets of info strings.

 QInfoWidget (const InfoTable* table, QWidget* parent = NULL, const char* name = NULL)

Constructor.

Parameters:
tableInfoTable with info string descriptions.
parentParent widget.
nameWidget name.

bool  update (const QString& id, const QString& value)

Update string with given ID.

Parameters:
idString ID.
valueNew value.

void  clear ()

Clear all entries.