4 Star 19 Fork 20

graycatya / Qml_CustomControl

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
README.md 624 Bytes
一键复制 编辑 原始数据 按行查看 历史
cat 提交于 2020-03-05 14:07 . 添加Canvas版进度条并添加文档

返回

ArcProGressBarCanvas控件

提供圆弧型,圆形进度条实现

注意: 此控件5.10以下版本的qt采用,因为5.10以上版本有更好的方案。

扩展属性

  • radiusCanvas(背景与进度条半径)
  • backgroundStartValue(背景圆弧起始角度)
  • backgroundEndValue(背景圆弧结束角度)
  • backgroundColor(背景圆弧颜色)
  • backgroundLineWidth(背景圆弧宽度)
  • value(进度条结束角度)
  • progressBarStartValue(进度条起始角度)
  • progressBarColor(进度条颜色)
  • progressbarLineWidth(进度条宽度)
  • clockwise(进度条是否以顺时针加载)
QML
1
https://gitee.com/graycatya/Qml_CustomControl.git
git@gitee.com:graycatya/Qml_CustomControl.git
graycatya
Qml_CustomControl
Qml_CustomControl
master

搜索帮助