Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. One dll for multiple kinds of plugins?
Forum Updated to NodeBB v4.3 + New Features

One dll for multiple kinds of plugins?

Scheduled Pinned Locked Moved Solved General and Desktop
3 Posts 3 Posters 471 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    stronger1234
    wrote on last edited by
    #1

    Can I place two kinds of plugins in one dll?
    i.e. a QDesignerCustomWidgetInterface and a QStylePlugin, in one dll?

    1 Reply Last reply
    0
    • dheerendraD Offline
      dheerendraD Offline
      dheerendra
      Qt Champions 2022
      wrote on last edited by dheerendra
      #2

      No. One plugin one implementation. You can have multiple interfaces and implement them one plugin.

      Dheerendra
      @Community Service
      Certified Qt Specialist
      http://www.pthinks.com

      1 Reply Last reply
      0
      • M Offline
        M Offline
        moriv4
        wrote on last edited by
        #3

        Multiple qt-designer widgets implement in one dll:
        Use QDesignerCustomWidgetCollectionInterface class, it allows you to include several custom widgets in one single library.
        https://doc.qt.io/qt-6/qdesignercustomwidgetcollectioninterface.html

        1 Reply Last reply
        0

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved