24 addLabel(tr(
"Full name:"),
"fullname");
25 addLabel(tr(
"Fallback:"),
"fallback");
27 addLabel(tr(
"Extension:"),
"extension");
28 addWidget(tr(
"Defined faces:"),
myImages =
new QLabel(
this),
true,
nullptr,
nullptr);
29 addWidget(tr(
"License information:"),
myLicenses =
new QLabel(
this),
true,
nullptr,
nullptr);
39 if (myLicenseManager->getForFace(face->name).count(myItem->prefix) > 0) {
49 myImages->setText(QString(tr(
"%1 out of %2 (%3%)")).arg(
count).arg(
total).arg(percent));
51 percent = licenses * 100 /
count;
52 if (percent == 100 && licenses <
count)
54 myLicenses->setText(QString(tr(
"%1 faces have license information out of %2 (%3%)")).arg(licenses).arg(
count).arg(percent));