pix = ":images/96p.png";
}
setPixmap(index, QPixmap(pix), val);
- setSortValue(index, (int) value);
+ //setSortValue(index, (int) value);
+ //setBackground(index, Qt::green);
}
/* By default, the setPixmap implementation with tooltip don't implement
void ItemFormatterBase::setInChanger(int index, const QString &InChanger)
{
- setPixmap(index,
- QPixmap(":images/inflag"+InChanger+".png"));
- setSortValue(index, InChanger.toInt() );
+ setPixmap(index, QPixmap(":images/inflag"+InChanger+".png"));
+ //setSortValue(index, InChanger.toInt() );
}
void ItemFormatterBase::setTextFld(int index, const QString &fld, bool center)