IEEE-UNM / SpinningWheel

A qt5 spinning wheel widget used to randomized choices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SpinningWheel

A qt5 spinning wheel widget used to randomized choices. This is mainly used a submodule library used by import-random.

Usage

Clone this repository and add the cloned repository as a subdirtory in CMakeLists.txt

git clone https://github.com/IEEE-UNM/SpinningWheel.git

CMakeLists.txt in the project file

...
add_subdirectory(path/to/SpinningWheel)

TODO

  • Fixed bug with pie drawing when there are more items
  • Added clicking to spin support for the wheel

About

A qt5 spinning wheel widget used to randomized choices

License:GNU General Public License v3.0


Languages

Language:C++ 97.0%Language:CMake 3.0%