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 }}
irustm
/
nodegui
Public
forked from
nodegui/nodegui
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
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
main.cpp
on
patch-1
User selector
All users
Datepicker
All time
Commit history
Commits on Dec 14, 2019
Qtablewidget rebase (#264)
Show description for a59e8b5
elviosak
authored and
a7ul
committed
a59e8b5
View commit details
Copy full SHA for a59e8b5
View code at this point
Browse repository at this point
Commits on Dec 12, 2019
Add font support (#261)
Show description for 19f786a
feng8848
authored and
a7ul
committed
19f786a
View commit details
Copy full SHA for 19f786a
View code at this point
Browse repository at this point
Commits on Dec 9, 2019
Add QFileDialog (#256)
Show description for 4703dd4
elviosak
authored and
a7ul
committed
4703dd4
View commit details
Copy full SHA for 4703dd4
View code at this point
Browse repository at this point
Commits on Dec 7, 2019
Add QGroupBox (#251)
feng8848
authored and
a7ul
committed
32a1b97
View commit details
Copy full SHA for 32a1b97
View code at this point
Browse repository at this point
Add QComboBox (#250)
Show description for ed84031
elviosak
authored and
a7ul
committed
ed84031
View commit details
Copy full SHA for ed84031
View code at this point
Browse repository at this point
Commits on Dec 5, 2019
Add style() getter in QApplication (#249)
Show description for a8cc7d9
bundyo
authored and
a7ul
committed
a8cc7d9
View commit details
Copy full SHA for a8cc7d9
View code at this point
Browse repository at this point
Commits on Dec 4, 2019
Add QStackedWidget (for page style navigation) (#245)
Show description for 98be88f
bundyo
authored and
a7ul
committed
98be88f
View commit details
Copy full SHA for 98be88f
View code at this point
Browse repository at this point
Commits on Dec 3, 2019
Add QBoxLayout
slidinghotdog
committed
3c36226
View commit details
Copy full SHA for 3c36226
View code at this point
Browse repository at this point
Commits on Nov 28, 2019
Load image from buffer, QMovie and QRect (#232)
Show description for 6e6495f
a7ul
authored
6e6495f
View commit details
Copy full SHA for 6e6495f
View code at this point
Browse repository at this point
Commits on Nov 27, 2019
Adds fix for Qt bug where Qt fails to recognise a default font. In that case set the default font to Sans serif (#229)
a7ul
authored
0ed44e4
View commit details
Copy full SHA for 0ed44e4
View code at this point
Browse repository at this point
Commits on Nov 24, 2019
Methods and exports needed for Webview support (#217)
Show description for 22c7acd
a7ul
authored
22c7acd
View commit details
Copy full SHA for 22c7acd
View code at this point
Browse repository at this point
Commits on Nov 17, 2019
QMouseEvent() wrapper (#197)
Show description for b9ca846
pepf
authored and
a7ul
committed
b9ca846
View commit details
Copy full SHA for b9ca846
View code at this point
Browse repository at this point
Commits on Nov 11, 2019
Adds QSize and few more test cases for pixmap, qsize and qvariant (#194)
Show description for e3667c0
a7ul
authored
e3667c0
View commit details
Copy full SHA for e3667c0
View code at this point
Browse repository at this point
Commits on Nov 10, 2019
Add qvariant object translation (#189)
Show description for ece01d3
a7ul
authored
ece01d3
View commit details
Copy full SHA for ece01d3
View code at this point
Browse repository at this point
Adds QObject exports (#184)
Show description for 95cdcb3
a7ul
authored
95cdcb3
View commit details
Copy full SHA for 95cdcb3
View code at this point
Browse repository at this point
Commits on Nov 8, 2019
Adds linters, code formatters for both js and c++ and adds prepush hook (#178)
a7ul
authored
bd65329
View commit details
Copy full SHA for bd65329
View code at this point
Browse repository at this point
Commits on Oct 26, 2019
Adds support for keyboard shortcuts, systray menu and systray actions (now run nodegui apps as a service). (#156)
Show description for cb535e3
a7ul
authored
cb535e3
View commit details
Copy full SHA for cb535e3
View code at this point
Browse repository at this point
Commits on Oct 7, 2019
Experimental menu and tests (#139)
Show description for 36329a4
a7ul
authored
36329a4
View commit details
Copy full SHA for 36329a4
View code at this point
Browse repository at this point
Commits on Sep 24, 2019
Adds basic support for QSystemTrayIcon
soonoo
committed
2249895
View commit details
Copy full SHA for 2249895
View code at this point
Browse repository at this point
Commits on Sep 21, 2019
separates include headers and implementation
a7ul
committed
a287d9c
View commit details
Copy full SHA for a287d9c
View code at this point
Browse repository at this point
Commits on Sep 20, 2019
Merge branch 'feature/tab' into feature/QTabWidgetV2
a7ul
authored
8350747
View commit details
Copy full SHA for 8350747
View code at this point
Browse repository at this point
Commits on Sep 5, 2019
Adds qclipboard
a7ul
committed
0ff2c8d
View commit details
Copy full SHA for 0ff2c8d
View code at this point
Browse repository at this point
Added initial support for QTabWidget
Uriziel01
committed
9363eb0
View commit details
Copy full SHA for 9363eb0
View code at this point
Browse repository at this point
Commits on Aug 31, 2019
Added missing QWidget set methods and QCursor support
Uriziel01
committed
fdc8d27
View commit details
Copy full SHA for fdc8d27
View code at this point
Browse repository at this point
fix naming issues
a7ul
committed
c68554c
View commit details
Copy full SHA for c68554c
View code at this point
Browse repository at this point
Commits on Aug 30, 2019
Support for QDial and QAbstractSlider with docs
Uriziel01
committed
9df9421
View commit details
Copy full SHA for 9df9421
View code at this point
Browse repository at this point
Commits on Aug 24, 2019
Adds QAbstractScrollArea and QScrollArea
a7ul
committed
95a6049
View commit details
Copy full SHA for 95a6049
View code at this point
Browse repository at this point
Commits on Aug 23, 2019
Added support for spinBox widget with docs
Uriziel01
committed
0e730af
View commit details
Copy full SHA for 0e730af
View code at this point
Browse repository at this point
Commits on Aug 18, 2019
Merge pull request #26 from nodegui/feature/QTextEdit
Show description for ed3085f
a7ul
authored
ed3085f
View commit details
Copy full SHA for ed3085f
View code at this point
Browse repository at this point
Added setIcon to PushButton and IconWrap
kakulgupta
committed
432b770
View commit details
Copy full SHA for 432b770
View code at this point
Browse repository at this point
Basic usability of QPlainTextEdit component
rgabs
committed
b9c3224
View commit details
Copy full SHA for b9c3224
View code at this point
Browse repository at this point
Commits on Aug 12, 2019
Fixes directory for QWidget
a7ul
committed
12207d3
View commit details
Copy full SHA for 12207d3
View code at this point
Browse repository at this point
Commits on Aug 3, 2019
Added Image rendering support via qlabel and qpixmap
a7ul
committed
e6eccd0
View commit details
Copy full SHA for e6eccd0
View code at this point
Browse repository at this point
Commits on Jul 13, 2019
added enabled prop to widgets
a7ul
committed
789d28e
View commit details
Copy full SHA for 789d28e
View code at this point
Browse repository at this point
Commits on Jun 23, 2019
Renamed to QKeyEvent
a7ul
committed
93608e2
View commit details
Copy full SHA for 93608e2
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.