Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-95709

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

    XMLWordPrintable

Details

    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.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            jkobus Jarek Kobus
            andysh Andy Shaw
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes