Details
-
Suggestion
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
None
Description
QML attached properties in qdoc are referenced in user code by <Type>.<property>, e.g. Layout.alignment.
Anyhow, when referencing these properties, users have to use the :: notation, leading to links like
\l {Layout::alignment}{Layout.alignment}
It would be much more natural to be able to just write
\l {Layout.alignment}
instead.