woboq/qmetaobject-rs

Add qputenv implementation

gmittone opened this issue · 1 comments

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"))

What is that supposed to fix?