Problems with Open-Source Downloads read https://www.qt.io/blog/problem-with-open-source-downloads and https://forum.qt.io/post/638946
Using my own window / hwnd
-
I have a situation where I can't use Qt to create a window. I already have the window / hwnd. I want to Qt to render and take input from that.
How would I go about telling Qt to use my window instead of creating one?
-
Subclass QWidget and take a look on the protected function "QWidget::create":http://qt-project.org/doc/qt-4.8/qwidget.html#create Wid is an HWND