QT GUI appears Blank.(White Screen only appears, Widgets are not displayed)
-
I have created the the QT GUI application as dll and I am trying to launch the the GUI using dll interface function my console C++ application. But I am getting blank white screen only. Do I need to create a seprate thread for running the QTGUI from my console C++ application.If yes what could be the reason for that.
-
I have created the the QT GUI application as dll and I am trying to launch the the GUI using dll interface function my console C++ application. But I am getting blank white screen only. Do I need to create a seprate thread for running the QTGUI from my console C++ application.If yes what could be the reason for that.
@Ayush-Gupta said in QT GUI appears Blank.(White Screen only appears, Widgets are not displayed):
Do I need to create a seprate thread for running the QTGUI from my console C++ application
No, you actually can't.
Can you show us your code?