This repo creates a QML module with custom types for date and time selection. Ideally, the types should look like these.
The types should be style-independent, but the colors used rely on the EstervDesigns Simple style. If you want to change the colors in your top QML file you can do
The project uses CMake presets as a way to share CMake configurations. Refer to cmake, ctest and cpack documentation for more information on the use of presets.
Just add to your project CMakeLists.txt
If want to use the QML module also add
Then you have to add to your QML IMPORT PATH the qrc:/esterVtech.com/imports
path. For that one could add this to the main function:
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.