Searched refs:textHeight (Results 1 – 2 of 2) sorted by relevance
53 qreal textHeight = visualRect.height(); in paintEvent() local55 QRectF tectRect = QRectF(visualRect.x(), visualRect.y(), textWidth, textHeight); in paintEvent()
45 auto textHeight = textBottom - textTop; in getIconQuad() local50 …auto offsetY = layout.get<IconTextFit>() == IconTextFitType::Width ? (textHeight - iconHeight) * 0… in getIconQuad()53 …extFitType::Height || layout.get<IconTextFit>() == IconTextFitType::Both ? textHeight : iconHeight; in getIconQuad()