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

[QML] can't override width and height properties

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Invalid
    • Icon: P2: Important P2: Important
    • None
    • 4.6.1
    • None
    • qt-creator-win-opensource-1.3.80-qml-tp1.exe
    • 372f474d97f2169597f994ee80e6c3d5b7f6d7bf

          property alias x: baseWindow.x // OK
          property alias y: baseWindow.y // OK
          //property alias width: baseWindow.width // FAIL
          //property alias height: baseWindow.height // FAIL
      
      Cannot override FINAL property 
               property alias width: baseWindow.width
      

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

            aakenned Aaron Kennedy
            sabrog Vladislav
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes