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. License logic implementation
Forum Updated to NodeBB v4.3 + New Features

License logic implementation

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

    Hello, I am at a stage of deploying my project and since I plan to license it to users I have to decide whether to implement a license engine from scratch or use an existing implementation. Third-party integrations are difficult to consider at this stage.

    I could not find useful articles for license logic implementation and the relevant qt classes.
    Can someone please suggest the best way to go about things.

    Any help would be appreciated. Thanks!

    JonBJ 1 Reply Last reply
    0
    • faiszalkhanF faiszalkhan

      Hello, I am at a stage of deploying my project and since I plan to license it to users I have to decide whether to implement a license engine from scratch or use an existing implementation. Third-party integrations are difficult to consider at this stage.

      I could not find useful articles for license logic implementation and the relevant qt classes.
      Can someone please suggest the best way to go about things.

      Any help would be appreciated. Thanks!

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @faiszalkhan
      I will leave others to suggest whatever third-party packages, but Qt libraries themselves do not have classes for "license management", it's a pure C++ thing for you to implement.

      faiszalkhanF 1 Reply Last reply
      0
      • JonBJ JonB

        @faiszalkhan
        I will leave others to suggest whatever third-party packages, but Qt libraries themselves do not have classes for "license management", it's a pure C++ thing for you to implement.

        faiszalkhanF Offline
        faiszalkhanF Offline
        faiszalkhan
        wrote on last edited by
        #3

        @jonb By qt classes, I meant qt classes for web communication. I don't expect a qt class to do this for me, but an example implementation sort of a thing or a guide map for a way to go about it.

        JonBJ 1 Reply Last reply
        0
        • faiszalkhanF faiszalkhan

          @jonb By qt classes, I meant qt classes for web communication. I don't expect a qt class to do this for me, but an example implementation sort of a thing or a guide map for a way to go about it.

          JonBJ Offline
          JonBJ Offline
          JonB
          wrote on last edited by JonB
          #4

          @faiszalkhan
          All Qt web stuff hangs off https://doc.qt.io/qt-5/qnetworkaccessmanager.html. And/or, https://doc.qt.io/qt-5/qtcpsocket.html lets you direct socket stuff.

          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