Details

    Description

      Issue: palette.brightText is undefined

      minimum example:

      import QtQuick 2.10
      import QtQuick.Window 2.10
      
      Window {
          visible: true
          width: 640
          height: 480
          title: qsTr("Hello World")
          SystemPalette { id: pal }
          Rectangle {
              color: pal.brightText
          }
      }
      

      Error: 

      qrc:/main.qml:11:16: Unable to assign [undefined] to QColor
      

      Attachments

        Issue Links

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

          Activity

            People

              qt.team.quick.subscriptions Qt Quick and Widgets Team
              mabenell Marco Benelli
              Votes:
              1 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes