-
Ubuntu 16.04
$git clone ....
$git submodule update --init --recursive
$make
Scanning dependencies of target shapelib
[ 0%] Building C object libs/qCC_io/extern/shapelib/CMakeFiles/shapelib…
-
I have install the qcustomplot to draw a heatmap. However, I don't know how to use this package. I tried
> find_package(Qt5PrintSupport CONFIG REQUIRED)
>...
> target_link_libraries(${target_nam…
-
In applications generating a chart, when the chart is too big, it takes too much time to generate.
Looks like the current way of adding the chart using QML (appending each point inside a for loop, …
-
Hi, I'm trying to understand the code from QCustomPlot, a charting library, and there are some types of charts that inherit from a template specialization (e.g. QCPCurve), and those don't show up on t…
-
@dogmaphobic @DonLakeFlyer I stumbled across this, which seemed intriguing:
http://doc.qt.io/QtCharts/qtcharts-qmloscilloscope-example.html
There is also this, but the official Qt solution might be p…
-
Also, another issue is coming up. When I click multimeter, everything goes away on the black screen and it sort of freezes up. I was trying to read the voltage and current after I made a circuit. What…
-
Was expecting a newer version of the nightlies, but the last one was from the 20th.
![image](https://user-images.githubusercontent.com/7872218/105574486-cc3f3180-5d5c-11eb-9305-ce57bb89f221.png)
…
-
**Host Environment**
- OS: Windows
- Compiler: vs2019 16.7.7
**To Reproduce**
Steps to reproduce the behavior:
`./vcpkg install qt5[base]:x64-windows
./vcpkg install mlpack:x64-windows`
**F…
-
I'm trying to build a source distribution for a modern project that:
1. Uses `setup.cfg`
2. Uses [pypa/setuptools_scm](https://github.com/pypa/setuptools_scm)
3. The configuration files are store…
-
Currently the plot widget is limited to single Y axis. The underlying QCustomPlot library supports dual Y axis (ScriptCommunicator just draws the ticks on second Y axis). It would be really useful if …