Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/l-super/circularmenu
圆形/环形菜单或者叫云台仪表盘。拥有八个方向键和中心重置键。
https://github.com/l-super/circularmenu
Last synced: 6 days ago
JSON representation
圆形/环形菜单或者叫云台仪表盘。拥有八个方向键和中心重置键。
- Host: GitHub
- URL: https://github.com/l-super/circularmenu
- Owner: L-Super
- License: mit
- Created: 2022-03-31T14:08:42.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-22T04:44:21.000Z (9 months ago)
- Last Synced: 2024-02-23T04:26:10.439Z (9 months ago)
- Language: C++
- Size: 313 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
圆形菜单 / 环形菜单,或者叫云台仪表盘。拥有八个方向键和中心重置键。
效果如图:
![image](https://github.com/L-Super/CircularMenu/assets/40905056/99b69c81-6870-4df6-a7ed-b3af4f7342de)
## 原理
通过QPainter在paintEvent()进行绘制而成。