nodeguy/src/cpp
swittk 3fadf33113
Added setAcceptDrops, acceptDrops to QWidget for creating drag-drop extensions (#613)
* 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>
2020-06-26 16:53:43 +02:00
..
include Added setAcceptDrops, acceptDrops to QWidget for creating drag-drop extensions (#613) 2020-06-26 16:53:43 +02:00
lib Added setAcceptDrops, acceptDrops to QWidget for creating drag-drop extensions (#613) 2020-06-26 16:53:43 +02:00
main.cpp Added setAcceptDrops, acceptDrops to QWidget for creating drag-drop extensions (#613) 2020-06-26 16:53:43 +02:00