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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/qt/
H A Dfilterbar.cc87 QRect boundingBox = option.rect; local
90 boundingBox.setLeft( boundingBox.left() + hmargin );
91 boundingBox.setRight( boundingBox.right() - hmargin );
98 decorationRect.size(), boundingBox );
99 boundingBox.setLeft( decorationRect.right() + hmargin );
104 countRect.size(), boundingBox );
105 boundingBox.setRight( countRect.left() - hmargin );
106 const QRect displayRect = boundingBox;
[all...]

Completed in 43 milliseconds