Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
None
-
6.8.0
-
None
Description
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.
Attachments
Issue Links
- relates to
-
QTBUG-121468 QDomDocument missing parameter names in `toString()` and `toByteArray()`
-
- Closed
-