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

property time: "Expected property type"

XMLWordPrintable

      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
      }
      

        For Gerrit Dashboard: QTBUG-32295
        # Subject Branch Project Status CR V

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes