<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="MSHTML 5.00.2920.0" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi, i'm new to the list and i want to know some 
things:</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I've coded a C++ app with Qt and  embedded Python 
inside, all works greats.</FONT></DIV>
<DIV><FONT face=Arial size=2>I've also made a script editor that catch python's 
stdin/stdout, where&nbsp;I dynamic-load pyQT.</FONT></DIV>
<DIV><FONT face=Arial size=2>Just perfect...</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I can make a widget class and call its show() 
method to make it appear, no need to create a QApplication instance 
(fantastic).</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>- How can I make a pyQt's Widget a child of my own 
C++ Qt app ?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>- The app is coded with Gnu/Linux, have I a chance 
that it works as well under windows ?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>PS: I hope anyone understand what i mean, i'm not 
sure that my english is perfect!!</FONT></DIV></BODY></HTML>