<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div><div class="h5"><span style="font-family:tahoma,sans-serif;color:rgb(34,34,34)">Thanks for your information.  I am indeed Python 3/PyQt 5, I haven't known any different.  I'm not such an expert as you on understanding the ins & outs of Python/C++ wrappers etc.  I just learn to use what works and cross my fingers :)</span></div></div></div></div></blockquote><div><br></div><div>Don't worry, I'm not an expert, I just learned in the same way :-)</div><div> <br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div><div class="h5"><span style="font-family:tahoma,sans-serif;color:rgb(34,34,34)">For now </span><span style="color:rgb(34,34,34);font-family:monospace,monospace">QVariant</span><span style="font-family:tahoma,sans-serif;color:rgb(34,34,34)"> parameter type seems to be working fine for me, so I'll just stick with it.  But will bear </span><span style="color:rgb(34,34,34);font-family:monospace,monospace">object</span><span style="font-family:tahoma,sans-serif;color:rgb(34,34,34)"> in mind possibly for the future.  Mind you, I thought the documentation implied that the parameter type had to be mappable to a C++ type: that's OK for </span><span style="color:rgb(34,34,34);font-family:monospace,monospace">QVariant</span><span style="font-family:tahoma,sans-serif;color:rgb(34,34,34)">, but if it's the case then I can't see what type </span><span style="color:rgb(34,34,34);font-family:monospace,monospace">object</span><span style="font-family:tahoma,sans-serif;color:rgb(34,34,34)"> would map to in C++?</span></div></div></div></div></blockquote><div><br></div><div>I don't exactly know how it is mapped, probably it would be necessary to read the source code and find it, but... As long as it works, I actually don't care that much ;-)</div><div>What I think is that, as long as it is a "pyObject", it is not "converted" if not required by the slots receiving it (or, better, by the signature[s] for which the signal is connected to), but I really don't have the slightest idea of how all of this works on the low-level side.</div><div><br></div><div>Maurizio</div></div><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">È difficile avere una convinzione precisa quando si parla delle ragioni del cuore. - "Sostiene Pereira", Antonio Tabucchi<br><a href="http://www.jidesk.net" target="_blank">http://www.jidesk.net</a></div>
</div></div>