<a href="http://doc.qt.nokia.com/4.6/graphicsview.html">http://doc.qt.nokia.com/4.6/graphicsview.html</a><br>was not bad to start to learn it.<br><br>I also recomand the 12th chapter of <br><a href="http://www.amazon.com/Programming-Python-Prentice-Software-Development/dp/product-description/0132354187">http://www.amazon.com/Programming-Python-Prentice-Software-Development/dp/product-description/0132354187</a><br>
samples are here<br><a href="http://www.qtrac.eu/pyqtbook.html">http://www.qtrac.eu/pyqtbook.html</a><br><br><br><div class="gmail_quote">2010/4/30 Jan Ekholm <span dir="ltr">&lt;<a href="mailto:jan.ekholm@smultron.net">jan.ekholm@smultron.net</a>&gt;</span><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="im">On Friday 30 April 2010, Christopher M. Nahler wrote:<br>
&gt; I have found that there is some layers support with a graphics scene. I<br>
&gt; just have not been able to figure out how it works.<br>
&gt;<br>
&gt; As far as I understand there is at least a background, standard layerand<br>
&gt; a foreground (drawn in this order).<br>
&gt;<br>
&gt; But how do I assign items to a layer?<br>
&gt;<br>
&gt; Or are all added items in the standard layer and I have to draw directly<br>
&gt; on the fore- and backgroundlayers?<br>
<br>
</div>The foregound and background aren&#39;t really layers where you can put items.<br>
They allow you to draw a custom background and something extra in the<br>
foreground on top of everything else.<br>
<br>
I&#39;d look at the z property of items to create virtual layers.<br>
<font color="#888888"><br>
--<br>
Jan Ekholm<br>
<a href="mailto:jan.ekholm@smultron.net">jan.ekholm@smultron.net</a><br>
</font><div><div></div><div class="h5">_______________________________________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
</div></div></blockquote></div><br>