QChartView or QGraphicScene - Qt Forum
Dear All, I'm currently learning how to use QChart and I don't know if I need to use the easy way with QchartView or the hard one using QGraphic Scene. what ...
The Qt charting module is unresponsive - Qt Forum
qt charts module, adding data through QLineSeries is not reflected, and I have added QLineSeries to the chart, adding static data is also possible, but the d...
how to override qtcharts QBarSeries? - Qt Forum
These come from the Q_CHARTS_PRIVATE_EXPORT / Q_CHARTS_EXPORT in the source files you have copied from Qt. I think e.g. class Q_CHARTS_EXPORT myQHorizontalStackedBarSeries resolves to class __declspec(dllimport) myQHorizontalStackedBarSeries, which is why the symbols start with __imp__.
QtCharts auto range for y-axis - Qt Forum
Hi everyone, I would like to change automatically y-axis for the dynamic plot. I changed the dynamic plot example in examples and have appended lots of point...
adding points to a QLineChart from class method - Qt Forum
I am trying to create a QLineChart class that has a function that can add new points to the graph. The points appended in the class constructor do show up, but anything added by the method addNewPoints does not show up. How do I add graph points with a class method?
Qt Graphs. Building 2d plot using c++ only. - Qt Forum
The charts page says Note: The Qt Charts module is in the maintenance phase. For new projects, consider using the Qt Graphs module. To render 2D charts, QtGraphs uses Qt Quick Shapes, which is a more modern GUI technology compared to the outdated Qt Graphics View Framework used by the Qt Charts module.
Qt theme in pure qss - Qt Forum
Qt Theme is a pure qss project that can easily improve the style of existing projects. Supports C++, PyQt5, PyQt6, PySide2, PySide6, and is published on GitH...
Problem installing Qt Charts
I have cloned the qtcharts project from github and I am trying to built it. I am using ubuntu, qmake version 3.0 and qt version 5.5.1. I get the following er...