Pelagicore / QMLCppAPILinks
A framework for flexible interfacing between C++ and QML/JS
☆13Updated 7 years ago
Alternatives and similar repositories for QMLCppAPI
Users that are interested in QMLCppAPI are comparing it to the libraries listed below
Sorting:
- A factory class to easily load generic plugins☆12Updated 6 years ago
- Generate Qt/QML flavored sources from Protocol Buffers .proto files☆30Updated 3 years ago
- A class to easily register your application as autostart application☆18Updated 6 years ago
- Utils for easy c++ and qml integration of common android features☆23Updated 7 years ago
- Serialization of QObject property tree <==> QVariantMap <==> {Json, XML, ...}☆38Updated 6 years ago
- A SMS application with Qt for android.☆16Updated 10 years ago
- A plugin system for Qt applications that allows modular applications to be created.☆30Updated 4 years ago
- libev-based event dispatcher for Qt☆40Updated 6 years ago
- Demonstrate how to use QQuickImageProvider to provide a stream of image to QML☆14Updated 4 years ago
- Template-based tree and table model creation for Qt MVC in a modern c++11 functional style (More easy than direct using QAbstractItemMode…