forked from qt-creator/qt-creator
Android Device Dialog: Makie error reason bold
Change-Id: Id96d2ac1b61fb1c4701db4fd4532c711689aac58 Reviewed-by: BogDan Vatra <bogdan@kde.org>
This commit is contained in:
@@ -187,6 +187,9 @@ public:
|
||||
lineText += AndroidDeviceDialog::tr("ABI:") + device.cpuAbi.join(QLatin1Char(' '));
|
||||
} else {
|
||||
lineText = node->incompatibleReason();
|
||||
QFont f = painter->font();
|
||||
f.setBold(true);
|
||||
painter->setFont(f);
|
||||
}
|
||||
painter->drawText(size + 12, opt.rect.top() + fm.ascent() + fm.height() + 6, lineText);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user