Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
GUI Graphics Open Source Programming

Qt Creator 3.4.0 Released 20

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.
This discussion has been archived. No new comments can be posted.

Qt Creator 3.4.0 Released

Comments Filter:
  • by Anonymous Coward on Thursday April 23, 2015 @12:04PM (#49537703)

    The "features only found in the for-pay" version is starting to ramp back up in Qt.

    The Nokia days were tumultuous, but at least they weren't trying to scrape money out of the developers.

  • by Anonymous Coward

    I didn't know the creator of qt was ever locked up.

  • I wasn't even aware the creator of QT had been incarcerated.
    • by pr0nbot ( 313417 )

      Reminds me of a skate magazine I read in the 80s where people would write in to say they still hadn't received the free Nelson Mandela advertised on a previous issue's cover.

  • Best C++ IDE (Score:4, Interesting)

    by goruka ( 1721094 ) on Thursday April 23, 2015 @06:47PM (#49541331)
    Sorry to Visual Studio, Eclipse or Netbeans fans. For many of us, this simply the best C++ IDE around.

    It' s lightweight, packed the most popular features found in VS and Visual Assist, packed with great features of it' s own (Ctrl-K Locator), runs perfectly on Linux, Windows and OSX (for those of us who switch platform often it' s a bliss) , has high customizability and it's extremely friendly to custom build systems.
    All this with a very minimalist and straightforward user interface that never gets in the way (compared to the alternatives mentioned above).

    Oh and besides all that, also it's great if you like to develop for Qt. It's a shame that people associates naturally to it as if it's was the only use.. because they are missing out an incredible tool.
    • Re: (Score:3, Insightful)

      by balajeerc ( 1461659 )
      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++.

"Protozoa are small, and bacteria are small, but viruses are smaller than the both put together."

Working...