
Categories (Bottom-up)
Recent Unanswered Threads
Recent Forum PostsThanks, Uwe. If @perdrix can use this, I'll defer looking into it.
d_stranz 17th November 2025, 17:09
QwtMatrixRasterData is a convenience API for uniform data - if your data is non uniform use QwtRasterData ( its base class ).
class YourRasterData : public QwtRasterData
{
public:
...
If I can find time, I will look at the original code to see if it can be ported to QCustomPlot. Quite honestly, I don't remember much about it :confused:
d_stranz 17th November 2025, 02:58
I'd happily use QCustomPlot!
The problem is that your old code won't even compile with Qwt 6.3! Ho-hum. Let me be clear I'm dealing with very sparse data so I have perhaps only 100 to 150...
Unfortunately, I stopped using Qwt nearly 10 years ago and have not touched this code since then. I switched over to QCustomPlot, which I find to be easily customized and extended.
In what...
Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at The Qt Company.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.

Geometry of native widgets breaks when I put them into a non-native QTabWidget
2nd October 2025 13:07 by nikitagrgv