Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
MeVisLab
/
pythonqt
Public
Notifications
You must be signed in to change notification settings
Fork
109
Star
294
Code
Issues
20
Pull requests
4
Discussions
Actions
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Security and quality
Insights
Commits
Breadcrumbs
History for
pythonqt
src
PythonQtClassInfo.cpp
on
main
User selector
All users
Datepicker
All time
Commit history
Commits on Nov 19, 2025
Changes after applying clang-format
mrbean-bremen
authored and
usiems
committed
e533780
View commit details
Copy full SHA for e533780
View code at this point
Browse repository at this point
Commits on Sep 26, 2025
chore: Improve const correctness
Show description for 20abb24
jcfr
authored and
mrbean-bremen
committed
20abb24
View commit details
Copy full SHA for 20abb24
View code at this point
Browse repository at this point
chore: Prefer c++11 range for to Qt macros
Show description for 29a7f9b
hjmjohnson
authored and
mrbean-bremen
committed
29a7f9b
View commit details
Copy full SHA for 29a7f9b
View code at this point
Browse repository at this point
Commits on Sep 4, 2025
fix(cleanup): clear global enum-wrapper registry before tearing down class infos
Show description for 331ad3b
jcfr
authored and
mrbean-bremen
committed
331ad3b
View commit details
Copy full SHA for 331ad3b
View code at this point
Browse repository at this point
Commits on Sep 1, 2025
fix: Address warnings with QSet::fromList in Qt 5.15
Show description for 0c739e6
jcfr
authored and
mrbean-bremen
committed
0c739e6
View commit details
Copy full SHA for 0c739e6
View code at this point
Browse repository at this point
Commits on Aug 28, 2025
chore: Simplify Qt6 support introducing PythonQtUtils helpers
Show description for 1348033
jcfr
authored and
mrbean-bremen
committed
1348033
View commit details
Copy full SHA for 1348033
View code at this point
Browse repository at this point
chore: Remove deprecated Qt5 paradigms
Show description for 3c57b4f
hjmjohnson
authored and
mrbean-bremen
committed
3c57b4f
View commit details
Copy full SHA for 3c57b4f
View code at this point
Browse repository at this point
Commits on May 7, 2024
Fix build with PYTHONQT_DEBUG enabled
iakov
authored and
mrbean-bremen
committed
c3d7220
View commit details
Copy full SHA for c3d7220
View code at this point
Browse repository at this point
Commits on Dec 20, 2023
Add enum values to the enum type object itself in any case...
Show description for d059d72
usiems
authored and
mrbean-bremen
committed
d059d72
View commit details
Copy full SHA for d059d72
View code at this point
Browse repository at this point
Create a global namespace wrapper for each package if required
Show description for e9197ec
usiems
authored and
mrbean-bremen
committed
e9197ec
View commit details
Copy full SHA for e9197ec
View code at this point
Browse repository at this point
Commits on Dec 11, 2023
Escape reserved names by adding "_"
Show description for 77eba42
usiems
authored and
mrbean-bremen
committed
77eba42
View commit details
Copy full SHA for 77eba42
View code at this point
Browse repository at this point
Add "enum class" values to the enum type in Python
Show description for c35d010
usiems
authored and
mrbean-bremen
committed
c35d010
View commit details
Copy full SHA for c35d010
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
More Qt5 compatibility changes
mrbean-bremen
committed
5bb5ae4
View commit details
Copy full SHA for 5bb5ae4
View code at this point
Browse repository at this point
Qt6 compatibility fixes for core PythonQt library
richard42
authored and
mrbean-bremen
committed
10a3e49
View commit details
Copy full SHA for 10a3e49
View code at this point
Browse repository at this point
Commits on Jan 30, 2023
Several fixes and patches (#89)
Show description for 1e794e5
iakov
authored
1e794e5
View commit details
Copy full SHA for 1e794e5
View code at this point
Browse repository at this point
Commits on Jan 5, 2023
Replace NULL with nullptr
mrbean-bremen
committed
c00ebf4
View commit details
Copy full SHA for c00ebf4
View code at this point
Browse repository at this point
Commits on Aug 29, 2018
added rvalue assignment and copy constructor to PythonQtObjectPtr
Show description for 7b2ce03
florianlink
committed
7b2ce03
View commit details
Copy full SHA for 7b2ce03
View code at this point
Browse repository at this point
Commits on Aug 28, 2018
switched to using macros for scopes
florianlink
committed
c74de89
View commit details
Copy full SHA for c74de89
View code at this point
Browse repository at this point
Commits on Aug 27, 2018
initial GIL support (needs to be enabled via defines)
florianlink
committed
4651a59
View commit details
Copy full SHA for 4651a59
View code at this point
Browse repository at this point
Commits on Dec 12, 2017
fixed unicode code and filename support for Python 3
florianlink
committed
9ace39e
View commit details
Copy full SHA for 9ace39e
View code at this point
Browse repository at this point
Commits on Jun 6, 2017
improved completion with jedi by returning correct type and by adding all properties to the class
florianlink
committed
4ed1667
View commit details
Copy full SHA for 4ed1667
View code at this point
Browse repository at this point
Commits on Apr 18, 2017
improved enum generation for decorators
Show description for f3bcda8
florianlink
committed
f3bcda8
View commit details
Copy full SHA for f3bcda8
View code at this point
Browse repository at this point
Commits on Mar 23, 2017
allow to override QVariantList conversion
Show description for cd4761f
florianlink
committed
cd4761f
View commit details
Copy full SHA for cd4761f
View code at this point
Browse repository at this point
Commits on May 30, 2016
added basic support for QtCore.Signal, QtCore.Property and QtCore.Slot
florianlink
committed
01e1206
View commit details
Copy full SHA for 01e1206
View code at this point
Browse repository at this point
Commits on Jun 3, 2015
added support for QTimer::singleShot()
florianlink
committed
62984c4
View commit details
Copy full SHA for 62984c4
View code at this point
Browse repository at this point
Commits on May 29, 2015
fixed error handling for evalFile
Show description for bbc2c31
florianlink
committed
bbc2c31
View commit details
Copy full SHA for bbc2c31
View code at this point
Browse repository at this point
Commits on Dec 15, 2014
merged various improvements from MeVisLab repository
Show description for 4f5ba4f
florianlink
committed
4f5ba4f
View commit details
Copy full SHA for 4f5ba4f
View code at this point
Browse repository at this point
Commits on Sep 24, 2014
implemented polymorphic downcasting on subclasses
Show description for 93fbad4
florianlink
committed
93fbad4
View commit details
Copy full SHA for 93fbad4
View code at this point
Browse repository at this point
Commits on Sep 11, 2014
added support for nested classes (only one level)
florianlink
committed
9975e42
View commit details
Copy full SHA for 9975e42
View code at this point
Browse repository at this point
Commits on Sep 8, 2014
removed warnings
florianlink
committed
971843c
View commit details
Copy full SHA for 971843c
View code at this point
Browse repository at this point
Commits on Sep 1, 2014
started qt5 port
florianlink
committed
797c4d1
View commit details
Copy full SHA for 797c4d1
View code at this point
Browse repository at this point
replaced signals, slots and foreach with Q_* macros
florianlink
committed
9174777
View commit details
Copy full SHA for 9174777
View code at this point
Browse repository at this point
updated with current MeVisLab version
florianlink
committed
94b2db9
View commit details
Copy full SHA for 94b2db9
View code at this point
Browse repository at this point
Commits on Apr 30, 2012
merged various changes from MeVisLab repository
florianlink
committed
b27f462
View commit details
Copy full SHA for b27f462
View code at this point
Browse repository at this point
Commits on Apr 23, 2012
Updated from current MeVisLab development
florianlink
committed
22f4c9b
View commit details
Copy full SHA for 22f4c9b
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.