woboq / qmetaobject-rs

Integrate Qml and Rust by building the QMetaObject at compile time.
MIT License
638 stars 89 forks source link

Add qputenv implementation #271

Open gmittone opened 2 years ago

gmittone commented 2 years ago

Add qputenv implementation to add environment variable programmatically so that it'll possible to initialize virtual keyboard safely.

Ex: qputenv("QT_IM_MODULE", QByteArray("qtvirtualkeyboard"))

ogoffart commented 2 years ago

What is that supposed to fix?