Details
-
Bug
-
Resolution: Cannot Reproduce
-
P2: Important
-
None
-
5.15.5
Description
When an ui file has multiple entries for layoutWidget as a name then this can cause a problem if one of those is raised as the renaming will cause it to be called before it is created. In this case there are five instances of layoutWidget inside the ui file, when the code is generated for this then it ends up renaming them due to them being duplicates. However one of them is set to be raised in the generated code and this ends up being done before it is created. Likely this is because it picked up the wrong new name for the widget.