<div dir="ltr"><div>That fixed me! Thanks again!<br></div>--Alan<br><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Feb 13, 2015 at 8:26 AM, Phil Thompson <span dir="ltr"><<a href="mailto:phil@riverbankcomputing.com" target="_blank">phil@riverbankcomputing.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On 13/02/2015 4:20 pm, Alan Ezust wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
I don't have a test case yet, but I guess I will have to make one.<br>
Have any of you heard of a problem like this before?<br>
<br>
I created a QGraphicsObject-derived class.<br>
Added an instance to the scene.<br>
Before adding it, I can print it to stdout and see its type/address:<br>
<br>
<origame.gui.actor_2d_view.<u></u>actor2d_view.PartWire2dItem object at<br>
0x00000000062C48B8><br>
<br>
But after I add it to the scene, this particular object "goes away" and in<br>
its place, I find this other item which I never added to the scene:<br>
<br>
<PyQt5.QtMultimediaWidgets.<u></u>QGraphicsVideoItem object at 0x00000000062CF9D8><br>
<br>
The item still paints itself as a PartWire2dItem should.<br>
<br>
Why would both the address and the type change as I add it to the scene?<br>
Is there some sort of class registration I need to do in order to my<br>
objects properly?<br>
Or could this be a side-effect of perhaps forgetting to implement one of<br>
the pure virtual functions?<br>
<br>
Sorry if this is not enough info for you to  figure things out yet, I will<br>
post a testcase when I have one....<br>
</blockquote>
<br></div></div>
Make sure you re-implement type() and return a value greater than UserType.<br>
<br>
Phil<br>
______________________________<u></u>_________________<br>
PyQt mailing list    <a href="mailto:PyQt@riverbankcomputing.com" target="_blank">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.<u></u>com/mailman/listinfo/pyqt</a></blockquote></div><br></div>