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 to read documentations

how to read documentations

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 2 Posters 491 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.
  • A Offline
    A Offline
    azhagan2
    wrote on last edited by
    #1

    Hi , iam new to Qt. Everytime when i need something to add or insert , i need to use google or rely on someone , how to read the Qt documentations ,

    for example , https://doc.qt.io/qt-6/qabstractslider.html#value-prop

    how to read this above documentation link

    jsulmJ 1 Reply Last reply
    0
    • A azhagan2

      Hi , iam new to Qt. Everytime when i need something to add or insert , i need to use google or rely on someone , how to read the Qt documentations ,

      for example , https://doc.qt.io/qt-6/qabstractslider.html#value-prop

      how to read this above documentation link

      jsulmJ Offline
      jsulmJ Offline
      jsulm
      Lifetime Qt Champion
      wrote on last edited by
      #2

      @azhagan2 said in how to read documentations:

      how to read this above documentation link

      I'm not sure what you're actually asking?
      If you mean how to find the documentation then in QtCreator (I assume you're using QtCreator, you did not say anything) position the text cursor on something you want to read about and press F1.

      https://forum.qt.io/topic/113070/qt-code-of-conduct

      A 1 Reply Last reply
      0
      • jsulmJ jsulm

        @azhagan2 said in how to read documentations:

        how to read this above documentation link

        I'm not sure what you're actually asking?
        If you mean how to find the documentation then in QtCreator (I assume you're using QtCreator, you did not say anything) position the text cursor on something you want to read about and press F1.

        A Offline
        A Offline
        azhagan2
        wrote on last edited by azhagan2
        #3

        @jsulm i mean , how to understand what i really want from the documentations , i felt really difficult to write code by reading those documents, coz i don't understand the documentations

        jsulmJ 1 Reply Last reply
        0
        • A azhagan2

          @jsulm i mean , how to understand what i really want from the documentations , i felt really difficult to write code by reading those documents, coz i don't understand the documentations

          jsulmJ Offline
          jsulmJ Offline
          jsulm
          Lifetime Qt Champion
          wrote on last edited by
          #4

          @azhagan2 Sorry, but I can't answer such a generic question! I don't know what you don't understand. But if you don't understand something from documentation you can also ask here, people will explain and help.

          https://forum.qt.io/topic/113070/qt-code-of-conduct

          A 1 Reply Last reply
          0
          • jsulmJ jsulm

            @azhagan2 Sorry, but I can't answer such a generic question! I don't know what you don't understand. But if you don't understand something from documentation you can also ask here, people will explain and help.

            A Offline
            A Offline
            azhagan2
            wrote on last edited by
            #5

            @jsulm Thanks for the support , Ok now ,could you please build a code to how to set the slider to the bottom of the scroll area , from the links you provided me yesterday , so that i could try to understand how to read and write the code from documentations .

            https://doc.qt.io/qt-6/qabstractslider.html#maximum-prop

            https://doc.qt.io/qt-6/qabstractslider.html#value-prop

            Thanks :)

            jsulmJ 1 Reply Last reply
            0
            • A azhagan2

              @jsulm Thanks for the support , Ok now ,could you please build a code to how to set the slider to the bottom of the scroll area , from the links you provided me yesterday , so that i could try to understand how to read and write the code from documentations .

              https://doc.qt.io/qt-6/qabstractslider.html#maximum-prop

              https://doc.qt.io/qt-6/qabstractslider.html#value-prop

              Thanks :)

              jsulmJ Offline
              jsulmJ Offline
              jsulm
              Lifetime Qt Champion
              wrote on last edited by
              #6

              @azhagan2 Well

              ui->slider->setValue(ui->slider->maximum());
              

              https://forum.qt.io/topic/113070/qt-code-of-conduct

              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