Skip to content

0smr/qube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.