<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><blockquote type="cite"><div class="gmail_quote"><div>We could inherit ForLoopItem from QWidget (or more specifically from some frame), then embed it into the scene with the addWidget method ( <br>
<a href="http://doc.trolltech.com/4.5/qgraphicsscene.html#addWidget">http://doc.trolltech.com/4.5/qgraphicsscene.html#addWidget</a><br>), and insert in the frame a new graphics scene. The details of this should be worked out.<br>
<br></div></div></blockquote><div>No, please do not embed QWidgets in a QGraphicsScene. This is just a migration thing to be able to mix old widget based code with new QGraphicsItem-based code. For new things that should live in a QGraphicsScene, subclass either QGraphicsItem or QGraphicsWidget if you want something like a widget. </div><div><br></div><div>Embedding classic QWidgets in a GraphicsScene suffers from performance problems and funny effects because there is now 2 trees: The object and the item tree and they fight against each other.</div><div><br></div><div>Feel free to ask me any questions about that topic.</div><div><br></div><div>Axel</div><div><br></div><div><br></div><div><br></div><br><blockquote type="cite"><div class="gmail_quote"><div>Another issue to be discussed is how should we split the source code; what kind of plugins do we want to create. Should there be a dependency between plugins?<br><br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<br>
bye then<br>
julian<br>
<br>
------------------------------------------------------------------------------<br>
This <a href="http://SF.Net">SF.Net</a> email is sponsored by the Verizon Developer Community<br>
Take advantage of Verizon's best-in-class app development support<br>
A streamlined, 14 day to market process makes app distribution fast and easy<br>
Join now and get one step closer to millions of Verizon customers<br>
<a href="http://p.sf.net/sfu/verizon-dev2dev" target="_blank">http://p.sf.net/sfu/verizon-dev2dev</a><br>
_______________________________________________<br>
Ktechlab-devel mailing list<br>
<a href="mailto:Ktechlab-devel@lists.sourceforge.net">Ktechlab-devel@lists.sourceforge.net</a><br>
<a href="https://lists.sourceforge.net/lists/listinfo/ktechlab-devel" target="_blank">https://lists.sourceforge.net/lists/listinfo/ktechlab-devel</a><br>
</blockquote></div><br>
------------------------------------------------------------------------------<br>This <a href="http://SF.Net">SF.Net</a> email is sponsored by the Verizon Developer Community<br>Take advantage of Verizon's best-in-class app development support<br>A streamlined, 14 day to market process makes app distribution fast and easy<br>Join now and get one step closer to millions of Verizon customers<br><a href="http://p.sf.net/sfu/verizon-dev2dev">http://p.sf.net/sfu/verizon-dev2dev</a> _______________________________________________<br>Ktechlab-devel mailing list<br><a href="mailto:Ktechlab-devel@lists.sourceforge.net">Ktechlab-devel@lists.sourceforge.net</a><br>https://lists.sourceforge.net/lists/listinfo/ktechlab-devel<br></blockquote></div><br></body></html>