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