This information is in support with QT4
There is no need to create the .h files explicitly by running the "uic" command on *.ui files..
What you have to do is just include proper file name at the top of your main.cpp.. In QT4 the .h files are auto generated from your ui files...
for eg. if your ui file is Form.ui then you will have to include-> #include "ui_form.h"..
after you are done with "qmake", when you run "make" this file is generated...
try it out and see it urself...




Reply With Quote
Bookmarks