Re: uic not creating seperate .h and .cpp files
I think you are definitely reading the docs for Qt3 and not Qt4. I just installed it this weekend, so trust me, it's weird getting used to the changes and the Qt3 reference won't really help you. Anyway, why do you need to make these yourself? My makefiles always generate the ui_formname.h automatically at build-time. I just have to remember to include them correctly in main.cpp
My philosophy is: If you can use a free, open-source alternative: do it. And if you can't, pretend it's free and open-source and hope you don't get caught.
Bookmarks