Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-21372

QML Designer tries to incorrectly connect to network because of badly constructed file paths

    XMLWordPrintable

Details

    • Windows

    Description

      It is constructing paths like this:

      "//FileSpecifics_-1_-1.qml", "C:/.../FileSpecifics_-1_-1.qml",
      "//FileSpecifics_-1_-1.qml", "//FileSpecifics_-1_-1.qml",
      "//FileSpecifics.qml", "C:/.../FileSpecifics.qml", "//FileSpecifics.qml",
      "//FileSpecifics.qml"
      

      Same happens for *Pane.qml files too.

      Since the paths start with //, on Windows these are interpreted as network hosts. Designer tries to connect to these and it has to wait for a timeout to continue.

      Attachments

        Issue Links

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

          Activity

            People

              thohartm Thomas Hartmann
              poikelin Joni Poikelin
              Votes:
              1 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes