Qt constructor plugin (custom widget) in Eclipse integration

I created a custom widget plugin that is recognized and displayed in the Qt design, but Qt integration and Qt eclipse integration do not show it.

Does anyone have any ideas how to solve this problem?

+3
source share
2 answers

I assume that Qt Creator and Qt Eclipse integration have different constructor versions that they use. (I know that this is the case for the Creator.) Because they use different design applications, they are probably also looking for plugins other than the standard Designer program. My first suggestion is to try to find where this place is and copy the plugin there.

If the copied plugin does not work, you probably have several incompatible versions of the constructor for one or the other. It will take a little more research, but more research is likely to be overcome.

+1
source

, ( Nokia , ), Qt Google).

-, - C:\Qt\bin\designer Windows ( .../bin/ Linux - "find. -name libqwebview.so" ).

-, Windows, QtCreator mingw, QtCreator, , Visual Studio. , QtCreator mingw.

+1

Source: https://habr.com/ru/post/1710832/


All Articles