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
PythonQt.cpp
on
3.2
User selector
All users
Datepicker
All time
Commit history
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 Jun 20, 2016
improved PY3K conversions
Show description for c2152b6
florianlink
committed
c2152b6
View commit details
Copy full SHA for c2152b6
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 Apr 26, 2016
added changes from MeVisLab code base
florianlink
committed
4d37db6
View commit details
Copy full SHA for 4d37db6
View code at this point
Browse repository at this point
Commits on Jun 3, 2015
fixed a missign QMetaObject::disconnect which leads to connection leaking
Show description for 702da09
florianlink
committed
702da09
View commit details
Copy full SHA for 702da09
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 May 4, 2015
reuse wrapper if it inherits, not only if it is the same class
florianlink
committed
ab5ad66
View commit details
Copy full SHA for ab5ad66
View code at this point
Browse repository at this point
Commits on Apr 22, 2015
removed extra incref on PyObject* that are returned from slots. The ref-count needs to be increased by slots returning a PyObject (or by returning a new PyObject, which already has its initial ref …
Show description for 9619e24
florianlink
committed
9619e24
View commit details
Copy full SHA for 9619e24
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 29, 2014
added support for size_t in properties and slots
florianlink
committed
565bc1e
View commit details
Copy full SHA for 565bc1e
View code at this point
Browse repository at this point
Commits on Sep 18, 2014
added support for new BoolResult class to support bool* parameters
florianlink
committed
b424c2b
View commit details
Copy full SHA for b424c2b
View code at this point
Browse repository at this point
fixed compilation for Qt 4.x
Show description for 5968bbc
florianlink
committed
5968bbc
View commit details
Copy full SHA for 5968bbc
View code at this point
Browse repository at this point
Commits on Sep 17, 2014
added more aliases
florianlink
committed
d42a0af
View commit details
Copy full SHA for d42a0af
View code at this point
Browse repository at this point
added new conversions for QList/QPair/QHash/QMap
Show description for 0d87c4b
florianlink
committed
0d87c4b
View commit details
Copy full SHA for 0d87c4b
View code at this point
Browse repository at this point
Commits on Sep 16, 2014
changed to new templates
florianlink
committed
6ed6a2d
View commit details
Copy full SHA for 6ed6a2d
View code at this point
Browse repository at this point
added new QList/QVector aliases
florianlink
committed
29b7c56
View commit details
Copy full SHA for 29b7c56
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
added support for QtMsgType
florianlink
committed
cd932a4
View commit details
Copy full SHA for cd932a4
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
replaced run script with direct AddObject calls
Show description for 8a7c4ab
florianlink
committed
8a7c4ab
View commit details
Copy full SHA for 8a7c4ab
View code at this point
Browse repository at this point
replaced emit with Q_EMIT
Show description for dd99a94
florianlink
committed
dd99a94
View commit details
Copy full SHA for dd99a94
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 Jan 29, 2013
integrated changes from https://github.com/commontk/PythonQt#patched-2
Show description for 6efa118
florianlink
committed
6efa118
View commit details
Copy full SHA for 6efa118
View code at this point
Browse repository at this point
performance improvement (merged from MeVisLab PythonQt)
florianlink
committed
9521930
View commit details
Copy full SHA for 9521930
View code at this point
Browse repository at this point
Commits on Nov 7, 2012
moved setupSharedLibrarySuffixes() to a place where PythonQt::self() is initialized
florianlink
committed
aa04e2a
View commit details
Copy full SHA for aa04e2a
View code at this point
Browse repository at this point
adapted to new generator files
florianlink
committed
94093d4
View commit details
Copy full SHA for 94093d4
View code at this point
Browse repository at this point
Commits on Sep 24, 2012
added support for QStringRef as return value
florianlink
committed
f31e07d
View commit details
Copy full SHA for f31e07d
View code at this point
Browse repository at this point
Commits on Sep 5, 2012
added support for kwargs on call() methods
florianlink
committed
00f9a37
View commit details
Copy full SHA for 00f9a37
View code at this point
Browse repository at this point
Commits on Jun 14, 2012
merged from MeVisLab: fixed wrong reuse of C++ wrappers, added unicode print support to sys.stdout redirection
florianlink
committed
23d6efd
View commit details
Copy full SHA for 23d6efd
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.