examples icon indicating copy to clipboard operation
examples copied to clipboard

pyqt6 can not run normally in several example because it upgrade version

Open ZouJiu1 opened this issue 1 year ago • 2 comments

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.

ZouJiu1 avatar Aug 26 '23 06:08 ZouJiu1

Sorry but this repository is about PyQt, not PySide.

mherrmann avatar Aug 26 '23 18:08 mherrmann

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.

ZouJiu1 avatar Aug 27 '23 00:08 ZouJiu1