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

Check required properties for grouped properties too

XMLWordPrintable

      import QtQuick
      
      Item {
          component T : Text {
              font {
                  required pixelSize
              }
      
              // parse error
              required font.pixelSize
          }
          T {
              // No warning / error
          }
      } 

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

            qtqmlteam Qt Qml Team User
            olivier.decanniere Olivier De Cannière
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes