-
The code can be compiled and runs without any problems. However, the compiler issues the following warnings. However, these should be easy to fix. If you like, I can also make a merge request.
```m…
-
When trying to install ‘QCustomPlot_PyQt5’ to my environment It’s always crashing with the error below:
installing with pip like this > **pip install QCustomPlot_PyQt5**
Not sure why it’s look…
-
I have already change the path for ploting but it still gives me error that says "Makefile.Debug:4118:debug/qcustomplot.o" Error 1 #note I already have c++ installed
![2](https://github.com/V…
-
QCustomPlot is an alternative to qwt, Qt Charts and VTK Charts already present in GammaRay code.
-
-
I think the TBB build cannot possibly succeed in a Qt app due to https://github.com/oneapi-src/oneTBB/issues/547.
Because `emit` is a Qt define, something needs to change to enable build with TBB (so…
-
非qt开发者,在进行项目编译的时候遇到以下问题
系统 windows 开发工具QT creators
Qt Creator 5.0.2
Based on Qt 5.15.2 (MSVC 2019, 64 bit)(用的是vs的msvc v142 c++17标准)
C:\Program Files (x86)\Windows Kits\10\Include\10.0.19041.0\…
-
Can anyone help me?
`PS C:\Users\Huwei\Desktop\QCustomPlot-PyQt5-master> python .\setup.py install
running install
running build
running build_ext
Setting qmake to 'D:/Software/Qt/5.5/mingw492_32…
orwei updated
6 years ago
-
The AppImage gave me the same error as #2, so I decided to start [an RPM repository](https://copr.fedorainfracloud.org/coprs/iucar/graphia/) to build Graphia for Fedora. [It builds nicely on Fedora ra…
-
Uncomment the last line `sys.exit(app.exec())` in `example1.py` to workaround #3 and run
```
$ python example1.py
```
Output:
```
Traceback (most recent call last):
File "example1.py", line 5…