Thanks for the links, however I've been through each one of those links already before posting and still couldn't put the whole picture together for creating a simple dialog with them.

The first link is the most helpful, but isn't quite what I'm looking for. And the last 3 either don't deal with Qt4, or don't have any tutorials at all (link 2).

I'm still trying to figure out how to get my simple dialog working, I've been referencing this link mainly, but still no luck.
http://doc.trolltech.com/4.1/designe...component.html
Sure it talks about sub classing the dialog, but the dialog they build leading up to that point isn't straight forward. They jump around way too much.

I can build a dialog with Qt4 designer, but can't figure out how to make use of it. I can hop in Kdevelop ( I agree Kdevelop doesn't have Qt4 designer integrated!) and then can create a new project (c++ -> QMake project -> Hello world). Then under the project settings, select Qt4 and give it the path to the header files and such (/usr/include/qt4). Then in the automake manager I can add a main.cpp and the created dialog. But now what? Subclass the .UI file? Thats where I get the most lost.

Paul