A qt5 spinning wheel widget used to randomized choices. This is mainly used a submodule library used by import-random.
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)
- Fixed bug with pie drawing when there are more items
- Added clicking to spin support for the wheel