This repo produces QML modules with custom QML types that can be used in GUI interfaces.
It is composed of different Qt Quick Controls custom styles in the Controls directory. Also, expose some higher-level custom controls/types in the CustomControls directory. Some common resources are grouped in QML modules in the Styles directory.
where installDir
is the installation path, QTDEPLOY
install the examples and Qt dependencies using the cmake-deployment-api. One can choose to build or not the example and the documentation with the BUILD_EXAMPLES
and BUILD_DOCS
variables.
Download the releases from this repo.
One needs to make available to the QML engine the different modules by setting the QML import path.
engine.addImportPath("qrc:/esterVtech.com/imports");
to use the resource file.export QML_IMPORT_PATH=installDir/CMAKE_INSTALL_LIBDIR
where CMAKE_INSTALL_LIBDIR
is where Esterv
folder was created.The [examples](examples) folder shows the use of the different custom types provided by the QML module.
One can also play with the types here
You can read the API reference, or generate it yourself like
We appreciate any contribution!
You can open an issue or request a feature. You can open a PR to the develop
branch and the CI/CD will take care of the rest. Make sure to acknowledge your work, and ideas when contributing.