diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f14b74d --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +################################################################################ +# 此 .gitignore 文件已由 Microsoft(R) Visual Studio 自动创建。 +################################################################################ + +/.vs diff --git a/README.md b/README.md index 3e34ba7..8b5e733 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,13 @@ # IM -使用Qt 5.1 编写的IM(Instant Messaging) 使用TcpSocket通讯 使用SQLite作为数据库 +使用**Qt 5.1**编写的**IM** *(Instant Messaging 即使通讯软件)* + +使用**QTcpSocket**通讯 + +使用**SQLite**作为数据库 + +代码中包含大量注释 + +支持私聊、群聊等 + +运行时截图: +![](images/IM.jpg) \ No newline at end of file diff --git a/images/IM.jpg b/images/IM.jpg new file mode 100644 index 0000000..5fcfc26 Binary files /dev/null and b/images/IM.jpg differ