[PyKDE] About problem in open a form into other form

Jefferson Bosa jlbosa at gmail.com
Thu Oct 20 02:12:26 BST 2005


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 at yahoo.com.br
Seja Livre, use GNU/Linux e seja feliz!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20051020/2a4f4906/attachment.html


More information about the PyQt mailing list