What core QML functions are actually available to plugins?

• Mar 30, 2025 - 21:21

I noticed when trying to manipulate a QRectF in my plugin, that it doesn't seem to understand functions like .moveTo() or .translate(), which are native to QML.

This led me to two questions: 1) is there any way to access these functions? 2) if not, how do we know what functions are available to plugins?


Comments

Do you still have an unanswered question? Please log in first to post your question.