I added (via drag and drop) a QDockWidget
to my GUI, which I edited in Designer ...
Now I want to delete it.
First, I selected the visible object and hit the Delete
key.
The object has disappeared.
However, QDockWidget
, as you can see, is still present in the Object Inspector.
and when I try to save my .ui
, I get a message:
The container extension of the widget MainWindow (QMainWindow) returned a widget not managed by Designer dockWidget (QDockWidget) when queried for page
Pressing the widget in the object inspector and pressing the Delete key does nothing,
and the right-click context menu does not have the usual โDeleteโ option.
How can I get rid of this ?! : |
Specifications:
Windows 7 32 bit PyQt4
source share