White-Oak / qml-rust

QML (Qt Quick) bindings for Rust language
MIT License
205 stars 18 forks source link

added QmlEngine::add_import_path() #34

Closed fneddy closed 7 years ago

White-Oak commented 7 years ago

Can you elaborate on what does it do?..

fneddy commented 7 years ago

this adds a path to the the search locations there qml will look for modules on an import ModuleName call.

see http://doc.qt.io/qt-5/qtqml-syntax-imports.html