Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
can any one help please , i need to get my Qtchart in the ui
Hi and welcome For a QGraphicsview , you can use a QGraphicsProxyWidget
http://doc.qt.io/qt-5/qgraphicsproxywidget.html#details
it s pretty easy to get the chart in the main.cpp but if i move to mainwindow.ui and put a QGraphicsview , now how to associate Qt Charts module (who becomes available under GPLv3) to the QGraphicsview ?