nodeguy/src/cpp
Simon Edwards 1bc346d22c
Add QEvent methods to all subclasses + some random methods (#848)
* Add `clearFocus()` to `QWidget`

* Add `Alignment` param to `QBoxLayout.addWidget()`

* Add `setViewportMargins()` & `viewportMargins()` to `QScrollArea`

* Add `QEvent` methods to all event related subclasses

* Tell C++ that our 0 is zero and not a null pointer
2021-07-08 22:45:41 +02:00
..
include Add QEvent methods to all subclasses + some random methods (#848) 2021-07-08 22:45:41 +02:00
lib Add QEvent methods to all subclasses + some random methods (#848) 2021-07-08 22:45:41 +02:00
main.cpp Extra font and painter related methods and classes (#845) 2021-06-26 18:37:53 +02:00