Slashdot Mirror


Qt Creator 3.4.0 Released

jones_supa writes: Qt Creator 3.4.0 has been released with many new features. Qt Creator is a C/C++ IDE with specialized tools for developing Qt applications, and it works great for general-purpose projects as well. The new version comes with a C++ refactoring option to move function definitions out of a class declaration, auto-completion for signals and slots in Qt5-style connects, experimental Qt Test and Qt Quick Tests support in the Professional and Enterprise edition, support for 64-bit Android toolchains, and various other improvements. More details on the new version can be found in the official announcement and the changelog.

1 of 20 comments (clear)

  1. Re:Best C++ IDE by balajeerc · · Score: 3, Insightful

    Absolutely true. If you see how clunky Visual Studio and the new versions of XCode are (Xcode = 2.x was such an awesome IDE), and then use QtCreator, you are never going to go back to anything else. I find it surprising how hard it is for me to convince any of my colleagues to give it a try. In addition to the shame that people associate it to be something used only for Qt, is the shame that Qt itself is thought of as only a GUI. QtCore and QtNetwork make non-Qt applications a breeze to code in C++.