Atul R
7dcc329cf8
Adds plugin support for windows platform ( #364 )
...
* updates cmake file for windows plugin support
* basic exports
* minor export fixes
* rename macro
* rename export macro
* fixes build error on windows
* cleanup cmakelist
* updated headers
2020-01-22 21:15:30 +01:00
blncd2020
a8796c9c60
Additional documentation and code examples ( #339 )
...
* additional documentation and code examples
* Update QTabWidget.ts
* Update QTableWidget.ts
* Update QTableWidgetItem.ts
* Update QTreeWidget.ts
* Update QTreeWidgetItem.ts
* Update QTreeWidget.ts
* Fixup doc comments
* fix nodedialog
* fix abstract class docs
* lint fix
* Adds QFileDialog
* Adds QGroupBox
* Adds qmessagebox, qpainter and qgroupbox
* adds link to advanced qpainter example
* Adds qtablewidget qstackedwidget and qtoolbutton
* Adds Qtreewidget docs
Co-authored-by: Atul R <atulanand94@gmail.com>
2020-01-10 11:10:25 +05:30
mspencer92
fd270c18ac
Added QMessageBox ( #326 )
...
* 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>
2020-01-05 15:53:49 +05:30
Atul R
d1e5d499fb
Inherit implemented Qt signals from base classes ( #290 )
...
* Adds abstract signals
* basic layout and filedialogs
* Adds all remaining signal heirarchies
* fix lint
2019-12-23 01:26:02 +05:30
Atul R
42e92ecbff
Adds Signals inheritance ( #288 )
...
* Inherit signals
* export signals
* Fix Qvariant build
* Adds Abstract button signals
* added more test cases
2019-12-20 23:48:53 +05:30
Atul R
01a6476f9c
Separate events and signals ( #287 )
...
* Wip
* Improve constructor typings
* Fixes types for Gui and Core
* QtGui
* Remove unnecessary imports and fix types on abstract classes
* Adds half of qwidgets
* Add all widgets
* cleans up
* fix failing test
* lint fix
* fix demo
2019-12-20 18:33:05 +05:30
slidinghotdog
4703dd4d27
Add QFileDialog ( #256 )
...
* Add QFileDialog
* fix missing return types
2019-12-09 20:11:00 +01:00