Unsolved AnchorLine type ?
-
Looking at this page:
https://het.as.utexas.edu/HET/Software/html/qml-item.html#anchors.top-prop
Various anchors are defined as AnchorLine, I need to create a property for the anchor, however AnchorLine does not exist as far as Qt Creator is concern.
What type should I use?
-
My guess is you are stuck with using "var", if it will work.