Results 1 to 5 of 5

Thread: Why can Qt Creator use QPluginLoader to load plugins?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2009
    Posts
    23
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Default Re: Why can Qt Creator use QPluginLoader to load plugins?

    in qtcreator all interfaces are subclasses of QObject - they don't need first macro
    and second is used: file src/plugins/bineditor/bineditorplugin.cpp
    Qt Code:
    1. Q_EXPORT_PLUGIN(BinEditorPlugin)
    To copy to clipboard, switch view to plain text mode 

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

    MorrisLiang (25th April 2010)

  3. #2
    Join Date
    Apr 2010
    Posts
    98
    Thanks
    19
    Thanked 8 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Why can Qt Creator use QPluginLoader to load plugins?

    OK,I miss that part,Thanks for pointing that out.I'll check for that..
    It's not the goodbye that hurts,but the flashback that follow.

Similar Threads

  1. Designer plugins in Qt Creator
    By stefan in forum Qt Tools
    Replies: 9
    Last Post: 8th March 2010, 05:51
  2. Qt Creator doesn't load nested plugin
    By skepticalgeek in forum Qt Tools
    Replies: 0
    Last Post: 9th January 2010, 21:10
  3. Replies: 8
    Last Post: 27th December 2009, 14:57
  4. Replies: 0
    Last Post: 30th August 2009, 22:44
  5. QPluginLoader doesn't load plugin
    By BeS in forum Qt Programming
    Replies: 6
    Last Post: 26th November 2008, 19:12

Tags for this Thread

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.