RTP Audio System
2.0.0
|
#include <qinfotabwidget.h>
Public Member Functions | |
QInfoWidget (const InfoTable *table, QWidget *parent=NULL) | |
bool | update (const QString &id, const QString &value) |
void | clear () |
Private Attributes | |
const InfoTable * | Table |
QHash< QString, QLabel * > | LabelDict |
QInfoWidget::QInfoWidget | ( | const InfoTable * | table, |
QWidget * | parent = NULL |
||
) |
Constructor.
table | InfoTable with info string descriptions. |
parent | Parent widget. |
void QInfoWidget::clear | ( | ) |
Clear all entries.
bool QInfoWidget::update | ( | const QString & | id, |
const QString & | value | ||
) |
Update string with given ID.
id | String ID. |
value | New value. |
QHash<QString,QLabel*> QInfoWidget::LabelDict [private] |
const InfoTable* QInfoWidget::Table [private] |