Skip to content

Commit 7c6cabd

Browse files
committed
little fix QT 6 Transition documentation
1 parent 331b83e commit 7c6cabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -605,7 +605,7 @@ python -m twine upload .\dist\*
605605
| `QFont().setWeight(...)` | `QtCompat.QFont.setWeight(font, ...)`
606606
| `QFont().setWeight(QFont().Bold)` | `QFont().setWeight(QFont.Bold)` | Instance of class doesn't have the enums, apparently
607607
| `QEvent().Resize` | `QEvent.Resize` | Instance of class doesn't have the enums, seems to apply overall
608-
| `QtCore.Qt.MidButton` | `QtCompat.QtCore.Qt.MidButton`
608+
| `QtCore.Qt.MidButton` | `QtCompat.Qt.MidButton`
609609
| `QLabel.setPixmap(str)` | `QLabel.setPixmap(QPixmap())` | Can't take a string anymore (tested in Maya 2025.0)
610610
| `QModelIndex.child` | `QModel.index` | This one is apparently from Qt 4 and should not have been in Qt.py to begin with
611611
| | Submit your known issues here! |

0 commit comments

Comments
 (0)