Last time I used C++ - in the late 90's, Borland CPP Dev studio 5 was the dominant product for Win 32's. Obviously the landscape has changed a great deal since then. I have been using Delphi and VisualStudio for many years so my expectations from an IDE are high.
What are the best options out there today for a C++ IDE. I'll be using the tool mostly for QT development, so a cross platform solution would be nice, although not mandatory.
Have considered going with C++ builder Starter Edition and simply removing their vendor specific components and libraries, or MS VC++ Express - although I'm not sure if QT works with those compilers or if I really want to use a product that will inevitably try its hardest to pull me into using their proprietary features.
Are the bundled QT tools sufficient for general C++ work? What else is out there? I am open to OpenSource solutions that are refined and well supported.