Details
-
Suggestion
-
Resolution: Won't Do
-
Not Evaluated
-
None
-
None
-
None
Description
For example, I found a Qt example in the Qt doc, and there is a method named timerHit in it, and I want to find the PySide version of the example, so I search the timerHit in its doc, no results found, the reason is that the PySide version turned the camelCase name timerHitto snake_case timer_hit in the doc, which breaks the unity between Qt and PySide, thus caused the problem. I know that PySide turned the Qt camelCase method name to the snake_case, but the inconsistency naming convention would decrease the amount of related information users would get, so please keep the camelCase naming convention in deference to Qt, which is helpful for PySide users to get information and support from the great Qt community, don’t break the unity.