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 }}
nullCode666
/
nodegui
Public
forked from
nodegui/nodegui
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
nodegui
src
cpp
include
nodegui
QtCore
on
input_methods
User selector
All users
Datepicker
All time
Commit history
Commits on Jul 17, 2022
Add many methods to `QSize` and `QSizeF`
sedwards2009
committed
abc1d2c
View commit details
Copy full SHA for abc1d2c
View code at this point
Browse repository at this point
Commits on May 9, 2022
Massive C++ wrapper update
sedwards2009
committed
6aa3f00
View commit details
Copy full SHA for 6aa3f00
View code at this point
Browse repository at this point
Commits on May 5, 2022
Add `QObject.children()`
sedwards2009
committed
f3d7d73
View commit details
Copy full SHA for f3d7d73
View code at this point
Browse repository at this point
Add `QObject.parent()` and infra for correct subclass wrappers
sedwards2009
committed
880ea7c
View commit details
Copy full SHA for 880ea7c
View code at this point
Browse repository at this point
Commits on May 1, 2022
Add `QObject.delete()` and `QObject.deleteLater()`, and test `QObject` deletion
sedwards2009
committed
02f901d
View commit details
Copy full SHA for 02f901d
View code at this point
Browse repository at this point
Add `QObject.parent()` and a heap of wrapper management
sedwards2009
committed
cbb3f99
View commit details
Copy full SHA for cbb3f99
View code at this point
Browse repository at this point
Commits on Apr 19, 2022
Add `QTimerEvent` and `QObject.startTimer()` and `QObject.killTimer()`
sedwards2009
committed
ac1c118
View commit details
Copy full SHA for ac1c118
View code at this point
Browse repository at this point
Commits on Dec 11, 2021
Apply code formatting
sedwards2009
committed
94ce790
View commit details
Copy full SHA for 94ce790
View code at this point
Browse repository at this point
Add `QWidget.setParent()`
sedwards2009
committed
47b3d51
View commit details
Copy full SHA for 47b3d51
View code at this point
Browse repository at this point
Commits on Dec 3, 2021
Remove most unneeded or buggy `Napi:HandleScope` uses (#895)
sedwards2009
authored
0e33e39
View commit details
Copy full SHA for 0e33e39
View code at this point
Browse repository at this point
Commits on Oct 27, 2021
Add wrapper caching. Try it on `QScreen`.
sedwards2009
committed
710cfa3
View commit details
Copy full SHA for 710cfa3
View code at this point
Browse repository at this point
Commits on Oct 23, 2021
Support `addEventListener()` when the wrapper handles signals
sedwards2009
committed
fa52c67
View commit details
Copy full SHA for fa52c67
View code at this point
Browse repository at this point
Commits on Oct 22, 2021
Add `QScreen` and `QWindow`, remove the deprecated `QDesktopWidget`
sedwards2009
committed
8ce6dde
View commit details
Copy full SHA for 8ce6dde
View code at this point
Browse repository at this point
Commits on Sep 20, 2021
Add `QSizeF` and `QFontMetricsF`
sedwards2009
committed
bd6b127
View commit details
Copy full SHA for bd6b127
View code at this point
Browse repository at this point
Commits on Sep 7, 2021
Add `dumpObjectTree()` & `dumpObjectTree()` to `QObject`
sedwards2009
committed
8060a63
View commit details
Copy full SHA for 8060a63
View code at this point
Browse repository at this point
Commits on Aug 26, 2021
Fill in `QAbstractItemView` methods & enums; add `QItemSelectionModel`
sedwards2009
committed
edf437f
View commit details
Copy full SHA for edf437f
View code at this point
Browse repository at this point
Commits on Aug 22, 2021
More methods for `QAbstractItemModel`
sedwards2009
committed
5521714
View commit details
Copy full SHA for 5521714
View code at this point
Browse repository at this point
Make `connectSignalsToEventEmitter()` virtual to support wrappers on plain Qt widget instances
sedwards2009
committed
1f11f1c
View commit details
Copy full SHA for 1f11f1c
View code at this point
Browse repository at this point
Format cpp code
sedwards2009
committed
c209fe2
View commit details
Copy full SHA for c209fe2
View code at this point
Browse repository at this point
Add `QAbstractItemModel.buddy()` support
sedwards2009
committed
f7a4a4d
View commit details
Copy full SHA for f7a4a4d
View code at this point
Browse repository at this point
Implement `QAbstractItemModel.setData()` and 5th tutorial example
sedwards2009
committed
e81b5ae
View commit details
Copy full SHA for e81b5ae
View code at this point
Browse repository at this point
Add header model view tutorial example
sedwards2009
committed
5880935
View commit details
Copy full SHA for 5880935
View code at this point
Browse repository at this point
Add the changing data model view example
sedwards2009
committed
b5a9f30
View commit details
Copy full SHA for b5a9f30
View code at this point
Browse repository at this point
Add basic `QAbstractItemModel` and `QAbstractTableModel`
sedwards2009
committed
25e0d61
View commit details
Copy full SHA for 25e0d61
View code at this point
Browse repository at this point
Commits on Jul 16, 2021
Extra methodsfor `QPainter`, string lists in `QVariant`, and default args for `QClipboard` (#858)
Show description for 2901d09
sedwards2009
authored
2901d09
View commit details
Copy full SHA for 2901d09
View code at this point
Browse repository at this point
Commits on Jun 27, 2020
Added QMimeData, additional methods to QUrl, and Dropping should now be supported (#614)
Show description for 3cb3424
swittk
and
a7ul
authored
3cb3424
View commit details
Copy full SHA for 3cb3424
View code at this point
Browse repository at this point
Commits on Jun 26, 2020
Added setAcceptDrops, acceptDrops to QWidget for creating drag-drop extensions (#613)
Show description for 3fadf33
swittk
authored
3fadf33
View commit details
Copy full SHA for 3fadf33
View code at this point
Browse repository at this point
Commits on Apr 14, 2020
Added fromString functions to QDate, QTime, and QDateTime (#518)
Show description for e8c97e1
mspencer92
authored
e8c97e1
View commit details
Copy full SHA for e8c97e1
View code at this point
Browse repository at this point
Commits on Mar 7, 2020
Integration with Qode 2.0 (#400)
Show description for 86c3ef0
a7ul
authored
86c3ef0
View commit details
Copy full SHA for 86c3ef0
View code at this point
Browse repository at this point
Commits on Feb 17, 2020
Qsettings (#401)
Show description for 07ac11c
Solant
authored
07ac11c
View commit details
Copy full SHA for 07ac11c
View code at this point
Browse repository at this point
Commits on Jan 30, 2020
Adds Qinputdialog (#381)
Show description for ba088d4
a7ul
authored
ba088d4
View commit details
Copy full SHA for ba088d4
View code at this point
Browse repository at this point
Commits on Jan 22, 2020
Adds plugin support for windows platform (#364)
Show description for 7dcc329
a7ul
authored
7dcc329
View commit details
Copy full SHA for 7dcc329
View code at this point
Browse repository at this point
Commits on Jan 6, 2020
Add DateTime related Class (#332)
feng8848
authored and
a7ul
committed
5d6806f
View commit details
Copy full SHA for 5d6806f
View code at this point
Browse repository at this point
Commits on Jan 5, 2020
Added QMessageBox (#326)
Show description for fd270c1
mspencer92
and
a7ul
committed
fd270c1
View commit details
Copy full SHA for fd270c1
View code at this point
Browse repository at this point
Commits on Dec 31, 2019
Add QListWidget Support (#320)
feng8848
authored and
a7ul
committed
f409eeb
View commit details
Copy full SHA for f409eeb
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.