If you reimplement boundingRect() and shape() you shouldn't need to use setXXXX methods. Maybe you forgot about the shape()? The base implementation should simply call boundingRect() (it's reimplemented in subclasses probably causing your problem).
If you reimplement boundingRect() and shape() you shouldn't need to use setXXXX methods. Maybe you forgot about the shape()? The base implementation should simply call boundingRect() (it's reimplemented in subclasses probably causing your problem).
Sergex (23rd November 2011)
Bookmarks