From 751d9cb1a9c85b4d22f0cbcf8d4915c53d7aa792 Mon Sep 17 00:00:00 2001 From: shuaikangzhou <863909694@qq.com> Date: Sun, 5 Nov 2023 21:14:14 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=81=94=E7=B3=BB=E4=BA=BA?= =?UTF-8?q?=E8=A7=86=E5=9B=BE=E6=9E=B6=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 32 ++- app/DataBase/output.py | 9 +- app/Ui/ICON.py | 3 +- .../{Contact.py => Button_Contact.py} | 4 +- app/Ui/MyComponents/__init__.py | 1 - app/Ui/__init__.py | 3 +- app/Ui/chat/chat.py | 2 +- app/Ui/contact/contact.py | 220 +----------------- app/Ui/contact/contactInfo.py | 77 +++++- app/Ui/contact/contactInfoUi.ui | 3 + app/Ui/contact/userinfo/userinfo.py | 1 + app/Ui/mainviewUi.ui | 201 ---------------- app/Ui/mainwindow.py | 8 - app/Ui/mainwindow.ui | 32 +-- app/person.py | 9 +- 15 files changed, 127 insertions(+), 478 deletions(-) rename app/Ui/MyComponents/{Contact.py => Button_Contact.py} (97%) delete mode 100644 app/Ui/mainviewUi.ui diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7303246..8bb6ddf 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,17 +4,21 @@