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. Service & plugin based application
QtWS25 Last Chance

Service & plugin based application

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 3 Posters 1.5k Views
  • 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.
  • B Offline
    B Offline
    batcher
    wrote on last edited by
    #1

    Hi qt guys,

    I am starting a new application, I need this application to be service based, and support plugins.

    • Is Qt a good fit for this Kind of application ?.

    • Is there any qt frameworks that simplify my life while developing this app using Qt ?.

    • Does Qt support plugins loaded in separate process from the main app process ?.

    Thank you in advance for your valuable help.

    raven-worxR 1 Reply Last reply
    0
    • B batcher

      Hi qt guys,

      I am starting a new application, I need this application to be service based, and support plugins.

      • Is Qt a good fit for this Kind of application ?.

      • Is there any qt frameworks that simplify my life while developing this app using Qt ?.

      • Does Qt support plugins loaded in separate process from the main app process ?.

      Thank you in advance for your valuable help.

      raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      @batcher said in Service & plugin based application:

      Is Qt a good fit for this Kind of application ?.
      Is there any qt frameworks that simplify my life while developing this app using Qt ?.

      you need to be more specific what your requirements are to answer this question in detail.

      Does Qt support plugins loaded in separate process from the main app process ?.

      Do you mean injection?
      Anyway, loading libraries for/in other processes always requires system dependant code. Qt doesn't provide a high-level API for it.

      But you as i said you need to be more specific. There are only vage answers to vage questions.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      B 1 Reply Last reply
      2
      • B Offline
        B Offline
        batcher
        wrote on last edited by
        #3

        The application that I am starting interact with multiple databases for analysis and reporting.

        I want the reporting to be plugin based (A plugin by report) so I can integrate any kind of report (based on the business needs) in the future by just developing a plugin. The reports will have 2 UI an overview which will be shown in a ListView in the main app screen and a detailed view which will be shown whenever the user click on the report overview.

        this same application can insert some data to some databases, I want this to be delegated to a service on the server side which will ensure that the data is coming from my application and that are valid data before inserting it in the database.

        1 Reply Last reply
        0
        • raven-worxR raven-worx

          @batcher said in Service & plugin based application:

          Is Qt a good fit for this Kind of application ?.
          Is there any qt frameworks that simplify my life while developing this app using Qt ?.

          you need to be more specific what your requirements are to answer this question in detail.

          Does Qt support plugins loaded in separate process from the main app process ?.

          Do you mean injection?
          Anyway, loading libraries for/in other processes always requires system dependant code. Qt doesn't provide a high-level API for it.

          But you as i said you need to be more specific. There are only vage answers to vage questions.

          B Offline
          B Offline
          batcher
          wrote on last edited by
          #4

          @raven-worx Hope the reply is clear, If not please let me know so I will try to make it more specific. thank you for your answers.

          jsulmJ 1 Reply Last reply
          0
          • B batcher

            @raven-worx Hope the reply is clear, If not please let me know so I will try to make it more specific. thank you for your answers.

            jsulmJ Offline
            jsulmJ Offline
            jsulm
            Lifetime Qt Champion
            wrote on last edited by
            #5

            @batcher Check http://doc.qt.io/qt-5/plugins-howto.html

            https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply
            2

            • Login

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