PDA

View Full Version : IDE for QT



T0bi4s
7th November 2009, 19:02
Hi,
just a short question:
are there any other ide's like the qt creator for qt?

thx
tobi

Lykurg
7th November 2009, 20:02
kdevelop, eclipse, Visual Studio...

Peppy
7th November 2009, 20:42
Yes as Lykurg said...but the best is QtCreator :)

T0bi4s
7th November 2009, 21:08
thx
i wanna try a diffrent 1, cause i got trouble with the qtcreator & psql
are there any troubels known with the creator and vista?

tobi

squidge
7th November 2009, 22:44
Try Eclipse.

I use Visual Studio myself with Whole Tomato and external QtDesigner. I don't like the designer built into QtCreator (or really, the QtCreator IDE...)

T0bi4s
8th November 2009, 10:06
//what eclipse version i need for qt? is there a plugin or a special qt-version for eclipse?

edit: just found it :D

me again, i mean i integrated qt into eclipse but now i got the problem that i can't use strg+space, so it doesn't list me the possible commands or attributes, where can i enable this function?

tobi

squidge
8th November 2009, 11:32
Isn't it CTRL + Shift + Space?

But if you have a syntax error in your code above the current line, sometimes it aborts and doesn't show auto completion.

A better forum would be one about Eclipse in general.

T0bi4s
8th November 2009, 11:40
no it's strg + space, i'm pretty sure about that

but thx i'll check the eclipse forums :)

edit:
hm ok, this settings for strg+space command are set, but it still doesn't work, i don't know why, anyway eclipse is compiling my project and it works but qDebug is somehow not working, could you imagine a reason why?