Searched refs:countRect (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.cc101 QRect countRect = rect( option, index, TorrentCountRole ); local
102 countRect = QStyle::alignedRect( Qt::LeftToRight,
104 countRect.size(), boundingBox );
105 boundingBox.setRight( countRect.left() - hmargin );
113 drawDisplay( painter, disabledOption, countRect, index.data(TorrentCountRole).toString() );
114 drawFocus( painter, option, displayRect|countRect );

Completed in 105 milliseconds