-
Notifications
You must be signed in to change notification settings - Fork 92
Open
Labels
A-wrappersArea: Wrappers and bindingsArea: Wrappers and bindingsC-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.E-easyCall for participation: Experience needed to fix: Easy / not muchCall for participation: Experience needed to fix: Easy / not muchP-highHigh priorityHigh priority
Description
Recently I found that the QVariant wrapper can be created from Rust's primitive types (i32, f32 etc.), but there isn't a way to directly convert it back into a primitive type.
I'd take this on if I have free time, but what I've thought of so far is implementing TryInto<...>
for the QVariant wrapper (since the conversion can fail).
Metadata
Metadata
Assignees
Labels
A-wrappersArea: Wrappers and bindingsArea: Wrappers and bindingsC-feature-requestCategory: A feature request, i.e: not implemented / a PR.Category: A feature request, i.e: not implemented / a PR.E-easyCall for participation: Experience needed to fix: Easy / not muchCall for participation: Experience needed to fix: Easy / not muchP-highHigh priorityHigh priority