qamel icon indicating copy to clipboard operation
qamel copied to clipboard

Simple QML binding for Go

Results 16 qamel issues
Sort by recently updated
recently updated
newest added

macOS big sur 11.4 Qt 5.14.2 ``` $ qamel build Starting build process. Load config file...done Generating vendor files...done Removing old build files...done Generating binding files...done Generating Qt resource file...done...

Hello, Your binding library is the only solution I've managed to get working off the ground pretty easily. Thank you so much for you work. I've been wondering: is Qt6...

Getting started on Ubuntu 20.04, go version go1.14.4. I have Qt 5.9, 5.13.0(under therecipe), 5.14.2 and 5.15.0 installed. The 2 simpler examples build and run fine using the -p linux...

This patch allows to build apps on arm64 platform. Tested on Pinephone (CPU Allwinner A64 ARM Quad core Cortex-A53, 64bit) running Mobian. Which is bullseye/sid Debian based. At this moment...

This is preliminary attempt to support Qt 5.6 on low end platforms. 1. Strip Quick.Components, wdigets, svg to reduce memory. 2. Application would have to spawn QGuiApplication and not QApplication....

It will be great if plugins can be written in go. Please let us know if it's possible. I would be interested in contributing too if there is an approach....

Is there any steps covering build process in details? I've started with 'go build' but got this: application.cpp:2:10: fatal error: QApplication: No such file or directory #include ^~~~~~~~~~~~~~ compilation terminated....

Hi. I've seen ListModel and TableModel related stuff in source files, but the corresponding wiki pages are missing. Any chance we can get a usage example? A simple usage would...