Hi, I am new to Qt4 and I am following the official book C++ GUI Programming with Qt4. It said that we can design UI form of the application first and then generate the c++ code for that ui file. In the book, they demonstrated it in Qt Designer and used qmake to generated a makefile that can invoke uic to to this. However, in the QtSDK I downloaded, it only has QtCreator and the the flow seems different. I don't know how to do in the latest SDK. Can someone give me a hand with that?

Thanks.