[PATCH] for Bug 162913

Mario Oschwald mario.oschwald at hpi.uni-potsdam.de
Sun Jul 13 22:39:13 CEST 2008


Aaron J. Seigo wrote:


> * the code in the notes applet would hopefully go into the TextEdit itself

Yes, that would of course be much cleaner. A condition for that is that TextEdit
widget could somehow gain knowledge about the applet's transform to revert that,
when displaying the popup. Unfortunately it could be embedded any number of steps
down a hierarchy and even if it would find the parent applet it would still need
to query if a handle is currently responsible for holding the applet's transform.

> * the real fix would be to put this into QGraphicsView otherwise we will 
> replicate this problem for *every* proxy'd widget

Definitely, one possibility would be to not unconditionally proxify all child
widgets of embedded widgets or alternatively to allow a proxied widget to be
severed from it's proxy (before it is shown). A more generic way to get from
an automatically proxified child widget to its proxy, instead of iterating
over all child items of the parent proxy would be nice too.
> 
> one more thing to talk to the Trolltech team about.
> 
> can you upload these patches to the review board 
> (http://reviewboard.vidsolbach.de/) so we don't lose them? thanks...

done


More information about the Panel-devel mailing list