🔥码云GVP开源项目 12k star Uniapp+ElementUI 功能强大 支持多语言、二开方便! 广告
[TOC] ## 概述 https://github.com/idcpj/qt-basic-framework 目录结构 ``` demo ├── framework.pro ├── README.md ├── src │ ├── main.cpp │ ├── mainwindow.cpp │ ├── mainwindow.h │ ├── mainwindow.ui │ ├── src.pri │ └── tools │ ├── cal.h │ ├── date.h │ └── tools.pri └── tests ├── build_batch_test.h ├── qtestrunner.h ├── tests.pri ├── test_add.cpp ├── test_add.h ├── test_add2.cpp └── test_add2.h ```