I just found a great IDE - SlickEdit. I reflect how I could missed it before. It has very good word completion feature, it's very similar to VC++ and lot more....
Ok now my problem is to compile qt project from this IDE. It should do smth like that:
1. Make a makefile using qmake.
2. Compile it using makefile, created before...

So is there a possibility to run qmake before compile process?? And then use this makefile?? Any ideas??