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 |
|
Atul R
|
97c67219e2
|
Adds Abstract button - QPushbutton, checkbox and radiobutton methods and tests (#206)
* Adds QAbstract button and related methods to QPushbutton, checkbox and radiobutton
Also adds QIcon to QVariant
* Adds iconSize to abstract button
|
2019-11-19 01:27:26 +01:00 |
|
Atul R
|
87886aeec9
|
fix clang-format warning (#183)
|
2019-11-09 00:07:55 +01:00 |
|
Atul R
|
382f2d7da6
|
Changes unique_ptr to qpointer for qobjects since they can be managed by other parent objects. This fixes double memory free. (#182)
|
2019-11-09 00:05:25 +01:00 |
|
Atul R
|
bd65329641
|
Adds linters, code formatters for both js and c++ and adds prepush hook (#178)
|
2019-11-08 19:30:01 +01:00 |
|
Atul R
|
a287d9ca59
|
separates include headers and implementation
|
2019-09-21 22:53:25 +02:00 |
|