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 ...
bool isCheckable() const
Returns true if the item is checkable.
QString category() const
Returns the item's category.
QString title() const
Returns the item's title.
bool isChecked() const
Returns true if the item is checked.
QString detail() const
Returns the detailed description for the item.
QPixmap icon() const
Returns the item's icon.