QGIS API Documentation
3.26.3-Buenos Aires (65e4edfdad)
|
Go to the documentation of this file.
28 lblTitle->setText( data.
title() );
29 lblDetail->setText( data.
detail() );
30 lblCategory->setText( data.
category() );
33 lblIcon->setPixmap( data.
icon() );
38 cbx->setChecked( flag );
QPixmap icon() const
Returns the item's icon.
QString category() const
Returns the item's category.
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.
bool isCheckable() const
Returns true if the item is checkable.
QString title() const
Returns the item's title.
QString detail() const
Returns the detailed description for the item.