How to generate c++ file from *.ui file?
Unsolved
General and Desktop
-
wrote on 19 Oct 2016, 22:14 last edited by
I use Qt Designer in Qt Creator. And I want to get cpp(ui_*.h) file. How can I do it?
-
Hi and welcome
The tool is called uic
http://doc.qt.io/qt-5/uic.html
2/2