I've been trying to create a COM object(.dll) out of a QWidget class to use in a C# Windows Form. The class in question is from a open source gis library called Qgis.
I know ActiveQt exists but the documentation for it is not that comprehensive and seems to be somewhat outdated.
My end goal is to create a "User Control"-like object in Qt and import it to a Visual Studio envorinment.
Can you point me to a guide or something to help me out.