Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved make an application as plugin

    General and Desktop
    2
    3
    202
    Loading More Posts
    • 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.
    • M
      miladm31 last edited by

      i just wonder is this possible to create an entire application as plugin. like media player with qml in front (not widgets) and load/unload it whenever you need.
      i know about shared objects and routine of making a c++ plugin.but i need a qml app. if it is possible what are the steps? thanks

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        Sure you can, you are even likely already using a very good example of that: Qt Creator.

        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 Reply Quote 1
        • M
          miladm31 last edited by

          thanks for reply. but i don't get it. the major application that i talk about is digital instrument cluster and there will be some other application inside that like player app , navigation etc.
          those applications have their own c++ back logic and qml design in front. how we put them together in plugin or what will be the structure of it. is this possible at all?
          i read about qtplugin for c++ shared object and QQmlExtensionPlugin but those are not suitable for this kind of imaginary plugin i think :))

          1 Reply Last reply Reply Quote 0
          • First post
            Last post