Hi there!

I am currently trying to make a shell extension preview handler with Qt. The code I work with is based on the Recipe Preview Handler + ActiveQt. Everything works fine except the creation of the preview window.

I need to create a widget which has a native window (HWND/WId) parent. I have looked in the QWidget documentation but I didn't found anything.

My Question is: Is it possible to create a widget which has a native window as parent?