qwtquick2 icon indicating copy to clipboard operation
qwtquick2 copied to clipboard

Render a qwt plot in qml using QQuickPaintedItem (example)

qwtquick2

This is a wrapper to Qwt to render by QtQuick2. Inspired by qmlplot (same thing using QCustomPlot)

The plot it self is implemented in c++ but can be shown in qml.

Requirements:

  • Qt 5.x (tested with 5.11)
  • Qwt (tested with 6.x)