-
```cpp
#include
using namespace QtCharts;
void f()
{
QChartView *a2 = new QChartView;
}
```
```
/mnt/s/test.cpp should add these lines:
#include // for QChartView, QtCharts
/…
-
Tracking future portability:
- [ ] Qt5 -> Qt6
- [ ] `QtCharts::` namespace disappears?
- [ ] In `ChanSelector`, `QString` iteration yields UTF characters (`QChar`) instead of bytes.
- [ ] Wi…
-
Hi!
I was running `qhot main.qml` in my project and everything was going fine until I started to work with `QtCharts 2.3`:
``` Zsh
> qhot main.qml
qrc:/main.qml:104:5: QML Connections: I…
-
When manually zooming in very close to the data points, they seem to disappear and stop being displayed at a certain zoom level.
![screenshot_20241106_120910](https://github.com/user-attachments/asse…
-
I get this error: File "sparrow-wifi.py", line 37, in
from PyQt5.QtChart import QChart, QChartView, QLineSeries, QValueAxis
ImportError: No module named 'PyQt5.QtChart'
I'm using debian stre…
-
When attempting to run sparrow-wifi.py I receive the following message:
Traceback (most recent call last):
```
Traceback (most recent call last):
File "./sparrow-wifi.py", line 37, in
from…
-
Apologies, for my tardiness :D. I was trying to document the procedure to install it on Arch Linux. It seems they removed pyqt5.qtchart equivalent from the Arch `[extra]` repos. I tried using the PyQt…
-
I got the error message when I did "make -j4" step:
~/libpath/st_viewer/src/analysis/AnalysisClustering.cpp:266:32: error: ‘QtCharts::QAbstractAxis* QtCharts::QChart::axisY(QtCharts::QAbstractSerie…
sqsun updated
5 years ago
-
In our case we do not want to build 'widgets'.
But without 'widgets' we can't build 'packagegroup-qt5-toolchain-target'.
This is because of qtcharts, which needs widgets to be in PACKAGECONFIG of …
-
python3 sparrow-wifi.py
Traceback (most recent call last):
File "sparrow-wifi.py", line 37, in
from PyQt5.QtChart import QChart, QChartView, QLineSeries, QValueAxis
ModuleNotFoundError: No…