Qube QtQuick/QML theme (under development).
If you liked these components, please consider givin a star 🌟.
Warning
Components in this repository are still in development, thus changes over each update may be significant.
- Clone the repository first.
git clone "https://github.com/0smr/qube.git"
- Then add
qube
to your makefile. see example-1add_subdirectory(/path/to/qube/) target_link_libraries(my-target PRIVATE qubeplugin)
- And finally import the
Qube
module. see example-1import qube
If you are confused, please refer to example-1 for a clearer understanding of what you should do.
- Radio Button
- Switch
- CheckBox
- Button
- Dial
Please file an issue on issues page if you have any problems.
Documentation can be found in the docs
directory.