20 : mCheckableFlag( false )
21 , mCheckedFlag( false )
22 , mEnabledFlag( true )
23 , mRenderAsWidgetFlag( false )
40 mCategory = theCategory;
50 mCheckableFlag = theFlag;
55 mCheckedFlag = theFlag;
60 mRenderAsWidgetFlag = theFlag;
85 return mCheckableFlag;
95 return mRenderAsWidgetFlag;
100 mEnabledFlag = theFlag;
bool isRenderedAsWidget() const
void setCategory(const QString &theCategory)
void setIcon(const QPixmap &theIcon)
void setDetail(const QString &theDetail)
void setRenderAsWidget(bool theFlag)
This is a hint to the delegate to render using a widget rather than manually painting every part of t...
void setCheckable(const bool theFlag)
void setTitle(const QString &theTitle)
void setChecked(const bool theFlag)
void setEnabled(bool theFlag)