Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4: Low
-
Resolution: Done
-
Affects Version/s: 5.12.4, 5.13.1
-
Fix Version/s: 5.14.0 Alpha
-
Component/s: Tools: Designer
-
Labels:None
-
Platform/s:
-
Commits:3403c170ed7a95c6effead6e91aa7d6cb245f9f3 (qt/qttools/5.14)
Description
When a new QDockWidget is added to a project by
"Add new..." --> "Qt" --> "Qt Designer Form Class" --> "Widgets" --> "QDockWidget"
the resulting class is not editable in the graphical designer.
The cause of this seems to be a missing line in the ui file, typically
<widget class="QWidget" name="dockWidgetContents"/>
See also: https://stackoverflow.com/questions/47914013/qdockwidget-form-in-qt-creator-designer