28 lblTitle->setText( data.
title() );
29 lblDetail->setText( data.
detail() );
30 lblCategory->setText( data.
category() );
33 lblIcon->setPixmap( data.
icon() );
38 cbx->setChecked( flag );
This class is the data only representation of a QgsDetailedItemWidget, designed to be used in custom ...
QString category() const
Returns the item's category.
bool isCheckable() const
Returns true if the item is checkable.
QString title() const
Returns the item's title.
QPixmap icon() const
Returns the item's icon.
QString detail() const
Returns the detailed description for the item.
bool isChecked() const
Returns true if the item is checked.