Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Solved Error in the documentation.

    Qt.io webservices
    3
    4
    509
    Loading More Posts
    • 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.
    • C
      Compozitor last edited by

      On the page https://doc.qt.io/qt-5/qml-qtquick-tableview.html I found an error.

      columns : int
      This property holds the number of rows in the table.

      Should be replaced with ...
      This property holds the number of columns in the table.

      J.Hilk 1 Reply Last reply Reply Quote 0
      • J.Hilk
        J.Hilk Moderators @Compozitor last edited by J.Hilk

        Hi @Compozitor

        this is something you should open a ticket over at
        https://bugreports.qt.io/secure/Dashboard.jspa

        or submit your own patch ;)

        This is a user forum, the chances that anyone will take it up on him/herself to fix that are slim to none 🤷‍♂️

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

        Qt Needs YOUR vote: https://bugreports.qt.io/browse/QTQAINFRA-4121


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

        1 Reply Last reply Reply Quote 2
        • C
          Compozitor last edited by Compozitor

          @J-Hilk
          OK

          1 Reply Last reply Reply Quote 0
          • JKSH
            JKSH Moderators last edited by

            @Compozitor said in Error in the documentation.:

            On the page https://doc.qt.io/qt-5/qml-qtquick-tableview.html I found an error.

            columns : int
            This property holds the number of rows in the table.

            Should be replaced with ...
            This property holds the number of columns in the table.

            Thanks for reporting the error. Here's a patch to fix it (along with other typos): https://codereview.qt-project.org/c/qt/qtdeclarative/+/312031

            Like @J-Hilk said though, it's better to report problems in the bug reports tracker because forum posts might get lost.

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

            1 Reply Last reply Reply Quote 0
            • First post
              Last post