МВ
Size: a a a
МВ
МВ
Е
МВ
МВ
ПК
M
double d = 2222.5;
qDebug() << QString::number(d, 'f', 2);
RG
RR
RR
A
M
if (role == Qt::BackgroundRole)
{
QColor color = calculateColorForRow(index.row());
return QBrush(color);
}
...
calculateColorForRow(int row) const
{
return row % 2 == 0 ? QColor(95, 255, 132) : QColor(225, 225, 225);
}