Gazebo | Ignition | Community
Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Ignition gui plugin Qt Charts Problem

I want to add a plugin to the ignition gui that contains a simple line series chart i call the plugin "Plotting" I added all required code in CMakeList files, added all required code to make a plugin in ignition... and this is work for any QML Code except the Qt Charts ! when i put Qt Charts in the QML file of my plugin, it displays an error in standalone running (ign gui -s Plotting)

i have a vaild qmlscene of my code Screenshot from 2020-03-23 09-14-17

but when i try to run it with (ign gui -s Plotting) i get this Screenshot from 2020-03-23 09-40-36 Screenshot from 2020-03-23 09-40-24

.. and if i change the charts code to any code that hasn't charts, it works !

thank you for your time :D