Hello everyone,

What IDE do you recommend when writing Qt4 applications?

I am new to Qt, and together with my colleagues at work, are starting to work on a project that involves the use of Qt. The project involves GUIs, database connections, audio/video playback etc. We want to have a certain degree of standardization in our work and for that we would like to know, in this case, how should we handle code writing, makefiles and project building. I have tried to design the GUI using the Designer, then write the code for the desired functionality using a text editor (Kate) after which go to the console and make and build the executable.
I saw that Eclipse has plug-ins for Qt but for some reason it worked unstable and very slow. On the other had I have tried KDevelop but it seems the last version does not work with Qt4.3.3. Any suggestions ?

Thank you in advance.