Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for Python
  4. Modular application
Forum Updated to NodeBB v4.3 + New Features

Modular application

Scheduled Pinned Locked Moved Unsolved Qt for Python
5 Posts 2 Posters 618 Views 2 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.
  • NodedgeN Offline
    NodedgeN Offline
    Nodedge
    wrote on last edited by
    #1

    Hello,

    It is my first post here, happy to join the Qt Community!

    I have a question regarding plugins for modular applications.

    Do you know if there is a way to add compiled plugins to a FBS-compiled application?

    I tried with Yapsy. I managed to find python plugins located in the folder "plugins" of my installation folder.
    However, Yaspsy only finds Python plugins (.py files), and not compiled plugins (.pyc, .whl, .pyd or any compiled extension).

    Do you know if there is a way to use QPluginLoader with FBS/PySide2?

    Thank you for your insight.
    Best regards.

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

      Hi and welcome to devnet,

      Do you mean you have a custom plugin you are building yourself ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      1 Reply Last reply
      0
      • NodedgeN Offline
        NodedgeN Offline
        Nodedge
        wrote on last edited by
        #3

        Hello!

        Yes, I have coded the main app, a GUI able to create Widgets in a graphics Scene. Now, I would like to code plugins to be added to the main app.

        The plugins provide more custom Widgets to the main application.

        The plugins can be built independently from the main application.
        However, once built with FBS, I don't know how to load them.

        Do you have any insights?

        Thank you, have a nice day!

        1 Reply Last reply
        0
        • SGaistS Offline
          SGaistS Offline
          SGaist
          Lifetime Qt Champion
          wrote on last edited by
          #4

          You should check the Plug And Paint example and adapt it to Python.

          Interested in AI ? www.idiap.ch
          Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

          NodedgeN 1 Reply Last reply
          1
          • SGaistS SGaist

            You should check the Plug And Paint example and adapt it to Python.

            NodedgeN Offline
            NodedgeN Offline
            Nodedge
            wrote on last edited by
            #5

            @SGaist Thank you I will try.

            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