I can't open a Form builded in QtDesigner, into other form too builded in qtdesigner.<br>
<br>
Ex the code:<br>
from qt import *<br>
from Form_principal import Form_principal<br>
from Form_imagem_Impl import Form_imagem_Impl<br>
<br>
class Form_principal_Impl(Form_principal):<br>
<br>
&nbsp;&nbsp;&nbsp; def __init__(self,parent = None,name = None,fl = 0):<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Form_principal.__init__(self,parent,name,fl)<br>
<br>
&nbsp;&nbsp;&nbsp; # public slot<br>
<br>
&nbsp;&nbsp;&nbsp; def fileNew(self):<br>
&nbsp;&nbsp;&nbsp; <br>
#here the problem<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; figura = Form_imagem_Impl()<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; figura.show()<br>
<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; print &quot;Form_principal_Impl.fileNew(): Not implemented yet&quot;<br>
&nbsp;&nbsp;&nbsp; <br>
&nbsp;&nbsp;&nbsp; # public slot<br>
<br>
The software just don't open the new dialog!<br>
<br clear="all"><br>-- <br>------------------------------------------------------<br>Jefferson Luiz Bosa<br>UNIOESTE - Universidade Estadual do Oeste do Paraná<br>Bacharelado em Informática (4º Ano)<br>MSN: <a href="mailto:jlbosa@yahoo.com.br">
jlbosa@yahoo.com.br</a><br>Seja Livre, use GNU/Linux e seja feliz!