[PyQt] Problems with DockWidgets

Gustavo A. Díaz gustavo.diaz at gmail.com
Wed Jun 11 23:55:20 BST 2008


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 <gustavo.diaz at gmail.com>:

Phil...
>
> If i pyuic4 -x -o file.ui and execute that Widget, the same segmantation
> fault ocurrs...
>
> 2008/6/11 Phil Thompson <phil at riverbankcomputing.com>:
>
>> 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 at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.riverbankcomputing.com/pipermail/pyqt/attachments/20080611/369c20ff/attachment-0001.html


More information about the PyQt mailing list