[Interest] using designer plugin in application

Harish Surana surana4u at gmail.com
Tue Dec 3 11:19:40 CET 2013


Yes it is technically possible to make the widgets accessible to Qt
Designer without linking *widgets dll* against *QtDesigner4.dll*. Some
possible approaches are described here:
http://qt-project.org/doc/qt-4.8/designer-creating-custom-widgets.html (see
the section "Splitting up the Plugin").


On Tue, Dec 3, 2013 at 10:31 AM, Graham Labdon <
Graham.Labdon at avalonsciences.com> wrote:

>  Hi
> I have developed a number of Qt Designer plugins and can use them in my
> applications.
> But obviously I need my apps to link against the plugin library which
> means when I deploy the application I need to deploy the plugin library as
> well.
> What I would like is for widget classes to be compiled into one library
> that both the application and the designer plugin can use but I have been
> unable to achieve this.
> Is this possible?
>
>
>
> _______________________________________________
> Interest mailing list
> Interest at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20131203/ee6ed6e7/attachment.html>


More information about the Interest mailing list