Results 1 to 18 of 18

Thread: Using default implementation, intefaces and Qt plugins (not designer plugins)

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #4
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: Using default implementation, intefaces and Qt plugins (not designer plugins)

    With default plugin, do you mean the interface?
    If so, you will always need to link to it.

    Qt Code:
    1. +---------------+
    2. | Plugin 1 |
    3. | Default o---------------+
    4. | | |
    5. | Always loaded | |
    6. +---------------+ | +--------------------+ +------------------+
    7. +-----o Abstract interface o-----o Host application |
    8. +---------------+ | +--------------------+ +------------------+
    9. | Plugin 2 | |
    10. | o---------------+
    11. | Loaded on |
    12. | demand |
    13. +---------------+
    To copy to clipboard, switch view to plain text mode 

    In the schematic above, both plugin 1 and plugin 2 implement an interface (which can be abstract). All the plugins and the host application need to link to the interface.

  2. The following user says thank you to tbscope for this useful post:

    high_flyer (29th December 2010)

Similar Threads

  1. Mac OS, plugins that user designer plugins
    By Royceybaby in forum Qt Programming
    Replies: 0
    Last Post: 9th May 2010, 01:40
  2. Designer plugins in Qt Creator
    By stefan in forum Qt Tools
    Replies: 9
    Last Post: 8th March 2010, 05:51
  3. Trying to use QWT plugins in Designer
    By AwareWolf in forum Qwt
    Replies: 4
    Last Post: 13th January 2010, 14:42
  4. Threads in Designer plugins
    By hvengel in forum Qt Tools
    Replies: 2
    Last Post: 3rd January 2009, 19:19
  5. Arthur Plugins demos and designer
    By antonio.r.tome in forum Installation and Deployment
    Replies: 4
    Last Post: 21st March 2006, 14:01

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.