Searched defs:lg (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Frontends/VirtualBox/src/widgets/
H A DUIPopupBox.cpp244 QLinearGradient lg(rect.x(), rect.y(), rect.x(), rect.y() + 2 * 5 + m_pTitleLabel->sizeHint().height());
245 lg.setColorAt(0, base.darker(95));
246 lg.setColorAt(1, base.darker(110));
250 painter.fillRect(QRect(rect.x(), rect.y(), rect.width(), theight), lg); local

Completed in 32 milliseconds