Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
hi,
it's a very simple question. what boundingRect should be returned if I set the flag "ItemHasNoContents". In my project, this item has more child items. If I return rect(0,0,0,0), what happens to the child items?
why don't you just try it? there is also the method childrenBoundingRect() perhaps you might want to return that.
hi, i will try but there are perhaps some side-effects, I do not see! So, I ask to prevent this ;)
But good idea, I will have a look at this method.