Closed mrwillyees closed 2 years ago
@anmacdonald you might know more on the possibility/impossibility of what I am trying to acheive
Would this work?
* The provided QML default is \l{NorthArrowController} and the provided CPP default is \l{Esri::ArcGISRuntime::Toolkit::NorthArrowController}{NorthArrowController}
@anmacdonald Yea! Works as I was trying to achieve! Do you think is all right to change the controllers properties like this (for the supported ones)?
Yeah that sounds like a very good idea!
Removed the ending period
.
after controller, which was creating a new property in the docs because the qdocqmlproperty
type is different from the coded property (var
). Also, I would like to give more visibility to the cpp controller which is not linked other than on QWidgets but we don't have all the tools implemented as QWidgets, so many controller are only reachable from searching. I was thinking to something like on the qml GUI:But both the links are pointing to the qml implementation, seems that the cpp version is not visible in qml files!