[Help] Using Qt in an existing console app in Visual Studio
Unsolved
General and Desktop
-
Hello there, just started trying using Qt with Visual Studio today.
Currently, I already have a Console Application that uses couple of Libraries (Intel Realsense and OpenCV), and would like to convert this Console Application into a GUI based Application with Qt.
^ My existing console ApplicationSince I already have some configuration done to this Visual Studio Solution, it would be nice to add the GUI files directly onto this project itself.
^ Right clicking on my solution, and selecting add new item, it brings me to this menuWhich one should I use? Any help is appreciated. Thank you in advance! :)