Searched refs:backgroundRect (Results 1 – 1 of 1) sorted by relevance
324 QRect backgroundRect = style()->subElementRect(QStyle::SE_LineEditContents, &panel, this); in paintEvent() local330 int mid = backgroundRect.width() / 100 * progress; in paintEvent()331 QRect progressRect(backgroundRect.x(), backgroundRect.y(), mid, backgroundRect.height()); in paintEvent()