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. [SOLVED] Qt Project for making plugin?

[SOLVED] Qt Project for making plugin?

Scheduled Pinned Locked Moved General and Desktop
7 Posts 4 Posters 1.5k Views 4 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.
  • HarbH Offline
    HarbH Offline
    Harb
    wrote on last edited by Harb
    #1

    Hi!
    I want to make a plugin, which will be dynamically loaded in my application. I have already created an interface, declared it and written code for plugin loading. Now I want to implement interface. So, what should I do now? Can I do it within my project, or should I create new project? If yes, what kind of project should I create? Qt Creator Plugin or C++ Library?

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

      Hi
      do yo you mean a creator plugin like
      http://doc.qt.io/qt-5/qtdesigner-customwidgetplugin-example.html
      or more like a DLL/ shared library ?

      HarbH 1 Reply Last reply
      0
      • mrjjM mrjj

        Hi
        do yo you mean a creator plugin like
        http://doc.qt.io/qt-5/qtdesigner-customwidgetplugin-example.html
        or more like a DLL/ shared library ?

        HarbH Offline
        HarbH Offline
        Harb
        wrote on last edited by
        #3

        @mrjj Hi
        I mean like this one
        http://doc.qt.io/qt-5/qtwidgets-tools-plugandpaintplugins-basictools-example.html
        but loaded dynamically, not static

        JKSHJ 1 Reply Last reply
        0
        • HarbH Harb

          @mrjj Hi
          I mean like this one
          http://doc.qt.io/qt-5/qtwidgets-tools-plugandpaintplugins-basictools-example.html
          but loaded dynamically, not static

          JKSHJ Offline
          JKSHJ Offline
          JKSH
          Moderators
          wrote on last edited by
          #4

          @Harb said:

          @mrjj Hi
          I mean like this one
          http://doc.qt.io/qt-5/qtwidgets-tools-plugandpaintplugins-basictools-example.html
          but loaded dynamically, not static

          Here is the dynamic version: http://doc.qt.io/qt-5/qtwidgets-tools-plugandpaint-example.html

          Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

          1 Reply Last reply
          0
          • HarbH Offline
            HarbH Offline
            Harb
            wrote on last edited by
            #5

            @JKSH
            I just want to understand what kind of project should I create? I have already written code for plugin loading in my application, now I want to create plugin, and I don't know what project type should I choose in Qt Creator.

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

              Hi,

              New File or Project -> Projects -> Library -> C++ Library

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

              HarbH 1 Reply Last reply
              1
              • SGaistS SGaist

                Hi,

                New File or Project -> Projects -> Library -> C++ Library

                HarbH Offline
                HarbH Offline
                Harb
                wrote on last edited by
                #7

                @SGaist That is answer, I was waiting for : ) Tnx!

                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