examples
examples copied to clipboard
pyqt6 can not run normally in several example because it upgrade version
the newest version of pyqt6 can not run "07 Qt Text Editor", "QTreeView example" and so on normally.
these examples should be upgraded because these apis are changed after pyqt6 or pyside6 upgrade.
Sorry but this repository is about PyQt, not PySide.
Sorry but this repository is about PyQt, not PySide.
in the example "12 QTreeView example in Python", pyqt6 don't include QDirmodel, it can not run when I use pyqt6.
Ok, I remove anything about PySide6 in requirement.txt and "12 QTreeView example in Python". So I revert those two commit.