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

      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
      }

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

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes