<br><div class="gmail_quote">On Jan 3, 2008 8:56 AM, Jason Stubbs &lt;<a href="mailto:jasonbstubbs@gmail.com">jasonbstubbs@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Thursday 03 January 2008 23:43:31 JST, Christopher Blauvelt wrote:<br>&gt; On Jan 3, 2008 8:28 AM, Christopher Blauvelt &lt;<a href="mailto:cblauvelt@gmail.com">cblauvelt@gmail.com</a>&gt; wrote:<br>
</div><div class="Ih2E3d">&gt; &gt; I&#39;ve attached the patch with the hover code back in.<br>&gt;<br>&gt; I added the hover code to the wrong event handler. &nbsp;Disregard my last<br>&gt; email.<br><br></div>svn diff helps. ;)
<br><br>Looks good though. That just leaves the applethandle issue. You could check<br>formFactor() as a temporary hack.<br><br>A better way would be to reimplement moveBy() in Applet and have it call<br>setGeometry(). AppletHandle could then listen for Applet&#39;s geometryChanged()
<br>signal and update itself automatically. The containment&#39;s layout would also<br>automatically handle the move as best as it can, which should mean no moving<br>at all in the panel.<br><font color="#888888"><br>--<br>
</font><div><div></div><div class="Wj3C7c">Jason Stubbs<br>_______________________________________________<br>Panel-devel mailing list<br><a href="mailto:Panel-devel@kde.org">Panel-devel@kde.org</a><br><a href="https://mail.kde.org/mailman/listinfo/panel-devel" target="_blank">
https://mail.kde.org/mailman/listinfo/panel-devel</a><br></div></div></blockquote></div><br>The only reason that I&#39;m wary of implementing moveBy in Applet is that
it&#39;s not virtual in QGraphicsItem which would introduce a situation
where the applet is being acted on as a QGraphicsItem and the signal
wouldn&#39;t be emit&#39;ed.&nbsp; Unless I&#39;m misunderstanding what virutal does.&nbsp;
I&#39;ll use formFactor.<br>
Chris