Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-19186 Improved property declaration support in QML
  3. QTBUG-17457

Property type does not accept namespace prefix

    XMLWordPrintable

Details

    Description

      QML grammar does not accept namespace prefix for property types.
      This feature is essential when trying to avoid namespace clashes.

      Use case example:

      import com.meego 1.0 as Meego

      Item {
      property Meego.PageStack stack; // this will not parse
      }

      Attachments

        Issue Links

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

          Activity

            People

              shausman Simon Hausmann
              arezende Adriano Rezende
              Votes:
              21 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes