LWN.net Logo

A look at Qt 4.6

A look at Qt 4.6

Posted Dec 10, 2009 14:15 UTC (Thu) by ikm (subscriber, #493)
Parent article: A look at Qt 4.6

I'm loving Qt Creator. It's the first IDE for Linux which doesn't suck, for me of course. Anyone doing C++ w/ Qt development, or even just plain C++, should definitely check it out.

In a broader view, looks like Qt acquisition worked very well for both Qt, Nokia and the rest of us.


(Log in to post comments)

A look at Qt 4.6

Posted Dec 10, 2009 17:21 UTC (Thu) by batsys (subscriber, #54289) [Link]

The new QtCreator 1.3 is a definite improvement over the older version. There are still some problems though; off the top of my head:

- it's a bit on the slow side
- missing basic features such as insert/overwrite mode
- autocompletion of header files doesn't cope with relative paths

There are a lot more issues but to be fair these are annoyances rather than show-stoppers. I do like the fact that it behaves more or less the same on Linux and Windows.

All in all a good effort guys but don't stop yet.

A look at Qt 4.6

Posted Dec 17, 2009 19:59 UTC (Thu) by oblio (guest, #33465) [Link]

"- missing basic features such as insert/overwrite mode"

Insert/overwrite mode is considered a gross misfeature by some. Like me. Very rarely useful, and it's not that hard to turn it on by accident.

QT Creator vs Emacs

Posted Dec 11, 2009 0:36 UTC (Fri) by juhl (subscriber, #33245) [Link]

I have to disagree. I still prefer Emacs.
Creator still chokes on too much valid C++, crashes too frequently and is pretty slow. No thanks. It gives me nothing that I don't already get (better) from Emacs...

QT Creator vs Emacs

Posted Dec 11, 2009 8:25 UTC (Fri) by boudewijn (subscriber, #14185) [Link]

Crashes? I've been using Qt Creator for about a year now, every day, on three platforms, for projects between 40,000 and 1,000,000 lines of code, and I've never had a crash since it came out of beta. Maybe it's because I freshly compile Qt Creator every morning after doing a git pull... And compared to, for instance, the speed with which Emacs fontifies some of the bigger legacy classes in my projects, Qt Creator is extremely fast. I've stopped using Emacs altogether for my C++ projects now, in fact.

And since nothing in Emacs can do the kind of smart code insight Qt Creator offers (well, KDevelop is even better at that, but KDevelop is still a beta), I've actually gained a lot in productivity.

So, if it's been some time since you last tried Qt Creator, like, since the first beta, give it another try.

QT Creator vs Emacs

Posted Dec 11, 2009 20:25 UTC (Fri) by ikm (subscriber, #493) [Link]

Emacs is too broad, scattered out thin, horizontally-oriented and lispy for me to be usable. It reminds me of a GTA-like sandbox game. There's a sandbox and then there are lisp scripts in it lying flatly. This is very different from Qt Creator -- the latter in much more vertical in its design, and it shows.

Anyway, it's still a matter of preferences. One should check out both, of course -- it's just that one would presume 'emacs' was tried (even at least once) by everybody here among LWN crowd already.

QT Creator vs Emacs

Posted Dec 13, 2009 18:26 UTC (Sun) by MarkWilliamson (guest, #30166) [Link]

"It reminds me of a GTA-like sandbox game."

That made my day!

QT Creator vs Emacs

Posted Dec 12, 2009 10:39 UTC (Sat) by kelvie (subscriber, #60620) [Link]

I still do use emacs, because my fingers' muscle memory refuses to use anything else, but I do agree for people that aren't tainted like me that Qt Creator is a better for developing Qt apps ...

You don't get odd behaviours in indentation such as indenting Q_OBJECT correctly, and I've never quite gotten semantic/CEDET working right with Qt projects.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds