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 see a Qt implementation of the method
QtWS25 Last Chance

How can I see a Qt implementation of the method

Scheduled Pinned Locked Moved Unsolved General and Desktop
5 Posts 5 Posters 1.6k 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.
  • A Offline
    A Offline
    AlekseyB
    wrote on last edited by
    #1

    The Qt library provides a large number of possibilities. For example, the method QIODevice::readAll(). I would like to look into its implementation.

    How to do this?

    J.HilkJ 1 Reply Last reply
    0
    • JohanSoloJ Offline
      JohanSoloJ Offline
      JohanSolo
      wrote on last edited by
      #2

      Simply get the sources and get a look at the implementation of the wanted method...

      `They did not know it was impossible, so they did it.'
      -- Mark Twain

      1 Reply Last reply
      2
      • A AlekseyB

        The Qt library provides a large number of possibilities. For example, the method QIODevice::readAll(). I would like to look into its implementation.

        How to do this?

        J.HilkJ Online
        J.HilkJ Online
        J.Hilk
        Moderators
        wrote on last edited by
        #3

        @AlekseyB
        hi,
        you'll either have to download the sources, you can do that over the maintenance tool.
        alt text

        or Google-search for it, I blieve they are all on github.


        Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


        Q: What's that?
        A: It's blue light.
        Q: What does it do?
        A: It turns blue.

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

          http://code.qt.io/cgit/qt/qt5.git/

          Clone links at the bottom of the page

          "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
          3
          • JKSHJ Offline
            JKSHJ Offline
            JKSH
            Moderators
            wrote on last edited by
            #5

            The easiest way is to search on the Woboq Code Browser: https://code.woboq.org/qt5/qtbase/src/corelib/io/qiodevice.cpp.html#_ZN9QIODevice7readAllEv This is an interactive browser, which lets you click on a variable/function/constant name and jump to its definition.

            Qt Doc Search for browsers: forum.qt.io/topic/35616/web-browser-extension-for-improved-doc-searches

            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