Skip to content

Commit c32e308

Browse files
authored
Merge pull request #419 from mgear-dev/master
little fix QT 6 Transition documentation
2 parents 331b83e + 7c6cabd commit c32e308

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)