TS
Size: a a a
TS
SE
TS
МВ
M
МВ
AS
TS
ИК
if (role == Qt::ForegroundRole) {
switch (mRepoList->at(index.row())->fileStatus) {
case NEW:
return QColor(Qt::blue);
case MODIFIED:
return QColor(Qt::darkGreen);
case DELETED:
return QColor(Qt::gray);
}
}
m
if (role == Qt::ForegroundRole) {
switch (mRepoList->at(index.row())->fileStatus) {
case NEW:
return QColor(Qt::blue);
case MODIFIED:
return QColor(Qt::darkGreen);
case DELETED:
return QColor(Qt::gray);
}
}
МВ
m
МВ
МВ
Property Selector QPushButton[flat="false"]
МВ
m
Property Selector QPushButton[flat="false"]
МВ
m