Suppose I have the file about.ui. How can I make the \"about.h\" and the \"about.cpp\" from my .ui file?
If automatic generation does not work (like in my case) you can use uic to generate the header file manually. uic file.ui > file.h
uic file.ui > file.h