You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
QtSharp 0.7.2 for Qt 5.9.1.
Bindings for the constructors of QImage and QPixmap taking arrays.
Bindings for QGraphicsScene::drawItems, QGraphicsView::drawItems and QAbstractVideoBuffer::mapPlanes.
Moved the inlines for GPL-only/commercial-only modules to a separate …
…library.
This way people who don't want to use GPL-ed code can safely do so.
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
Removed all mappings to C# structures because their empty constructor…
…s are not correctly wrapped yet.
Also had to update C++# because some of the default parameters which used structures exposed problems when they were changed to use classes.
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>
Fixed a regression - Qt events did not work at all. Also restored the…
… ability to handle them.
Signed-off-by: Dimitar Dobrev <dpldobrev@protonmail.com>