PDA

View Full Version : KDE ECLIPSE best QT IDE



QiT
19th July 2006, 18:30
hi

I tried KDE-ECLIPSE plugins for ECLIPSE IDE , they are working very nice. And I can create and modify my UI using the Qt Designer directly from eclipse.

I invite all of Qt fun to try those plugins.

http://kde-eclipse.pwsp.net/

bye

anli
20th July 2006, 05:38
hi

I tried KDE-ECLIPSE plugins for ECLIPSE IDE , they are working very nice. And I can create and modify my UI using the Qt Designer directly from eclipse.

I invite all of Qt fun to try those plugins.

http://kde-eclipse.pwsp.net/

bye
Can you list some advantages in comparison with kdevelop 3.4 (3.3.91), if we say about QT4-applications?

QiT
21st July 2006, 09:59
hi anli
the advantages of KDE plugins for Eclipse IDE are :

1- It is running in all platforms (linux,windows,MacOs,...)
2- Very powrful debugger
3- Eclipse is the best IDE ever build (eclipse.org)

jacek
21st July 2006, 10:06
the advantages of KDE plugins for Eclipse IDE are : [...]
Does this mean that it doesn't support Qt4?

anli
21st July 2006, 11:34
hi anli
the advantages of KDE plugins for Eclipse IDE are :

1- It is running in all platforms (linux,windows,MacOs,...)
2- Very powrful debugger
3- Eclipse is the best IDE ever build (eclipse.org)

I know Eclipse's charms very well as it is my every day IDE for java development. I'm interested in advantages for *QT4* development. like:

- *.pro files managing
- QT "C++extensions" support,
- different help/api/html files access/search,
- codecompletion,
- and so on.

QiT
21st July 2006, 12:07
Does this mean that it doesn't support Qt4?
no it supports QT4

BeS
2nd August 2006, 22:47
Hello,
this looks really interesting. I have tried to install it but it didn't run.
I have copied all files from the first table at http://kde-eclipse.pwsp.net/index.php?filename=downloads.html into eclipse/plugins.
If i look at Help->About Eclipse SDK->Plugin Details i see only two kde plugins:
- org.kde.antlr2
- org.kde.designer

But where are the other plugins?

Also if i try File->New->Project there is nothing for C++ or Qt.

Does i have to do anything else beside copying the plugins into eclipse/plugins?

Thanks!

QiT
12th August 2006, 10:27
yes you need the CDT plugin for c++ integration in eclipse.

just choose the correct version described in the site.:D

mickey
17th August 2006, 20:56
hi,
could anyone tell me other examples of good KDE IDEs? Thanks

jlbrd
1st September 2006, 12:23
Good I don't know! but you can try QIde (http://qide.free.fr)

wysota
6th September 2006, 16:14
The best IDE with full support for KDE3 is KDevelop. It (among other things) has a variety of KDE project templates like kio_slaves, kicker applets, KDevelop plugins, DCOP servers, regular KDE applications, etc.

aMan
28th September 2006, 11:17
Maybe a stupid question, but where can i build a project?
When I change a file and click run it just runs the old binary..

Regards..
aMan..

sunil.thaha
28th September 2006, 11:22
How did you build it in the first place

aMan
28th September 2006, 11:35
I've made a new project and clicked run..
Then I've changed the QMainWindow into a QPushButton and after clicking run it still opens the QMainWindow..

It doesn't compile anything because I haven't included QPushButton yet and it doensn't throw any errors..

Regards..
aMan..