# qt_simple_calculation **Repository Path**: wuhj2001/qt_simple_calculation ## Basic Information - **Project Name**: qt_simple_calculation - **Description**: 使用QT5做一个简单的无括号优先级,无计算优先级的四则运算 本仓库也可做开源仓库测试(测试pull requests、issues、wiki等) - **Primary Language**: C++ - **License**: Zlib - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2024-01-30 - **Last Updated**: 2024-01-30 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # qt_simple_calculation [中文文档](./README.md) [English Docx](./README.en.md) #### 介绍 使用QT5做一个简单的无括号优先级,无计算优先级的四则运算 本仓库也可做开源仓库测试(测试pull requests、issues、wiki等) #### 软件架构 软件架构说明: 简单QT界面实现, 除此之外还可测试 gitee 或者 github 仓库的其他功能 #### 安装教程 **生成Cmake** ```bash cd qt_simple_calculation/build cmake .. ``` **编译** 如果是`Linux`: ```bash make . ``` 如果是`Windows`: ```bash mingw32-make . ``` #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 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/)