0smr / qube

Qube theme for QtQuick QML.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QML Qube

version tag license BCH donate

Qube QtQuick/QML theme (under development).

If you liked these components, please consider givin a star 🌟.

How to use

Warning

Components in this repository are still in development, thus changes over each update may be significant.

Usage

  • Clone the repository first.
    git clone "https://github.com/0smr/qube.git"
  • Then add qube to your makefile. see example-1
    add_subdirectory(/path/to/qube/)
    target_link_libraries(my-target PRIVATE qubeplugin)
  • And finally import the Qube module. see example-1
    import qube

If you are confused, please refer to example-1 for a clearer understanding of what you should do.

Components

  • Radio Button
  • Switch
  • CheckBox
  • Button
  • Dial

Issues

Please file an issue on issues page if you have any problems.

Documentation

Documentation can be found in the docs directory.

About

Qube theme for QtQuick QML.

License:MIT License


Languages

Language:QML 45.8%Language:GLSL 40.9%Language:CMake 10.6%Language:C++ 2.5%Language:JavaScript 0.4%