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

property time: "Expected property type"

    XMLWordPrintable

Details

    Description

      Any other basic QML type seems to work, but creating a "time" type of property throws an "expected property type" error:

      import QtQuick 2.1
      
      Item {
          width: 360
          height: 360
      
          property time foo // Expected property type
          property time bar: "2000-01-01" // Expected property type
      }
      

      Attachments

        Issue Links

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

          Activity

            People

              aalpert Alan Alpert
              jpnurmi J-P Nurmi
              Votes:
              0 Vote for this issue
              Watchers:
              5 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes