Public repos using Qt (and tests) in Python code
Unsolved
Qt for Python
-
Hi @buhtz, I'm not a Python user, but can I suggest:
- for PyQt have a look at PyQt- Some Existing Applications.
- for Qt for Python take a look at the pyside2 and pyside6 topics on GitHub.
- for Qt Test with PySlide, try this GitHub search: PySide6 QTest language:Python extension:py
- note, the extension is restricted to
py
to exclude all of thepyi
results, since they are mostly (all?) vendored copies of the Qt Test module itself
- note, the extension is restricted to
Cheers.
-
This post is deleted!