class QInfoTabWidget

QInfoTabWidget. More...

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

Public Methods


Detailed Description

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:
tableInfoTable with info string descriptions.
titleTab title.
pixmapNameName of pixmap for tab.
parentParent widget.
nameWidget name.

QInfoWidget*  addTable (const InfoTable* table, const char* title, const char* pixmapName = NULL)

Add InfoTable to widget.

Parameters:
tableInfoTable with info string descriptions.
titleTab title.
pixmapNameName of pixmap for tab.

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

Update string with given ID.

Parameters:
idString ID.
valueNew value.

void  clear ()

Clear all entries.