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 }}
githubuser0xFFFF
/
pythonqt
Public
forked from
MeVisLab/pythonqt
Notifications
You must be signed in to change notification settings
Fork
1
Star
2
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Jun 28, 2024
Check for duplicates at one more place
Show description for c779454
usiems
committed
c779454
View commit details
Copy full SHA for c779454
Browse repository at this point
Better diagnostic output
Show description for 1b6d329
usiems
committed
1b6d329
View commit details
Copy full SHA for 1b6d329
Browse repository at this point
Fix nullptr crash in error message
usiems
committed
59cc67e
View commit details
Copy full SHA for 59cc67e
Browse repository at this point
Introduce alias names for types
Show description for 5f59734
usiems
committed
5f59734
View commit details
Copy full SHA for 5f59734
Browse repository at this point
Handle new classes and enums in Qt 6.7
usiems
committed
bf1219a
View commit details
Copy full SHA for bf1219a
Browse repository at this point
Check that externally defined operators are not added twice
usiems
committed
ecd5ea6
View commit details
Copy full SHA for ecd5ea6
Browse repository at this point
Ignore Q_GADGET_EXPORT for now, it doesn't help us
Show description for b530eb5
usiems
committed
b530eb5
View commit details
Copy full SHA for b530eb5
Browse repository at this point
Correctly parse string literals with a prefix (e.g. raw string: R"...")
Show description for 8fa8a8f
usiems
committed
8fa8a8f
View commit details
Copy full SHA for 8fa8a8f
Browse repository at this point
decltype can contain a comma-expression
Show description for 667368f
usiems
committed
667368f
View commit details
Copy full SHA for 667368f
Browse repository at this point
Qt sometimes uses the Qt::Disambiguated_t parameter (with a default value)
Show description for f70300e
usiems
committed
f70300e
View commit details
Copy full SHA for f70300e
Browse repository at this point
Qt 6.7 introduced macros to define comparison operators
Show description for 739f14a
usiems
committed
739f14a
View commit details
Copy full SHA for 739f14a
Browse repository at this point
Support for unary + in PythonQt itself
usiems
committed
2e9251f
View commit details
Copy full SHA for 2e9251f
Browse repository at this point
Also translate standalone unary operators (like -, !, or ~)
usiems
committed
0e69eaa
View commit details
Copy full SHA for 0e69eaa
Browse repository at this point
Skip attributes that can occur after the enum identifier
Show description for c8b3ed0
usiems
committed
c8b3ed0
View commit details
Copy full SHA for c8b3ed0
Browse repository at this point
Also move friend function definitions to top-level scope if...
Show description for aa0a8e9
usiems
committed
aa0a8e9
View commit details
Copy full SHA for aa0a8e9
Browse repository at this point
Fix comma being dropped from macro varargs argument
Show description for ba22737
usiems
committed
ba22737
View commit details
Copy full SHA for ba22737
Browse repository at this point
Fix a problem with character after comment always added to macro definition
Show description for ecf1e43
usiems
committed
ecf1e43
View commit details
Copy full SHA for ecf1e43
Browse repository at this point
Commits on Jun 20, 2024
Add support for Qt 6.7
Show description for 4545da5
mrbean-bremen
committed
4545da5
View commit details
Copy full SHA for 4545da5
Browse repository at this point
Commits on Jun 2, 2024
Update install-qt-action for Win and Mac builds
Show description for 39c414e
iakov
authored and
mrbean-bremen
committed
39c414e
View commit details
Copy full SHA for 39c414e
Browse repository at this point
Update install-qt-action to v4
iakov
authored and
mrbean-bremen
committed
4ba9362
View commit details
Copy full SHA for 4ba9362
Browse repository at this point
Commits on May 29, 2024
QPixmapCache::find(QString, QPixmap*) was suppressed
Show description for 8694332
usiems
committed
8694332
View commit details
Copy full SHA for 8694332
Browse repository at this point
Commits on May 14, 2024
Remove duplicate entry in build.yml
Show description for fd3a033
iakov
authored and
mrbean-bremen
committed
fd3a033
View commit details
Copy full SHA for fd3a033
Browse repository at this point
Commits on May 8, 2024
Improve PYTHONQTALL_CONFIG env var handling for CMD (#214)
Show description for 1c6cb9f
iakov
authored
1c6cb9f
View commit details
Copy full SHA for 1c6cb9f
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
Browse repository at this point
Fix tests
Show description for 12c6c91
iakov
authored and
mrbean-bremen
committed
12c6c91
View commit details
Copy full SHA for 12c6c91
Browse repository at this point
Commits on May 3, 2024
Add QVersionNumber to generated code
Show description for 14ec00c
mrbean-bremen
committed
14ec00c
View commit details
Copy full SHA for 14ec00c
Browse repository at this point
Commits on Apr 30, 2024
Allow to set and get the render API in QQuickWindow
usiems
committed
32e1c51
View commit details
Copy full SHA for 32e1c51
Browse repository at this point
Commits on Apr 18, 2024
Update generator/main.cpp
nim65s
authored and
usiems
committed
00eb167
View commit details
Copy full SHA for 00eb167
Browse repository at this point
clean more qWarnings()
nim65s
authored and
usiems
committed
b780341
View commit details
Copy full SHA for b780341
Browse repository at this point
fix format-security on Q_OS_MAC
nim65s
authored and
usiems
committed
0e1ebc4
View commit details
Copy full SHA for 0e1ebc4
Browse repository at this point
Commits on Apr 16, 2024
6.6.3 introduced a new helper class for QOperatingSystemVersion
usiems
authored and
mrbean-bremen
committed
16da4f9
View commit details
Copy full SHA for 16da4f9
Browse repository at this point
Commits on Apr 2, 2024
Revert copy method
YuriUfimtsev
authored and
usiems
committed
5735ca7
View commit details
Copy full SHA for 5735ca7
Browse repository at this point
Cleanup
YuriUfimtsev
authored and
usiems
committed
46d7e6e
View commit details
Copy full SHA for 46d7e6e
Browse repository at this point
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
Browse repository at this point
Remove obsolete things; change type to auto
YuriUfimtsev
authored and
usiems
committed
1286d46
View commit details
Copy full SHA for 1286d46
Browse repository at this point
Previous
Next
You can’t perform that action at this time.