rust-qt / ritual

Use C++ libraries from Rust
Apache License 2.0
1.22k stars 49 forks source link

Qt Chart Support #84

Closed igor-petruk closed 4 years ago

igor-petruk commented 4 years ago

Please provide a crate with https://doc.qt.io/qt-5/qchart.html support. Thanks!

Riateche commented 4 years ago

I've added qt_charts support. It will be included in the next release.

Riateche commented 4 years ago

The qt_charts 0.3.0 crate is out. See a basic example of usage here.