# MyProgressBar **Repository Path**: ivo-ou/MyProgressBar ## Basic Information - **Project Name**: MyProgressBar - **Description**: QT自定义进度条控件,圆环进度条,圆盘进度,电池进度,直线进度 - **Primary Language**: C++ - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-11-15 - **Last Updated**: 2022-11-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 功能 1. 圆环进度条 2. 圆盘进度条 3. 电池进度条 4. 直线进度条 # 自定义 1. 背景颜色自定义 2. 进度颜色自定义 3. Margin 大小自定义 4. 边框宽度、颜色自定义 5. 字体大小、位置、颜色自定义 6. 电池样式可设置过渡颜色、可设置三个过渡色三个过渡值 # 使用 基于QT 4.9.7 VS2015 32编译 控件继承于QWidget,提升即可使用,具体见头文件函数声明 附带控件演示程序,使用QT打开 .pro 编译运行便可即时查看具体效果并修改 ## Tips ### 工作之余编写,不足之处请谅解 ![image](https://user-images.githubusercontent.com/61071751/148907587-3d6fc89f-2629-4c63-bf62-ca2b6d2edc7d.png) ![image](https://user-images.githubusercontent.com/61071751/148907619-c8c37fbd-fde9-4c04-9ba8-35be17c13862.png) ![image](https://user-images.githubusercontent.com/61071751/148907713-fce969b9-ffe9-49ce-ae6a-3349b88db17e.png) ![image](https://user-images.githubusercontent.com/61071751/148907534-98b49355-8a94-42d9-be99-177b6e4f987d.png)