Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
None
-
5.1.0
-
None
-
N/A
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
- is required for
-
QTBUG-32492 QML's Date.toLocaleString() and friends are not documented
- Closed