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

/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/details/
H A DUIGDetailsElement.cpp552 QRect tRect = fullRect; local
553 tRect.setBottom(tRect.top() + iHeaderHeight);
556 bRect.setTop(tRect.bottom());
559 QLinearGradient tGradient(tRect.bottomLeft(), tRect.topLeft());
564 pPainter->fillRect(tRect, tGradient);
/vbox/src/VBox/Frontends/VirtualBox/src/selector/graphics/chooser/
H A DUIGChooserItemGroup.cpp1608 QRect tRect = rect; local
1609 tRect.setBottom(tRect.top() + iFullHeaderHeight);
1611 QLinearGradient tGradient(tRect.bottomLeft(), tRect.topLeft());
1615 pPainter->fillRect(tRect, tGradient);
1617 if (rect.height() > tRect.height())
1620 QRect midRect = QRect(tRect.bottomLeft(), rect.bottomRight());

Completed in 48 milliseconds