Visualize CSV data in QT based GUI
-
Hello!
I'm trying to visualize data from CSV files in QT-based GUI.I have a CSV file and GUI. I would like to know how to link those two and plot the data in my GUI.
I've tried to manage the necessary code to find the file's location and plot but couldn't visualize the data.Issue - I couldn't able to link my GUI with the CSV file, which ends up visualizing nothing.
Would anyone please let me know how to achieve this?
Thank you! -
@Trayach said in Visualize CSV data in QT based GUI:
Would anyone please let me know how to achieve this?
Please explain better what you want to do. What do you mean by "visualizing"? Do you want to plot the data?
"I couldn't able to link my GUI with the CSV file" - what did you try so far and what was the problem? -
@Trayach Take a look at https://doc.qt.io/qt-5/qchart.html
Why did you delete your first post in this thread?