qt - Connect to QtCreator .ui file directly to visual studio -
Our team is using Visual Studio to write a complete project, and the user interface to create a .ui QT The file is done with the designer.
I wonder if there is no way to connect the .i file directly to the C ++ file in QTCreator instead of Visual Studio. Also, I have the .ui file I want to load CPP or .h file instead of place at runtime.
Thank you!
For a UI file integration in Visual Studio, take a look.
To load UI files at runtime, look at the class.
Comments
Post a Comment