Details
-
Sub-task
-
Resolution: Done
-
P4: Low
-
None
Description
This code ought to work, but it doesn't because grouped properties can
only be created on c++ side:
(a hint is a property that the button may choose to ignore)
Button { text: "Press me!" hints.large: true }
Button.qml
import Qt 4.7 BasicButton { id: button property string text property url icon property alias hints: buttonHints QtObject { id: buttonHints property bool large: false property bool default: false } [...] }
Attachments
Issue Links
- relates to
-
QTBUG-26290 Properties of dynamic types not resolved correctly in grouped syntax
- Closed