# qt-dataCharts **Repository Path**: liqinglucky/qt-dataDharts ## Basic Information - **Project Name**: qt-dataCharts - **Description**: bilibili UP主 【老实的徐码农】 喜欢的话记得点波关注哦! 主页:https://space.bilibili.com/335418344?spm_id_from=333.1007.0.0 - **Primary Language**: C++ - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 19 - **Created**: 2022-12-11 - **Last Updated**: 2022-12-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # qt-dataCharts ## 介绍 bilibili UP主 【老实的徐码农】 喜欢的话记得点波关注哦! 主页:https://space.bilibili.com/335418344?spm_id_from=333.1007.0.0 ## 软件架构 软件架构说明 ## 安装教程 ### 环境 ``` Ubuntu 20.04.2 LTS ``` qt版本 ``` qtcreator: 4.11.0 qt: 5.12.8 ``` ### 安装QT ``` sudo apt-get install build-essential sudo apt-get install qtcreator sudo apt-get install qt5-default ``` 安装charts模块 ``` sudo apt-get install libqt5charts5 libqt5charts5-dev ``` ### 编译 ``` qt-dataDharts# ls dataChart.pro qt-dataDharts# qmake dataChart.pro qt-dataDharts# make ``` ### 运行 ``` qt-dataDharts# ls dataChart qt-dataDharts# ./dataChart ``` ## 使用说明 ## 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request ## 特技 1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md 2. Gitee 官方博客 [blog.gitee.com](https://blog.gitee.com) 3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解 Gitee 上的优秀开源项目 4. [GVP](https://gitee.com/gvp) 全称是 Gitee 最有价值开源项目,是综合评定出的优秀开源项目 5. Gitee 官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help) 6. Gitee 封面人物是一档用来展示 Gitee 会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)