RTP Audio System  2.0.0
QInfoWidget Class Reference

QInfoWidget. More...

#include <qinfotabwidget.h>

List of all members.

Public Member Functions

 QInfoWidget (const InfoTable *table, QWidget *parent=NULL)
bool update (const QString &id, const QString &value)
void clear ()

Private Attributes

const InfoTableTable
QHash< QString, QLabel * > LabelDict

Detailed Description

QInfoWidget.

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

Author:
Thomas Dreibholz
Version:
1.0

Constructor & Destructor Documentation

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

Constructor.

Parameters:
tableInfoTable with info string descriptions.
parentParent widget.

Member Function Documentation

Clear all entries.

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

Update string with given ID.

Parameters:
idString ID.
valueNew value.

Member Data Documentation

QHash<QString,QLabel*> QInfoWidget::LabelDict [private]
const InfoTable* QInfoWidget::Table [private]

The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines