libqmlbind icon indicating copy to clipboard operation
libqmlbind copied to clipboard

A C library for creating QML bindings for other languages easily through exporting objects to QML

Results 12 libqmlbind issues
Sort by recently updated
recently updated
newest added

Add functions for changing application name, organization, organization domain and icon This primarily allows for proper file name selection for saving and retrieving settings (QSettings Class, Settings QML Type) Adding...

Hello, Thanks for your work. Unfortunately I cannot compile the libraries on the current Linux Mint. See the test error message enclosed regarding metaclass_test.cpp. [error.log](https://github.com/seanchas116/libqmlbind/files/2300590/error.log) Best wishes, Max

Qt 5.6 was renamed, now also stating Qt's patchlevel. Let's see whether the build works now…

I want to be able to use this on Windows, and sadly, it does not build. :( This is more of a tracking issue, as I hope to get the...

Hi. I have made some progress with `.vapi` bindings (see [here](https://gist.github.com/rainbyte/da0d00f81d83eceb913d71d0e3681b2f)). This could be good for adding initial support for various languages (e.g. Haskell. Vala, Python, etc) using `gobject-instrospection` machinery....

Publishing libqmlbind to package managers would make installation a lot easier.

Hi. I'm in process of writting vala bindings (WIP), and it would be really helpful to have some examples of the usage/workflow of this library. Up to now I was...

enhancement

Add support for [QQuickImageProvider](http://doc.qt.io/qt-5/qquickimageprovider.html) to customize image loading.

enhancement

Test on osx environment in Travis.

Add support for creating custom QAbstractItemModel subclass for complex data sets such as tree models http://doc.qt.io/qt-5/qtquick-modelviewsdata-cppmodels.html

enhancement