Looking for a way to use JS plugins in qml
-
Hi,
I'm looking for a way to use JavaScript plugins such as JustGage(http://justgage.com) and ... in my qml file.
Is it even possible? And if it's possible; how can i do that?
thank you all and sorry for my bad English
-
HI @iMasoud and Welcome,
The problem of using many of such available JS libraries are that certain objects used in them like window or DOM are not available in QML and thus they don't work.
I've explained it here too.
I have done something similar using QML and C++ but not pure JavaScript and it's a complete doughnut and not half. It is here. -
@iMasoud Some of these are here:
http://qwt.sourceforge.net/
http://doc.qt.io/QtQuickEnterpriseControls/ - requires commercial license