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. Main app + Plugins: Best Architecture approach

Main app + Plugins: Best Architecture approach

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 216 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.
  • F Offline
    F Offline
    fem_dev
    wrote on last edited by
    #1

    I would like to develop a cross-platform main application that will be expanded in a future by adding new future dynamic libraries. I called this future dynamic libraries as "plugins".

    When the Main Application is launched, it will load all dynamic libraries (plugins) placed in a specific folder and then create in a Main Application top menu new menu items according the loaded plugins.

    Each dynamic library must have your own QT UI and C++ code, and a way to communicate with the Main Application.

    1- What are the QT options to implement this ideas?
    2- Is there a "best way" to do that?

    Thanks,

    1 Reply Last reply
    0
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi
      Have a look at
      https://doc.qt.io/Qt-5/qtwidgets-tools-plugandpaint-app-example.html#
      It uses plugins to extend its functionality and sounds pretty much what you are after.

      1 Reply Last reply
      4

      • Login

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