I have an existing Visual Studio C ++ project. It creates the main window using GLUT, and also uses bend for the context menu of the context menu.
All I want to do now is open a second window, which is used as a property inspector to display and change some values.
Everyone recommends using Qt to develop a GUI, but all the tutorials that I find discuss either working in a Qt creator, or how to create a Qt project from scratch.
I used Qt a few years ago to do something similar, and it was not so difficult to add it to my project.
Can someone explain or point me to a tutorial explaining how to do this?
thanks!
source share