vote up 0 vote down star

I have made custom widget plugin, which is recognized and visible in Qt designer, but Qt creator and Qt eclipse integration doesn't show it.

Does anyone have ideas how to solve this problem?

flag

2 Answers

vote up 0 vote down

My guess is that Qt Creator and the Qt Eclipse integration have different versions of designer that they use. (I know this is the case for Creator.) Since they are using different designer applications, they are probably also looking in a different location for the plugins than does the standard Designer program. My first suggestion would be to try to find where that location is, and copy your plugin there.

If the copied plugin doesn't work, you probably have somewhat incompatible versions of designer for one or the other. That will take a bit more research, but could likely be overcome with a bit more research.

link|flag
vote up 0 vote down

Yeah sweet im having same problem and I realised as i was doing some tests that removing and adding back the dynamic library only influenced Qt designer and not Qt creator's form editor. So where is that path and can I even add it or is it somehow in the binary?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.