Right, i forgot cause i was using a QWidget in the class, but now I&#39;ve changed to right QDockWidget and gives me Segmentation fault and of course my App does not start...<br><br>Just in case, my class for that widget is:<br>
<br><div style="margin-left: 40px;">class WorkstationDockWidget (QDockWidget, Ui_workstationDockWidget):<br>&nbsp;&nbsp;&nbsp; def __init__(self, id= &quot;&quot;, descripcion= &quot;&quot;, ip= &quot;&quot;, mac= &quot;&quot;, conf= &quot;&quot;, parent = None):<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; QDockWidget.__init__(self, parent)<br>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; self.setupUi(self)<br><br></div>Thanks<br><br><br>GuS<br><br><div class="gmail_quote">2008/6/11 Phil Thompson &lt;<a href="mailto:phil@riverbankcomputing.com">phil@riverbankcomputing.com</a>&gt;:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="Ih2E3d">On Wednesday 11 June 2008 1:43:36 pm Gustavo A. Díaz wrote:<br>
&gt; Hi guys, i was creating a QDockWidget only widget to integrate it on my<br>
&gt; application. So, I&#39;ve created from Qt Designer and exported to .py as well.<br>
&gt;<br>
&gt; When i execute my App, i have:<br>
&gt;<br>
&gt; File &quot;gui/ui_workstationDockWidget.py&quot;, line 16, in setupUi<br>
&gt; &nbsp; &nbsp; workstationDockWidget.setFloating(False)<br>
&gt; AttributeError: setFloating<br>
&gt;<br>
&gt; I am ataching the ui.<br>
&gt;<br>
&gt; Cheers.<br>
<br>
</div>Looks like the widget you are passing to setupUi() isn&#39;t a QDockWidget.<br>
<br>
Phil<br>
<br>
_______________________________________________<br>
PyQt mailing list &nbsp; &nbsp;<a href="mailto:PyQt@riverbankcomputing.com">PyQt@riverbankcomputing.com</a><br>
<a href="http://www.riverbankcomputing.com/mailman/listinfo/pyqt" target="_blank">http://www.riverbankcomputing.com/mailman/listinfo/pyqt</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Gustavo A. Díaz<br>GDNet Projects<br><a href="http://www.gdnet.com.ar">www.gdnet.com.ar</a>