Uploaded image for project: 'Qt for Python'
  1. Qt for Python
  2. PYSIDE-2967

QCommonStyle: Documentation does not match public interface in C++

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Out of scope
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • 6.8.0
    • Shiboken
    • None

      The Qt documentation for QCommonStyle does not match the public interface in C++. In particular, the styleHint refers to the following arguments:

      • opt
      • widget
      • shret

      but in the public interface in C++ they are listed as:

      • opt
      • w
      • hret

      This becomes more of an issue when using PySide as the function parameters are sourced from the C++ file.

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

            kleint Friedemann Kleint
            liam.croft Liam Croft
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes