I'm working with some legacy Windows C++ code that gets and sets a Windows VARIANT type.

I can't see a way to convert this directly to and from a QVariant. I could make my own conversion I guess, but it seems like it would be in Qt already as part of ActiveQt (which I'm not using).

Is there a way do this?