Issue
I want to plot data in PySide/qml application (using QT Creator). I found a nice Qt Charts module url link
but in components in Qt Creator can not be found. So I installed it manually like that:
pip install PyQt6-Charts PyQt6
then I tried to import QtCharts
in my main.qml
file, but there is still an error: QML module not found
What I am doing wrong? Thank you very much.
Solution
you should install Qt Framework from here,
then you see this :
In Qt6 be sure that you installed Qt 5 Compatibility Module
then it will work.
Answered By - Parisa.H.R
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.