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,
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. -
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. -
Hi @p3c0,
thank you for your reply. QtKnobs are really great! Do you know any other industrial components for Qt Quick? such as Tanks, Sliders, Booleans, Histograms, Graphs and ... ?@iMasoud Some of these are here:
http://qwt.sourceforge.net/
http://doc.qt.io/QtQuickEnterpriseControls/ - requires commercial license