[PyQt] Problems with DockWidgets

2008-06-11 Thread Gustavo A. Díaz
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

Re: [PyQt] Problems with DockWidgets

2008-06-11 Thread Phil Thompson
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 Work

Re: [PyQt] Problems with DockWidgets

2008-06-11 Thread Gustavo A. Díaz
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

Re: [PyQt] Problems with DockWidgets

2008-06-11 Thread Phil Thompson
On Wednesday 11 June 2008 1:43:36 pm Gustavo A. Díaz wrote: > Hi guys, i was creating a QDockWidget only widget to integrate it on my > application. So, I've created from Qt Designer and exported to .py as well. > > When i execute my App, i have: > > File "gui/ui_workstationDockWidget.py", line 16,

[PyQt] Problems with DockWidgets

2008-06-11 Thread Gustavo A. Díaz
Hi guys, i was creating a QDockWidget only widget to integrate it on my application. So, I've created from Qt Designer and exported to .py as well. When i execute my App, i have: File "gui/ui_workstationDockWidget.py", line 16, in setupUi workstationDockWidget.setFloating(False) AttributeErro