Qt Creator 2.4.0 beta released

We are happy to announce that we have - right in time for the Qt DevDays - published a beta update to your (hopefully) number one Qt IDE today: The Qt Creator 2.4 beta.

The release contains a great number of smaller and bigger improvements and new features, that, combined, will make you want to not go back :)

For me personally the most awesome feature & improvement is definitely the new "synchronize declaration & definition" quick fix, which helps you to do exactly that: Whenever you change a method declaration or definition Qt Creator tries to find its counterpart in your sources and headers. If it finds the counterpart you have to option to apply a quick fix (denoted by a little light bulb and invokable also with the Alt+Return shortcut) that will make the counterpart match the changes you did to the method.
Together with the improvements to the "insert definition from declaration" quick fix (it will now minimize the names by e.g. throwing away unnecessary namespaces, and find a much more suitable spot in the code), this is a real productivity boost when writing C++ code.

Semantic highlighting in QML

The QML editor also got lots of news, so for example a real "Rename usages" functionality and semantic highlighting. Additionally the coding style options, both for C++ and QML got redesigned to be saved as "schemes", so it is easy now to re-use coding style settings in different projects, and also to share them. You can read more about these editor improvements in Christian's blog post.

I'll just mention a few of the other things before pointing you to the actual download links and urging you to try it out for yourself:

  • There have been lots of QML debugging bugs fixed, especially for mixed QML/C++ debugging
  • Even the preferences dialog should fit nicely onto a netbook now ;)
  • The "advanced search" got a UI overhaul and you can access your most recent searches now
  • Much more!

Finally, a few words of advice:

  • If you don't find the Qt Versions settings, they, the Tool Chains and Projects settings have been merged into a single category "Build & Run"

The packages are as usual on our developer.qt.nokia.com Qt Creator downloads page.


Blog Topics:

Comments

?
victor noagbodji
0 points
189 months ago

hi, i really liked the screenshot composer demo but it is not in the dojo repository. is it possible to make it available?

?
jrdls
0 points
189 months ago

Thanks for the videos, I usually cannot attend those events, so it's nice watch them.

PS: I'm in shock. Am I seeing KDE's founder using Gnome? Is the laptop with the KDE Sticker his?

?
Alessandro
0 points
189 months ago

@victor noagbodji: That's "Screenie". Ariya put it on http://screenie.googlecode....

?
eric
0 points
189 months ago

Great stuff... Love Ariya presentation. It was mentioned by Ariya that the code is already available ! Can you please point us in the right direction?

?
Alessandro
0 points
189 months ago

@eric Most of the demos can be found in the Qt Labs repositories: http://qt.gitorious.org/qt-... ."graphics-dojo" has most of the demos you saw in the talk. "wolfenqt" is the 3D-demo. Some of the demos are included in (the upcoming) Qt 4.6's examples/demos.

?
Uku
0 points
189 months ago

Guys, why sound is so extremely bad? No good micro?

?
Alessandro
0 points
189 months ago

@Uku: You guessed it right, bad micro :) Actually, it was a spontaneous decision to record the talks. I did not have the direct audio from the micros which the Trolls used. So, the built-in micro of the camera had to pick up the sound from the room. That causes ambient noise and delay.

?
Ariya Hidayat
0 points
189 months ago

And if you don't want to miss future Graphics Dojo demos, put http://bit.ly/graphicsdojo in your bookmarks!