Skip to content

Tags: MeVisLab/pythonqt

Tags

v4.0.0-alpha

Toggle v4.0.0-alpha's commit message
chore(deps): bump actions/setup-python from 4 to 6

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 6.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](actions/setup-python@v4...v6)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

v3.6.1

Toggle v3.6.1's commit message
Use Py_REFCNT instead of ob_refcnt in generated code

- ob_refcnt is not guaranteed to be there

v3.6.0

Toggle v3.6.0's commit message
CI: Generate wrappers for Qt 6.8

v3.5.7

Toggle v3.5.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix build with Python 3.13 (#246)

* Fix build with Python 3.13, fixes #245
* Update build.yml to python 3.13

v3.5.6

Toggle v3.5.6's commit message
reintroduce the runJavaScript method on QWebEnginePage for Qt 6

albeit without the callback parameter so far

v3.5.4

Toggle v3.5.4's commit message
Check for duplicates at one more place

(should fix compare methods generated twice for Qt 5.12/5.15)

v3.5.3

Toggle v3.5.3's commit message
Add support for Qt 6.7

- use Qt 6.7 for Winodws CI build, 6.6 for ubuntu
  (jurplel/install-qt-action has a problem with that version)
- fixes #215

v3.5.2

Toggle v3.5.2's commit message
Allow to set and get the render API in QQuickWindow

v3.5.1

Toggle v3.5.1's commit message
Update generator/main.cpp

v3.5.0

Toggle v3.5.0's commit message
Replace deprecated include qsql.h with qtsqlglobal.h for Qt 6

Fixes #195