https://github.com/jerryym/nest
A universal software development framework based on Qt
https://github.com/jerryym/nest
cpp learning-exercise qt6
Last synced: about 2 months ago
JSON representation
A universal software development framework based on Qt
- Host: GitHub
- URL: https://github.com/jerryym/nest
- Owner: Jerryym
- License: mit
- Created: 2024-11-20T07:58:47.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-03T04:01:04.000Z (over 1 year ago)
- Last Synced: 2025-11-17T15:18:53.274Z (8 months ago)
- Language: C++
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Nest
Nest是一个基于Qt6.5.3版本的通用软件开发框架。此项目是一个学习项目,目的是熟悉Qt相关特性和软件开发。
## Environment
* **IDE**: Visual Studio 2022
* **Qt Version**: Qt6.5.3
## Modules
* NestApp:此项目为框架核心,是一个 `.dll`项目。内部包含 `Application`、基于[spdlog](https://github.com/gabime/spdlog)库封装的日志模块。
* NestUI:此项目为框架UI库,是一个 `.dll`项目。内部包含了第三方开源UI库[SARibbon](https://github.com/Jerryym/SARibbon)、 `MainWindow`、`DockWidget`、`DockWidgetManager`等。
## Dependencies
本项目用到以下开源库
* [Qt6](https://www.qt.io/)
* [spdlog](https://github.com/gabime/spdlog) - C++ logging library.
* [SARibbon](https://github.com/Jerryym/SARibbon) - Ribbon Control for Qt