cyndis / qmlrs

QtQuick interface for Rust
Apache License 2.0
436 stars 43 forks source link

QCustomPlot using qmlrs #50

Closed Felix99 closed 8 years ago

Felix99 commented 8 years ago

Hi all,

Is there any way to include QCustomPlot with qmlrs into rust? It can be found at http://www.qcustomplot.com . Any help would be appreciated!

Thanks Felix

florianjacob commented 8 years ago

QCustomPlot seems to be a QWidget library. qmlrs and all similar language binding libraries only support QML libraries. So no, it won't work, you'd need some kind of C++ QML wrapper around QCustomPlot or another plotting library that exposes a QML interface directly.

Sorry! :worried:

Felix99 commented 8 years ago

OK, thank you for your comment anyway.