Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-22057

all properties which have a Revision set are not known to the qml code model

    XMLWordPrintable

Details

    • All

    Description

      In QtCreator's editor the following error is displayed for the property 'sequences':  'Invalid property name "sequences". (M16)'. No such error observed with QtCreator 4.8.1.

      import QtQuick 2.12
      import QtQuick.Window 2.12
      
      Window {
          visible: true
          width: 640
          height: 480
          title: qsTr("Hello World")    
      
          Shortcut {
              sequences: ["Ctrl+Q", "Alt+Q"]
              onActivated: console.log("hello")
          }
      }
      

       

      Attachments

        Issue Links

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

          Activity

            People

              tjenssen Tim Jenssen
              j0hnny j0hnny
              Votes:
              3 Vote for this issue
              Watchers:
              7 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes