* Moves qt integration solely to the nodegui core addon
* Adds lint fixes
* moved to integration core
* cleans up export snippet
* revert package.json
* Add exit if app->exec finishes.
* lint fix
* Makes QApplication custom
* adds qobject to wrap of qapp
* Adds working qt run looper
* Adds font default
* Adds qt installer
* Updates qode integration to v2.0.1
* fix cpp lints
* Fixes lint and deps
* Adds miniqt installation
* adds setup mini qt script
* skips tests due to issues with jest
* fix config and download path for linux and windows
* Adds multiple artifact downloader
* fix qt config and compilation
* Fixes qode path for windows (now it can load dll's easily)
* Add compilation
* fix windows path setup
* use scripts directly
* enabled tests back
* fix ubuntu deps
* update to alpha release
* fix workflow
* adds more artifacts and funding field
* change to alpha v2
* update prebuild yml
* revert build action
* disabling prebuild for now
* switch to stable release 5.14.1
* version bump
* Added QMessageBox
* Adds Qdialog
* Fixes inheritance and adds pointer based event listener
* Cleans up Qmessagebox so that we create all buttons
* change to abstract button
* fix rawData fetching from the template
* formatting fixes
* change to Objectwrap for better type casting
* Adds Native element part in qpushbutton
* Adds NapiExternal check and use ptr for initialization
* Adds all button classes
* fix c
* fix merge conflicts
* lint fix
Co-authored-by: Atul R <atulanand94@gmail.com>
* Adds qpixmap load from data
* Adds basic qrect and qmovie
* Adds more methods to QMovie and QLabel
* Adds QMovie, QRect and qlabel methods
* Adds custom method load from data to load from buffer easily
* Adds loading from buffer for qmovie