* Added QWheelEvent
* removed x y
* Added QNativeGestureEvent
* Changed wrong type of QNativeGestureEventWrap value
* Added QTabletEvent
* Fixing build error for QTabletEvent
* adding dropaction
* fix typos
* Added more functions to QPainterPath
* Added more functions to QPainterPath
* Fixed multiple typos
* Fixed multiple typos
* Got QPainterPath additions working.
* Modified QPainterPath to use qreal instead
* Added QPointF, added a few missing methods to QPoint
* Added QRectF
* implemented QRectF
* Added acceptDrops and setAcceptDrops to QWidget, will be useful for addon implementation of Drag and Drop
Co-authored-by: Switt Kongdachalert <switt1995@yahoo.com>
* Added QWheelEvent
* removed x y
* Added QNativeGestureEvent
* Changed wrong type of QNativeGestureEventWrap value
* Added QTabletEvent
* Fixing build error for QTabletEvent
Co-authored-by: Switt Kongdachalert <switt1995@yahoo.com>
* Fixed slight error in dependencies installation command (Ubuntu)
* Implemented setColumnWidth method for QTreeWidget
* Added an example of using setColumnWidth method
* Fixed doc error for setColumnWidth method.
* Update QTreeWidget
Fixed a bug with QTreeWidget::currentItem() crashing when nothing is selected and added QTreeWidget::takeTopLevelItem() and QTreeWidget::clear()
* Fix garbage collection
* Fix garbage collection
* add cpp method to insert tab at a given index
* add ts method to insert tab at given index
* add insert tab demo
* fixing lint issues in cpp code
* fix: passing the native widgets to insertTab
* 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
* adding the setTabText to the QTabWidgetWrap definition
* implementing the setTabText funciton in the cpp module
* implementing the setTabText in the ts module
* adding a demo for the tab text change feature
* fixing lint issues
* exporting the QSettings enums
* widgets(tabs): return the index of the last added tab
* widgets(tabs): returning the index of the newly added tab
* demo: using the tab component in the demo to verify
* lint: fixing lint
* initial qsettings implementation
* fix qsettings object constructor initialization
* added sync method
* added setValue method
* implemented value method
* pass actual app name and org name
* accept any value that can be converted to QVariant in setValue method
* implemented value method with proper QVariant wrap
* added tests
* removed testing data, fixed warning
* fixed cpp linting
* menu and menubar changes so far
* attempting to add a simpler way to create menubars
* menu and menubar changes so far
* attempting to add a simpler way to create menubars
* attempting to add a simpler way to create menubars
* rebased from master
* rebased from master
* Move qaction creation to qwidget macro
* removed addMenuWithName
* exec, and popup working
Co-authored-by: Atul R <atulanand94@gmail.com>