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

qmlplugindump ignores composite types

    XMLWordPrintable

Details

    • 0ef673efe8bf381e1aa0202752deac27e86ada53

    Description

      Creator as shipped with Qt 5.1.0 does not do syntax completion for the usual dialogs in the QtQuick.Dialogs module. src/imports/dialogs/plugins.qmltypes does not mention them.

      My theory as to why:

      When a C++ plugin registers a QML file as a new type, it's a composite type. qmlplugindump ignores composite types (and contains a TODO to implement dumping later). So we need to make that work in order to provide a smoother development experience. (Or else we have to write those parts of the qmltypes files by hand, but that doesn't seem worthwhile.)

      Attachments

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

        Activity

          People

            carochao Caroline Chao (Inactive)
            srutledg Shawn Rutledge
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes