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
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 }}
MeVisLab
/
pythonqt
Public
Notifications
You must be signed in to change notification settings
Fork
109
Star
294
Code
Issues
18
Pull requests
3
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
generator
shellgenerator.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 Oct 27, 2025
chore(generator): Replace deprecated use of "endl" with "Qt::endl"
Show description for d4d647f
jcfr
authored and
usiems
committed
d4d647f
View commit details
Copy full SHA for d4d647f
View code at this point
Browse repository at this point
Commits on Jun 13, 2025
Fix PythonQt build under Qt 6.9
Show description for 89c03c9
mrbean-bremen
committed
89c03c9
View commit details
Copy full SHA for 89c03c9
View code at this point
Browse repository at this point
Commits on Feb 11, 2025
Replace preprocessor with code from simplecpp project
usiems
authored and
mrbean-bremen
committed
0458b94
View commit details
Copy full SHA for 0458b94
View code at this point
Browse repository at this point
Commits on Oct 2, 2024
Remove use of 'OriginalName' option from code generator...
Show description for fe8bbe3
usiems
committed
fe8bbe3
View commit details
Copy full SHA for fe8bbe3
View code at this point
Browse repository at this point
Commits on Apr 2, 2024
Add more shared pointers; remove AbstractMetaType::copy; remove some delete operators and destructors
YuriUfimtsev
authored and
usiems
committed
4da3fd8
View commit details
Copy full SHA for 4da3fd8
View code at this point
Browse repository at this point
Change pointers to QShared pointers to decrease memory leaks
YuriUfimtsev
authored and
usiems
committed
dac269f
View commit details
Copy full SHA for dac269f
View code at this point
Browse repository at this point
Commits on Dec 20, 2023
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 Nov 24, 2023
Avoid emitting QStringList* arguments as QStringList<QString>*
usiems
committed
6f81c9a
View commit details
Copy full SHA for 6f81c9a
View code at this point
Browse repository at this point
Complete/fix scope for enum class values
usiems
committed
f88bbbb
View commit details
Copy full SHA for f88bbbb
View code at this point
Browse repository at this point
Commits on Nov 2, 2023
Qt6: fixes for removal of Qt5 types (#127)
Show description for 0049038
jbowler
authored and
mrbean-bremen
committed
0049038
View commit details
Copy full SHA for 0049038
View code at this point
Browse repository at this point
Qt6: qSort, toList and fromList removal (#118)
Show description for 0359fd4
jbowler
authored and
mrbean-bremen
committed
0359fd4
View commit details
Copy full SHA for 0359fd4
View code at this point
Browse repository at this point
Commits on Feb 3, 2023
Replace foreach macro with range based for loop
FelixPetriconi
authored and
mrbean-bremen
committed
9b0a6e1
View commit details
Copy full SHA for 9b0a6e1
View code at this point
Browse repository at this point
Also generate python function for operator!=()
FelixPetriconi
authored and
mrbean-bremen
committed
24a10fa
View commit details
Copy full SHA for 24a10fa
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 Aug 28, 2018
added support for override
Show description for c8d6e8f
florianlink
committed
c8d6e8f
View commit details
Copy full SHA for c8d6e8f
View code at this point
Browse repository at this point
Commits on Jun 18, 2015
removed generating wrappers for virtual functions that are already declared in a base class
florianlink
committed
89430ab
View commit details
Copy full SHA for 89430ab
View code at this point
Browse repository at this point
Commits on Jan 19, 2015
added support for QList ownership passing
florianlink
committed
2926d97
View commit details
Copy full SHA for 2926d97
View code at this point
Browse repository at this point
Commits on Jan 14, 2015
initial support for ownership handling
florianlink
committed
8b044a4
View commit details
Copy full SHA for 8b044a4
View code at this point
Browse repository at this point
Commits on Nov 5, 2014
added support for additional code injection places
florianlink
committed
d67b567
View commit details
Copy full SHA for d67b567
View code at this point
Browse repository at this point
Commits on Oct 29, 2014
remove virtual functions that are removed from the target language (why was this commented?)
florianlink
committed
75c02d7
View commit details
Copy full SHA for 75c02d7
View code at this point
Browse repository at this point
improved generator to allow disabling shell and promoter creation
florianlink
committed
62ef0ec
View commit details
Copy full SHA for 62ef0ec
View code at this point
Browse repository at this point
Commits on Sep 29, 2014
changed generator to use int instead of protected enums in shell and wrapper class (clang would not compile the previous approach using friend)
florianlink
committed
54fd865
View commit details
Copy full SHA for 54fd865
View code at this point
Browse repository at this point
Commits on Sep 25, 2014
fixed name shadowing via argument index
Show description for a702f51
florianlink
committed
a702f51
View commit details
Copy full SHA for a702f51
View code at this point
Browse repository at this point
cleanup of generator
Show description for 67ca5eb
florianlink
committed
67ca5eb
View commit details
Copy full SHA for 67ca5eb
View code at this point
Browse repository at this point
Commits on Sep 15, 2014
moved generate=no to xml
Show description for bc3057e
florianlink
committed
bc3057e
View commit details
Copy full SHA for bc3057e
View code at this point
Browse repository at this point
added QPersistentModelIndex
florianlink
committed
8556e40
View commit details
Copy full SHA for 8556e40
View code at this point
Browse repository at this point
Commits on Sep 2, 2014
removed qualifier again, the problem was QUrlTwoFlag<>
florianlink
committed
a1bcebc
View commit details
Copy full SHA for a1bcebc
View code at this point
Browse repository at this point
removed QNoImplicitBoolCast, it seems to be gone in Qt 5.3
Show description for aea9392
florianlink
committed
aea9392
View commit details
Copy full SHA for aea9392
View code at this point
Browse repository at this point
merged Qt5 port and exception parsing
florianlink
committed
dde03ea
View commit details
Copy full SHA for dde03ea
View code at this point
Browse repository at this point
Commits on Mar 11, 2010
improved function sorting
Show description for 32212b4
florianlink
committed
32212b4
View commit details
Copy full SHA for 32212b4
View code at this point
Browse repository at this point
Commits on Mar 10, 2010
enabled shell injection and added data() for bytearray and addAction for QMenu/Bar and QToolBar, moved QByteArray to builtin classes
florianlink
committed
95f53a0
View commit details
Copy full SHA for 95f53a0
View code at this point
Browse repository at this point
Commits on Mar 7, 2010
changed special generated method prefix to py_, added py_toString() generation
florianlink
committed
1db5467
View commit details
Copy full SHA for 1db5467
View code at this point
Browse repository at this point
Commits on Mar 6, 2010
added generation of setter_/getter_ slots for public member variables
florianlink
committed
a3c95d9
View commit details
Copy full SHA for a3c95d9
View code at this point
Browse repository at this point
Commits on Mar 5, 2010
update to Qt 4.6 xml files
florianlink
committed
91faba9
View commit details
Copy full SHA for 91faba9
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.