Never mind... I've recreated the GUI in designer and now works... weird...
same GUI, same elements...

Cheers.

2008/6/11 Gustavo A. Díaz <[EMAIL PROTECTED]>:

Phil...
>
> If i pyuic4 -x -o file.ui and execute that Widget, the same segmantation
> fault ocurrs...
>
> 2008/6/11 Phil Thompson <[EMAIL PROTECTED]>:
>
>> On Wednesday 11 June 2008 10:39:49 pm Gustavo A. Díaz wrote:
>>
>> > Right, i forgot cause i was using a QWidget in the class, but now I've
>> > changed to right QDockWidget and gives me Segmentation fault and of
>> course
>> > my App does not start...
>> >
>> > Just in case, my class for that widget is:
>> >
>> > class WorkstationDockWidget (QDockWidget, Ui_workstationDockWidget):
>> >     def __init__(self, id= "", descripcion= "", ip= "", mac= "", conf=
>> "",
>> > parent = None):
>> >         QDockWidget.__init__(self, parent)
>> >         self.setupUi(self)
>>
>> Am I expected to be able to reproduce the problem with this?
>>
>> Phil
>>
>> _______________________________________________
>> PyQt mailing list    PyQt@riverbankcomputing.com
>> http://www.riverbankcomputing.com/mailman/listinfo/pyqt
>>
>
>
>
> --
> Gustavo A. Díaz
> GDNet Projects
> www.gdnet.com.ar
>



-- 
Gustavo A. Díaz
GDNet Projects
www.gdnet.com.ar



-- 
Gustavo A. Díaz
GDNet Projects
www.gdnet.com.ar
_______________________________________________
PyQt mailing list    PyQt@riverbankcomputing.com
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to