Qt layout warnings on startup
Tools for Testing IG CIGI Compliance
Status: Alpha
Brought to you by:
roland-xpi
On startup the message log contains 2 warnings like "QLayout: Attempting to add QLayout "" to ProjectListWidget "projectList", which already has a layout". This is caused by the dock widgets not having a container widget and instead directly containing the contents.
The dock widgets should be remade with a container widget that then contains the specific widgets.
Was caused by promoting the dock widgets contents widget directly instead of adding a widget (to the dock widget contents) and promoting the added widget.