PDA

View Full Version : Qt with Eclipse Galileo



piotr.dobrogost
31st May 2009, 13:50
Has anyone tried to use qt-eclipse-integration-win32-1.5.1 with Eclipse Galileo (CTD 6.0)?

After installation when I run Eclipse I get the following error
"org.eclipse.ui.PartInitException: No editor descriptor for id com.trolltech.qtcppdesigner.editors.UiEditor"

I use
Eclipse C/C++ Development Tools
Version: 6.0.0.200905061052
Build id: 200905061052

jennifer
16th June 2009, 09:25
Hi,

unfortunately I don't have a solution to the question just the same problem.
Are there any hints for the Qt integration in Eclipse Galileo?


Many thanks in advance

Lykurg
16th June 2009, 20:23
Hey, no problems at all here on my machine:D


eclipse-cpp-galileo-RC4-linux-gtk.tar.gz
qt-eclipse-integration-linux.x86-1.5.1.tar.gz
with the latest Qt release

jennifer
17th June 2009, 17:31
Thank you very much.

You're absolutely right. I've tried the C/C++ IDE and the Qt integration is running immediately.
But I've found no way to get the same with the Eclipse SDK + CDT + Qt Integration. In this case the Qt plugin is ignored although all directories are correct and the same files are there.
I've no idea what's wrong in this way.

Thanks again!

hangglider
25th June 2009, 11:32
I have that problem too, with galileo cpp + wtp + subclipse, the QT integration is ignored.
No installation icon, no entries in the plug-in list.

I am working on debian squeeze,

I installed:

eclipse-cpp-galileo-linux-gtk.tar.gz
wtp-wst-R-3.1-20090616035105.zip
subclipse 1.4.x (by "installing new software")

qt-eclipse-integration-linux.x86-1.5.1.tar.gz

The same problem ocurred while installing subclipse from an archive. Installing by the eclipse "install new software" command was successful.

Is there a update site for the qt integration too ?

Regards

hangglider
25th June 2009, 14:47
I solved my problem wit the QT integration !! :D

It seems to be a problem caused by the user rights of the files in the plugin path or the eclipse path it self.

I changed the owner and the group of the whole eclipse path to the user/group I am logged in.
Afterwords the QT implementation (and probably other things) are working properly.

Regards

tfb662
30th June 2009, 21:13
Has anyone who reported success tried to debug a Qt-application. It seems that eclipse hangs when it tried to launch the debugger.