2005/7/25, David Abrahams &lt;<a href="mailto:dave@boost-consulting.com">dave@boost-consulting.com</a>&gt;:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
&gt; <a href="http://mail.python.org/pipermail/c++-sig/2003-May/004133.html">http://mail.python.org/pipermail/c++-sig/2003-May/004133.html</a><br>Hey, Ralf, do you think this would make a good FAQ? (hinty-hinty) ;-)<br></blockquote>
</div><br>
Oh, man! I just replaced custom_string with QString, and changed the
&quot;.value()&quot; to &quot;.toStdString()&quot; specific QString method and... it
worked. Not even compiler errors.<br>
<br>
Boost.Python is incredible :)<br>
<br>
I will later need to use this same approach to other types like tuples
&lt;-&gt; QSize(x,y). But I'll try myself first. I hope it work too.<br>
<br>
Thanks &lt;David, Ralf, and_everybody&gt;() [&quot;that make it possible&quot;].<br>
<br>
[Eric Jardim]<br>