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. Does Qt have a class that implements a standard licensing model such as product codes?

Does Qt have a class that implements a standard licensing model such as product codes?

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

    Hello,
    I have created an application that will be licensed to users. I can think of many ways to approach this, but since I have seen that Qt has as broad a set of classes that it does, I can't help wondering if there may be classes that implement a platform-independent licensing scheme. My google searches all seem to end up assuming that I am trying to license Qt itself, which isn't the point. I need to license my application (with the understanding that I am adhering to Qt's commercial licensing terms already).

    Any pointers?

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

      Hi,

      AFAIK, there's no pre-built stuff for that.

      What kind of license are you planning to use ? Hardware key (e.g. usb-dongle) ? Software key ? License Server ?

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

      B 1 Reply Last reply
      0
      • SGaistS SGaist

        Hi,

        AFAIK, there's no pre-built stuff for that.

        What kind of license are you planning to use ? Hardware key (e.g. usb-dongle) ? Software key ? License Server ?

        B Offline
        B Offline
        buckler
        wrote on last edited by
        #3

        @SGaist For our development systems and beta, we use a HW key (the disk UID). What I want to do is enhance this to allow time-based behavior, e.g., a trial period on the one hand, and then a specific period of updates after purchase on the other - but renewable. Presumably the typical use of product codes is the way to extend this but not having implemented this myself before, I don't know if I have to just make it up or whether there was something to start with. It doesn't seem too hard, but as with anything, there are always complexities and why invent the wheel, so to speak.

        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