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. How Can I get the source code presented in Qt5Core.dll?
Forum Updated to NodeBB v4.3 + New Features

How Can I get the source code presented in Qt5Core.dll?

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 4 Posters 645 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.
  • L Offline
    L Offline
    leonardoMB
    wrote on last edited by
    #1

    I'm trying to see what is the code that generate this .dll. I tryed to find on https://code.woboq.org/ but didn't find it

    JonBJ 1 Reply Last reply
    0
    • L leonardoMB

      I'm trying to see what is the code that generate this .dll. I tryed to find on https://code.woboq.org/ but didn't find it

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

      @leonardoMB
      Qt5Core.dll will be "large", generated from hundreds of source files/functions. You'd be better looking for a specific class/method than everything which goes into Qt5Core.dll. The docs tell you which classes go into it.

      L 1 Reply Last reply
      1
      • JonBJ JonB

        @leonardoMB
        Qt5Core.dll will be "large", generated from hundreds of source files/functions. You'd be better looking for a specific class/method than everything which goes into Qt5Core.dll. The docs tell you which classes go into it.

        L Offline
        L Offline
        leonardoMB
        wrote on last edited by
        #3

        @JonB This will sound like laziness, but I really didn't find this information, could you provide me the url?

        1 Reply Last reply
        0
        • VRoninV Offline
          VRoninV Offline
          VRonin
          wrote on last edited by
          #4

          Official repo: https://code.qt.io/cgit/qt/qtbase.git/
          Github mirror: https://github.com/qt/qtbase
          If you just need to inspect the code: https://code.woboq.org/qt6/

          "La mort n'est rien, mais vivre vaincu et sans gloire, c'est mourir tous les jours"
          ~Napoleon Bonaparte

          On a crusade to banish setIndexWidget() from the holy land of Qt

          1 Reply Last reply
          1
          • JoeCFDJ Offline
            JoeCFDJ Offline
            JoeCFD
            wrote on last edited by
            #5

            https://doc.qt.io/qt-5/qtcore-index.html

            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