Searched refs:blankString (Results 1 – 3 of 3) sorted by relevance
44 static const char blankString[] = QT_TRANSLATE_NOOP("SettingsDialog", "N/A"); variable87 …criptionLabel->setText(tr("Description: %1").arg(list.count() > 1 ? list.at(1) : tr(blankString))); in showPortInfo()88 …acturerLabel->setText(tr("Manufacturer: %1").arg(list.count() > 2 ? list.at(2) : tr(blankString))); in showPortInfo()89 …NumberLabel->setText(tr("Serial number: %1").arg(list.count() > 3 ? list.at(3) : tr(blankString))); in showPortInfo()90 …i->locationLabel->setText(tr("Location: %1").arg(list.count() > 4 ? list.at(4) : tr(blankString))); in showPortInfo()91 …idLabel->setText(tr("Vendor Identifier: %1").arg(list.count() > 5 ? list.at(5) : tr(blankString))); in showPortInfo()92 …dLabel->setText(tr("Product Identifier: %1").arg(list.count() > 6 ? list.at(6) : tr(blankString))); in showPortInfo()163 << (!description.isEmpty() ? description : blankString) in fillPortsInfo()164 << (!manufacturer.isEmpty() ? manufacturer : blankString) in fillPortsInfo()165 << (!serialNumber.isEmpty() ? serialNumber : blankString) in fillPortsInfo()[all …]