diff options
| author | Nikita Kostovsky <nikita@kostovsky.me> | 2024-11-24 09:55:29 +0100 |
|---|---|---|
| committer | Nikita Kostovsky <nikita@kostovsky.me> | 2024-11-24 09:55:29 +0100 |
| commit | 8ac3204aa7911aec20967c4d57b92da027b1ad03 (patch) | |
| tree | 7459f5ee505ec96078e893cc8673e61bc77eb96e /QmlCustomPlot.h | |
| parent | 373fac3d442ccda77ad457075c95220511981840 (diff) | |
add encoder
Diffstat (limited to 'QmlCustomPlot.h')
| -rw-r--r-- | QmlCustomPlot.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/QmlCustomPlot.h b/QmlCustomPlot.h index c56038c..3354619 100644 --- a/QmlCustomPlot.h +++ b/QmlCustomPlot.h @@ -34,6 +34,7 @@ public slots: void setLines(const QVector<QLineF> lines); void setContours(const QVector<Points2D> contours); void setFps(int fps); + void setRange(const QRectF &range); signals: void plotChanged(); |
