Custom Widget on Eclipse Integration
Hi.
Well, I'm developing a custom GLWidget and I'm trying to put it on QT Designer.
The problem is: the custom GLWidget appears on QT Designer, but don't appear on the QT Eclipse Integration Designer.
Anyone know how to make it appear on Eclipse?
Thanks. :)
Re: Custom Widget on Eclipse Integration
You probably have to place it somewhere else than the usual place for Designer plugins. I know this is the case for VS integration as well. But I don't know where to put the plugin, so you'll have to look into the integration kit docs.
Re: Custom Widget on Eclipse Integration
Thanks for the answer, wysota.
I've searched the Eclipse Integration docs, but didn't find anything related to this...
In the case os VS, where we have to put the libs of the custom widget in order to make it appear on the IDE? Maybe Eclipse Integration have something similar to it...
Well... if someone know the answer for this question, please, let me know to. :)