I'd like to show a widget as a new process and run parallel in my Qt application (Windows). Like Chrom, that create a process for each tab.
I know in Linux we can use fork to create a new process and the child can continue like as the parent. But my application work in Windows. I used QThread to create and show a widget, but this error occurred:
ASSERT failure in QWidget: "Widgets must be created in the GUI thread.", file kernel\qwidget.cpp, line 1144