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 QT documentation?
Qt 6.11 is out! See what's new in the release blog

How to read QT documentation?

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 2 Posters 566 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.
  • M Offline
    M Offline
    macevhicz
    wrote on last edited by
    #1

    Hi there! I'm learning QT, with Python rather than C++ (which I am unfamiliar with) so, I'm often pretty lost when I read something like:

    QSpacerItem::QSpacerItem(int w, int h, QSizePolicy::Policy hPolicy = QSizePolicy::Minimum, QSizePolicy::Policy vPolicy = QSizePolicy::Minimum)

    Can someone direct me to a good reference so I can learn to understand what I'm reading here? (Not looking for an explanation of this particular definition)

    Thanks a million!
    Mark

    JKSHJ 1 Reply Last reply
    0
    • M macevhicz

      Hi there! I'm learning QT, with Python rather than C++ (which I am unfamiliar with) so, I'm often pretty lost when I read something like:

      QSpacerItem::QSpacerItem(int w, int h, QSizePolicy::Policy hPolicy = QSizePolicy::Minimum, QSizePolicy::Policy vPolicy = QSizePolicy::Minimum)

      Can someone direct me to a good reference so I can learn to understand what I'm reading here? (Not looking for an explanation of this particular definition)

      Thanks a million!
      Mark

      JKSHJ Offline
      JKSHJ Offline
      JKSH
      Moderators
      wrote on last edited by aha_1980
      #2

      Hi @macevhicz, here is the Python version of the Qt docs: https://doc.qt.io/qtforpython/

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

      M 1 Reply Last reply
      5
      • JKSHJ JKSH

        Hi @macevhicz, here is the Python version of the Qt docs: https://doc.qt.io/qtforpython/

        M Offline
        M Offline
        macevhicz
        wrote on last edited by
        #3

        @JKSH

        Ahhh, nice! That's even better! Thank you very much!

        1 Reply Last reply
        1

        • Login

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