Hi,

For long i am trying to create seperate '.h' and '.cpp' files for the respective '.ui' files but it is not creating it..

I have consulted lot many documents on uic and it is just able to create the .h file for the corresponding .ui file using the following command

uic filename.ui -o ui_filename.h

but when i try to give

uic filename.ui -i filename.h -o filename.cpp

it gives error saying that -i option not found and does not create the corresponding .cpp file..

Please tell me how to create the seperate .h and .cpp files for a .ui file.

(OS used is Windows 2000 and QT is 4.1 opensource with MinGW)

Thanking you

Kapil