# Qt组件库 **Repository Path**: CielLoki/qt_component_library ## Basic Information - **Project Name**: Qt组件库 - **Description**: 开发Qt软件时需要用到的组件库 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 7 - **Created**: 2020-07-14 - **Last Updated**: 2024-10-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Qt组件库 #### 介绍 开发Qt软件时可能需要用到的组件库 #### 使用说明 1. Qt数据库驱动文件夹(./qtMysqlDriver/)下存放的是编译过的Qt数据库驱动,子文件夹存放的是对应操作系统和Qt版本的驱动。 2. 单个组件文件夹(./singleComponent/)下存放的是单个的Qt组件,部分组件可能需要依赖某些其他组件,详细使用方法参考各模块的README文件。 #### 注意 #### 1. 不保证每个组件的性能,仅供参考。 2. 组件的源码开发环境为: 操作系统:Windows 10。 IDE:Qt creator 4.11.1(Community)。 Qt库版本:Qt5.14.0_MSVC2017_64(Community)。 C编译器:Microsoft Visual C++ Compiler 16.7.30413.136(amd64)。 C++编译器:Microsoft Visual C++ Compiler 16.7.30413.136(amd64)。 或 操作系统:Windows 10。 IDE:Visual Studio Pro 2015。 Qt库版本:Qt5.9.6_MSVC2015_64(Community)。 开发环境不同可能会导致某些问题(但一般没什么问题)。 3. 文件编码格式为UTF-8,错误的编码格式可能导致乱码。 4. 组件注释可能存在残缺和表述问题,如有进一步需要可尝试联系开发人员。 5. 开发人员联系方式QQ:329003199。 2021年7月26日: 1、对原有的ObjectManager、SerialPortIOer、TcpIOer、TcpListener和UdpIOer进行代码简化; 2、新添加DataQueue、FileReader、FileWriter、LogSaver和StateChecker。 2021年7月26日: 1、添加singleComponent/ObjAutoInject/ObjAutoInject组件。 2021年8月9日: 1、修复singleComponent/ObjectManager/ObjectManager组件中构造函数参数对应不正确的问题。 2021年8月13日: 1、添加基于WindowsAPI的日志记录器singleComponent/LogSaver/Logger_WinBased。