Uploaded image for project: 'Qt Design Studio'
  1. Qt Design Studio
  2. QDS-13176

aliased properties severely slow down document loading

    XMLWordPrintable

Details

    • 666a41fa9 (qds/dev)
    • QDS Berlin - 2024 Week 27/28

    Description

      Reproducer attached.

      UntitledProject01\content\screen\Screen00.qml
      

      is nothing more than a trivial wrapper around

      UntitledProject01\content\subScreen\SubScreen00.qml
      

      It does nothing but instantiate a default SubScreen00. All internal processes are commented out. However, opening SubScreen00.qml for editing takes ~5 seconds or so but the same costs quite a few minutes for Screen00.qml. QDS even freezes and stops responding meanwhile.

      Reason: multiple import commands. If one comments out those imports (mainly QtQuick) then problem solved. But in real project, QtQuick is needed.
      Or one can just edit the qml files in Qt Creator. The efficiency of Qt Creator is decent.

      IIn short, QDS import scanning may need improvements.

      Attachments

        1. QDS-13176.zip
          40 kB
          Luqiao Chen

        Issue Links

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

          Activity

            People

              thohartm Thomas Hartmann
              luqiaochen Luqiao Chen
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes