An open API service indexing awesome lists of open source software.

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

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