In this folder different custom Qt Quick Controls styles are listed.
The controls styles are created following this.
One needs to make available to the QML engine the Esterv.Controls.Flat
module 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.Then select the style of your application like ./yourApp -style Esterv.Controls.Flat