woboq / qmetaobject-rs

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

Implement From<QVariantMap> for QVariant #283

Open Tomin1 opened 1 year ago

Tomin1 commented 1 year ago

I would have had use for QVariant::from(QVariantMap) but that doesn't seem to exist. I'd like to see impl From<QVariantMap> for QVariant in qttypes.