qface icon indicating copy to clipboard operation
qface copied to clipboard

Interface generator framework based on an interface description language (IDL). Inspired by Qt5!

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

Currently the profile support doesn't work as expected. I would expect to get errors if a qface file tries to import a module when using the micro profile, but at...

In 2.0 the filter support got improved, but at the moment the documentation doesn't contain a list of all filters and what they do. (or i just couldn't find it...)

When importing another qface module, it is expected that this module is also parsed as part of FileSystem.parse(). If that's not the case, no error is reported, but instead the...

``` for module in system: for interface in module: ... ``` this does not work since neither System nor Module classes are not iterable

Sometimes it would be convenient to define QFace interfaces which use external types which are not described with QFace. For example, if a C++ class called "MyClass" is defined in...

This should lead to an effort to harmonise QML APIs over time

- in domain language service and event is still used.

A quick-start section should lead the user how to use an existing code generator and an advanced quickstart how to write a custom code generator. There should also be some...

Yocto downloads the source from PyPI for a certain package to to cross-compile it for the target architecture. Providing the source code as tar.gz in addition to a wheel makes...