[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    [PyKDE] About problem in open a form into other form
From:       Jefferson Bosa <jlbosa () gmail ! com>
Date:       2005-10-20 1:12:26
Message-ID: c959654e0510191812o1aa38ab9k () mail ! gmail ! com
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


I can't open a Form builded in QtDesigner, into other form too builded in
qtdesigner.

Ex the code:
from qt import *
from Form_principal import Form_principal
from Form_imagem_Impl import Form_imagem_Impl

class Form_principal_Impl(Form_principal):

def __init__(self,parent = None,name = None,fl = 0):
Form_principal.__init__(self,parent,name,fl)

# public slot

def fileNew(self):

#here the problem
figura = Form_imagem_Impl()
figura.show()

print "Form_principal_Impl.fileNew(): Not implemented yet"

# public slot

The software just don't open the new dialog!


--
------------------------------------------------------
Jefferson Luiz Bosa
UNIOESTE - Universidade Estadual do Oeste do Paraná
Bacharelado em Informática (4º Ano)
MSN: jlbosa@yahoo.com.br
Seja Livre, use GNU/Linux e seja feliz!

[Attachment #5 (text/html)]

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!



_______________________________________________
PyKDE mailing list    PyKDE@mats.imk.fraunhofer.de
http://mats.imk.fraunhofer.de/mailman/listinfo/pykde


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic