├── MyChat.pro ├── MyChat.pro.user ├── MyChat.pro.user.1178009 ├── README.md ├── changeinfo.cpp ├── changeinfo.h ├── changeinfo.ui ├── chatwindow.cpp ├── chatwindow.h ├── chatwindow.ui ├── connection.h ├── database └── MyChat.sql ├── friend.cpp ├── friend.h ├── images ├── Cherry.png ├── Thumbs.db ├── bold.png ├── chatWinBackGround.jpg ├── clear.png ├── color.png ├── dr.png ├── images.qrc ├── italic.png ├── jj.png ├── login.png ├── lswh.png ├── mainWinBackGround.jpg ├── qmnn.png ├── qq.png ├── save.png ├── sc1.png ├── sc2.png ├── sc3.png ├── send.png ├── spqy.png ├── under.png ├── wy.png └── ymrl.png ├── login.cpp ├── login.h ├── login.ui ├── main.cpp ├── mainwindow.cpp ├── mainwindow.h ├── mainwindow.ui ├── udpserver.cpp ├── udpserver.h ├── usrinfo.cpp ├── usrinfo.h └── usrinfo.ui /MyChat.pro: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/MyChat.pro -------------------------------------------------------------------------------- /MyChat.pro.user: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/MyChat.pro.user -------------------------------------------------------------------------------- /MyChat.pro.user.1178009: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/MyChat.pro.user.1178009 -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/README.md -------------------------------------------------------------------------------- /changeinfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/changeinfo.cpp -------------------------------------------------------------------------------- /changeinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/changeinfo.h -------------------------------------------------------------------------------- /changeinfo.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/changeinfo.ui -------------------------------------------------------------------------------- /chatwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/chatwindow.cpp -------------------------------------------------------------------------------- /chatwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/chatwindow.h -------------------------------------------------------------------------------- /chatwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/chatwindow.ui -------------------------------------------------------------------------------- /connection.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/connection.h -------------------------------------------------------------------------------- /database/MyChat.sql: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/database/MyChat.sql -------------------------------------------------------------------------------- /friend.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/friend.cpp -------------------------------------------------------------------------------- /friend.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/friend.h -------------------------------------------------------------------------------- /images/Cherry.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/Cherry.png -------------------------------------------------------------------------------- /images/Thumbs.db: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/Thumbs.db -------------------------------------------------------------------------------- /images/bold.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/bold.png -------------------------------------------------------------------------------- /images/chatWinBackGround.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/chatWinBackGround.jpg -------------------------------------------------------------------------------- /images/clear.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/clear.png -------------------------------------------------------------------------------- /images/color.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/color.png -------------------------------------------------------------------------------- /images/dr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/dr.png -------------------------------------------------------------------------------- /images/images.qrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/images.qrc -------------------------------------------------------------------------------- /images/italic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/italic.png -------------------------------------------------------------------------------- /images/jj.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/jj.png -------------------------------------------------------------------------------- /images/login.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/login.png -------------------------------------------------------------------------------- /images/lswh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/lswh.png -------------------------------------------------------------------------------- /images/mainWinBackGround.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/mainWinBackGround.jpg -------------------------------------------------------------------------------- /images/qmnn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/qmnn.png -------------------------------------------------------------------------------- /images/qq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/qq.png -------------------------------------------------------------------------------- /images/save.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/save.png -------------------------------------------------------------------------------- /images/sc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/sc1.png -------------------------------------------------------------------------------- /images/sc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/sc2.png -------------------------------------------------------------------------------- /images/sc3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/sc3.png -------------------------------------------------------------------------------- /images/send.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/send.png -------------------------------------------------------------------------------- /images/spqy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/spqy.png -------------------------------------------------------------------------------- /images/under.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/under.png -------------------------------------------------------------------------------- /images/wy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/wy.png -------------------------------------------------------------------------------- /images/ymrl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/images/ymrl.png -------------------------------------------------------------------------------- /login.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/login.cpp -------------------------------------------------------------------------------- /login.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/login.h -------------------------------------------------------------------------------- /login.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/login.ui -------------------------------------------------------------------------------- /main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/main.cpp -------------------------------------------------------------------------------- /mainwindow.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/mainwindow.cpp -------------------------------------------------------------------------------- /mainwindow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/mainwindow.h -------------------------------------------------------------------------------- /mainwindow.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/mainwindow.ui -------------------------------------------------------------------------------- /udpserver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/udpserver.cpp -------------------------------------------------------------------------------- /udpserver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/udpserver.h -------------------------------------------------------------------------------- /usrinfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/usrinfo.cpp -------------------------------------------------------------------------------- /usrinfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/usrinfo.h -------------------------------------------------------------------------------- /usrinfo.ui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/luricheng/MyChat/HEAD/usrinfo.ui --------------------------------------------------------------------------------