EstervQrCode 2.0.0
Library for qr code manipulation
All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties Friends Modules Pages
Esterv.Controls

In this folder different custom Qt Quick Controls styles are listed.

The controls styles are created following this.

Using the controls in your CMake project

target_link_libraries(<target> <PRIVATE|PUBLIC|INTERFACE> Esterv::FlatControl
$<$<STREQUAL:$<TARGET_PROPERTY:Esterv::FlatControl,TYPE>,STATIC_LIBRARY>:Esterv::FlatControlplugin>
)

Using the controls

One needs to make available to the QML engine the Esterv.Controls.Flat module by setting the QML import path.

  1. In your main function engine.addImportPath("qrc:/esterVtech.com/imports"); to use the resource file.
  2. Set the environment variable like 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