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. Apart from the modules provided by the official website, are there any other third - party Qt modules? If so, is there a central repository similar to npmjs.org?
QtWS25 Last Chance

Apart from the modules provided by the official website, are there any other third - party Qt modules? If so, is there a central repository similar to npmjs.org?

Scheduled Pinned Locked Moved Solved General and Desktop
qt6pysideqt for python
3 Posts 3 Posters 317 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.
  • M Offline
    M Offline
    markleo
    wrote on last edited by
    #1

    Excuse me. For example, in the front - end field, there are a lot of third - party libraries that can be searched and learned on npmjs.org.
    When learning Qt, we have seen:
    https://doc.qt.io/qt-6/index.html#add-ons-and-extensions
    ① the Essentials module of Qt and
    ② the Add - ons & Extentions expansion modules.

    Apart from the modules provided by the official website, are there any other third - party Qt modules? If so, is there a central repository similar to npmjs.org?

    Pl45m4P 1 Reply Last reply
    0
    • M markleo

      Excuse me. For example, in the front - end field, there are a lot of third - party libraries that can be searched and learned on npmjs.org.
      When learning Qt, we have seen:
      https://doc.qt.io/qt-6/index.html#add-ons-and-extensions
      ① the Essentials module of Qt and
      ② the Add - ons & Extentions expansion modules.

      Apart from the modules provided by the official website, are there any other third - party Qt modules? If so, is there a central repository similar to npmjs.org?

      Pl45m4P Offline
      Pl45m4P Offline
      Pl45m4
      wrote on last edited by Pl45m4
      #3

      @markleo said in Apart from the modules provided by the official website, are there any other third - party Qt modules? If so, is there a central repository similar to npmjs.org?:

      third - party Qt modules

      What are third-party Qt modules?!
      Modules not made by Qt devs and published in the official Qt releases are not "Qt"...

      Since Qt is still just a C++ GUI framework and still not its own programming language like JavaScript, there are thousands of projects made by users/contributors on GitHub and similar sites, which work with or add something to Qt... custom widgets, functions or just code snippets...

      Edit:
      What @ChrisW67 is referring to is what I meant..."extensions" like QxORM can be integrated because of Qt's C++ API... but so does every C++ library work with your C++ project


      If debugging is the process of removing software bugs, then programming must be the process of putting them in.

      ~E. W. Dijkstra

      1 Reply Last reply
      0
      • C Offline
        C Offline
        ChrisW67
        wrote on last edited by
        #2

        @markleo said in Apart from the modules provided by the official website, are there any other third - party Qt modules? If so, is there a central repository similar to npmjs.org?:

        Apart from the modules provided by the official website, are there any other third - party Qt modules?

        Yes. For example the KDAB tools, QxORM, or a range of things at KDE Store (some require KDE, others only Qt).

        Any library with a C or C++ API can fairly easily be rolled into a Qt program. Some you need to build from source, others come in binary form.

        @markleo said in Apart from the modules provided by the official website, are there any other third - party Qt modules? If so, is there a central repository similar to npmjs.org?:

        If so, is there a central repository similar to npmjs.org?

        No.

        1 Reply Last reply
        2
        • M markleo

          Excuse me. For example, in the front - end field, there are a lot of third - party libraries that can be searched and learned on npmjs.org.
          When learning Qt, we have seen:
          https://doc.qt.io/qt-6/index.html#add-ons-and-extensions
          ① the Essentials module of Qt and
          ② the Add - ons & Extentions expansion modules.

          Apart from the modules provided by the official website, are there any other third - party Qt modules? If so, is there a central repository similar to npmjs.org?

          Pl45m4P Offline
          Pl45m4P Offline
          Pl45m4
          wrote on last edited by Pl45m4
          #3

          @markleo said in Apart from the modules provided by the official website, are there any other third - party Qt modules? If so, is there a central repository similar to npmjs.org?:

          third - party Qt modules

          What are third-party Qt modules?!
          Modules not made by Qt devs and published in the official Qt releases are not "Qt"...

          Since Qt is still just a C++ GUI framework and still not its own programming language like JavaScript, there are thousands of projects made by users/contributors on GitHub and similar sites, which work with or add something to Qt... custom widgets, functions or just code snippets...

          Edit:
          What @ChrisW67 is referring to is what I meant..."extensions" like QxORM can be integrated because of Qt's C++ API... but so does every C++ library work with your C++ project


          If debugging is the process of removing software bugs, then programming must be the process of putting them in.

          ~E. W. Dijkstra

          1 Reply Last reply
          0
          • M markleo has marked this topic as solved on

          • Login

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