diff --git a/README.en.md b/README.en.md new file mode 100644 index 0000000000000000000000000000000000000000..92554ab6144cad260bfeaff1dd85f4c18dc1e289 --- /dev/null +++ b/README.en.md @@ -0,0 +1,53 @@ +This project currently does not have a README.md file. You can supplement the project description based on the actual situation, such as project features, environment dependencies, build methods, execution instructions, module descriptions, etc. Below is a simple README.md template for reference: + +--- + +# QtMysqlImageApp + +A desktop application for downloading and managing images using Qt and MySQL. + +## Project Overview + +QtMysqlImageApp is a desktop application written in Qt that supports downloading images from specified URLs and storing their metadata in a MySQL database. It also allows viewing, deleting, and refreshing the image list. + +## Features + +- Multi-language support (Chinese and English) +- Download images and save them locally +- Store image information in a MySQL database +- Display and manage image lists +- Automatically connect to MySQL and create required tables + +## System Requirements + +- Qt 6.8.0 (or compatible version) +- MySQL database +- CMake +- MinGW 64-bit compiler + +## Build and Run + +1. Install Qt 6 and the related development environment. +2. Ensure MySQL is installed and database connection settings are properly configured. +3. Open the project directory and use CMake to generate build files. +4. Compile using Qt Creator or command-line tools. +5. After compilation, run `QtMysqlImageApp`. + +## Usage Instructions + +1. Launch the application, enter MySQL connection details, and click "Connect". +2. Enter an image URL and click "Start Download". +3. Once downloaded, the image will appear in the list; double-click to view the original image. +4. Supports clearing the URL list, refreshing the image list, and deleting specific images. + +## Developer + +This project is developed and maintained by [ToWinToday](https://gitee.com/ToWinToday). + +## Open Source License + +This project is licensed under the MIT License. Please comply with the relevant open-source terms. + +--- + +You can further refine the README.md file according to your project's actual content. \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..954566f66aed943e23f43fd7065b75f8bffecdc8 --- /dev/null +++ b/README.md @@ -0,0 +1,53 @@ +该项目目前没有 README.md 文件。您可以根据项目的实际情况补充项目说明,例如项目功能、环境依赖、构建方法、运行方式、功能模块说明等内容。以下是一个简单的 README.md 模板供参考: + +--- + +# QtMysqlImageApp + +一个基于 Qt 和 MySQL 的图片下载与管理应用程序。 + +## 项目简介 + +QtMysqlImageApp 是一个使用 Qt 编写的桌面应用程序,支持从指定 URL 下载图片并将其信息保存到 MySQL 数据库中。同时支持查看、删除和刷新图片列表。 + +## 功能特性 + +- 多语言支持(中文与英文) +- 图片下载并保存到本地 +- 图片信息存储到 MySQL 数据库 +- 图片列表展示与管理 +- 支持连接 MySQL 数据库并自动创建表 + +## 依赖环境 + +- Qt 6.8.0(或兼容版本) +- MySQL 数据库 +- CMake +- MinGW 64 位编译器 + +## 构建与运行 + +1. 安装 Qt 6 及相关开发环境。 +2. 确保 MySQL 已安装并配置好数据库连接信息。 +3. 打开项目目录并使用 CMake 生成构建文件。 +4. 使用 Qt Creator 或命令行工具进行编译。 +5. 编译完成后运行 `QtMysqlImageApp`。 + +## 使用说明 + +1. 启动程序后,输入 MySQL 数据库连接信息并点击连接。 +2. 添加图片 URL 并点击开始下载。 +3. 下载完成后,图片将展示在列表中,并可双击查看原图。 +4. 支持清除 URL 列表、刷新图片列表和删除指定图片。 + +## 开发者 + +该项目由 [ToWinToday](https://gitee.com/ToWinToday) 开发并维护。 + +## 开源协议 + +本项目采用 MIT License,请遵守相关开源协议。 + +--- + +您可以根据项目的实际内容进一步完善 README.md 文件。 \ No newline at end of file