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
PythonQtSlot.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
Add clang-format configuration (#326)
Show description for 89fe8d2
MinyazevR
authored
89fe8d2
View commit details
Copy full SHA for 89fe8d2
View code at this point
Browse repository at this point
Commits on Sep 26, 2025
chore(PythonQt): replace `PyString_FromFormat` with `PyUnicode_FromFormat`
Show description for 40fce21
jcfr
authored and
mrbean-bremen
committed
40fce21
View commit details
Copy full SHA for 40fce21
View code at this point
Browse repository at this point
chore(PythonQt): replace `PyString_AsString` with `PyUnicode_AsUTF8`
Show description for 628221f
jcfr
authored and
mrbean-bremen
committed
628221f
View commit details
Copy full SHA for 628221f
View code at this point
Browse repository at this point
chore(PythonQt): replace `PyString_FromString` with `PyUnicode_FromString`
Show description for 3b9ac29
jcfr
authored and
mrbean-bremen
committed
3b9ac29
View commit details
Copy full SHA for 3b9ac29
View code at this point
Browse repository at this point
Commits on Sep 20, 2025
chore: Remove obsolete Python 2 compatibility code
Show description for d1eb488
hjmjohnson
authored and
mrbean-bremen
committed
d1eb488
View commit details
Copy full SHA for d1eb488
View code at this point
Browse repository at this point
Commits on Sep 1, 2025
Replace NULL with nullptr
Show description for bf5370a
jcfr
authored and
mrbean-bremen
committed
bf5370a
View commit details
Copy full SHA for bf5370a
View code at this point
Browse repository at this point
Commits on Aug 28, 2025
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 Nov 2, 2023
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 May 12, 2023
Limit string representation of argument list in length
Show description for ea27670
usiems
committed
ea27670
View commit details
Copy full SHA for ea27670
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
Fix type conversion warnings, use const
Show description for 17cf766
mrbean-bremen
committed
17cf766
View commit details
Copy full SHA for 17cf766
View code at this point
Browse repository at this point
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 Sep 22, 2020
Avoid crash for certain types that have no wrapper because they can't be instantiated
usiems
committed
87362b4
View commit details
Copy full SHA for 87362b4
View code at this point
Browse repository at this point
Commits on Aug 13, 2020
Make __enter__ and __exit__ slots work with "with" statements
Show description for d13b66c
usiems
committed
d13b66c
View commit details
Copy full SHA for d13b66c
View code at this point
Browse repository at this point
Commits on Feb 13, 2020
Loop did never finish if the first entry didn't match, fixes support for kwargs in slots.
usiems
committed
b6bc063
View commit details
Copy full SHA for b6bc063
View code at this point
Browse repository at this point
Commits on Sep 17, 2018
reimplemented argument frame caching (previous approach was not thread-safe when GIL is used)
florianlink
committed
170d4a4
View commit details
Copy full SHA for 170d4a4
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 Jun 25, 2018
added patch from forum (stack unwinding)
florianlink
committed
7ab1fbe
View commit details
Copy full SHA for 7ab1fbe
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 Oct 18, 2017
added support for kwargs by supporting QVariantMap kwargs as last argument, refactored from forum
florianlink
committed
9eeab0e
View commit details
Copy full SHA for 9eeab0e
View code at this point
Browse repository at this point
improved slot docs as provided from forum
florianlink
committed
1a8de2f
View commit details
Copy full SHA for 1a8de2f
View code at this point
Browse repository at this point
Commits on Jun 8, 2017
fixed direct calls with void return value, as used when py_set_ slots are called
florianlink
committed
f0a6d6a
View commit details
Copy full SHA for f0a6d6a
View code at this point
Browse repository at this point
Commits on Apr 18, 2017
added catching all exceptions, can be disabled by not defining PYTHONQT_CATCH_ALL_EXCEPTIONS
florianlink
committed
1f100ec
View commit details
Copy full SHA for 1f100ec
View code at this point
Browse repository at this point
Commits on Jun 9, 2016
fixed support for PythonQt classes in Slot/Signature
Show description for df7be19
florianlink
committed
df7be19
View commit details
Copy full SHA for df7be19
View code at this point
Browse repository at this point
Commits on Jan 20, 2015
fixed bug that was introduced by refactoring
Show description for 856389b
florianlink
committed
856389b
View commit details
Copy full SHA for 856389b
View code at this point
Browse repository at this point
Commits on Jan 15, 2015
added initial support for passing ownership to C++ and Python using templates as markup
florianlink
committed
2b2f0e4
View commit details
Copy full SHA for 2b2f0e4
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 15, 2014
added missing constData()
florianlink
committed
9faef5e
View commit details
Copy full SHA for 9faef5e
View code at this point
Browse repository at this point
Commits on Sep 4, 2014
further PY3K port
florianlink
committed
37e1aa3
View commit details
Copy full SHA for 37e1aa3
View code at this point
Browse repository at this point
further PY3K port
florianlink
committed
3830ef9
View commit details
Copy full SHA for 3830ef9
View code at this point
Browse repository at this point
- started PY3K porting
Show description for dc61ef6
florianlink
committed
dc61ef6
View commit details
Copy full SHA for dc61ef6
View code at this point
Browse repository at this point
Commits on Sep 2, 2014
added typeName helper to make it behave like Qt4
florianlink
committed
66e06d1
View commit details
Copy full SHA for 66e06d1
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.