How to create a QWidget with a HWND as parent?

前端 未结 0 741
余生分开走
余生分开走 2021-02-14 19:55

With wxWidgets I use the following code:

HWND main_window = ...
...
wxWindow *w = new wxWindow();
wxWindow *window = w->CreateWindowFromHWND(0, (WXHWND) main_win         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题