[PyQt] Problem with resizing rubberband

Attila Csipa pyqt at csipa.in.rs
Fri May 8 11:35:48 BST 2009


Pressed ctrl+enter one line early :) So, unless I'm grossly mistaken

QRect rg = rubberBand -> geometry () ;

is not 

rg = self . rubberBand . geometry ()

but rather 

rg = QRect(self . rubberBand . geometry ())


More information about the PyQt mailing list