1 #ifndef LISTINFOWIDGET_H
2 #define LISTINFOWIDGET_H
12 void AddItem(
const QString &name,
const QString &value,
const QString &itemStyleFileName =
"",
bool separator =
false );
13 void AddItemWithObjectName(
const QString &objectName,
const QString &itemNameText,
const QString &itemValueText,
const QString &itemStyleFileName =
"",
bool separator =
false );
15 void UpdateItemName(
const QString &objectName,
const QString &itemName );
22 QSharedPointer<DataClass> d;
27 #endif // LISTINFOWIDGET_H