Re: How to convert ui file to cpp file in QtCreator?
Originally Posted by tbscope
If you only want to use Qt Creator:
Create a new project of your choice. If you start with a Qt Gui application, a .ui file will already be created for you and the .pro file be created to use uic.
You can then add more widgets or dialogs to your project.
I did that. But after that, I still don't know how to invoke uic... I didn't find the uic in the QtCreator and I looked at the bin directory, there was no binary file called "uic".
Bookmarks