Searched refs:icon (Results 1 - 2 of 2) sorted by relevance

/u-boot/scripts/kconfig/
H A Dqconf.h176 void setPixmap(colIdx idx, const QIcon &icon) argument
178 Parent::setIcon(idx, icon);
182 return icon(idx);
H A Dqconf.cc774 QIcon icon; local
785 icon = item->pixmap(promptColIdx);
786 if (!icon.isNull()) {
788 if (x >= off && x < off + icon.availableSizes().first().width()) {

Completed in 87 milliseconds