Quote Originally Posted by Lykurg View Post
Come on, that's not a big deal, it like you set the opacity. And since you obviously don't need a style aware rubber band, get rid of that QStyleOptionFocusRect stuff and draw that rubber rect yourself using QPainter::drawRect(). This will also increase your speed.
But wich QRect must I pass to the drawRect method?