22 #include <QAbstractItemView>
43 return QStringList() <<
tr(
"Normal" )
71 QStringList::const_iterator blendModeIt = myBlendModesList.constBegin();
78 int blendModeIndex = 0;
79 for ( ; blendModeIt != myBlendModesList.constEnd(); ++blendModeIt )
81 if ( *blendModeIt ==
"-" )
84 insertSeparator( index );
90 addItem( *blendModeIt );
98 blockSignals(
false );