32   lblTitle->setText( theData.
title() );
    33   lblDetail->setText( theData.
detail() );
    34   lblCategory->setText( theData.
category() );
    37   lblIcon->setPixmap( theData.
icon() );
    42   cbx->setChecked( theFlag );
 
This class is the data only representation of a QgsDetailedItemWidget, designed to be used in custom ...