[PyQt] Problems with DockWidgets
Phil Thompson
phil at riverbankcomputing.com
Wed Jun 11 22:47:46 BST 2008
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
More information about the PyQt
mailing list