From fa2d0ec6c19e683cb8c9ec4dad1e8e23ab50b4eb Mon Sep 17 00:00:00 2001 From: shuaikangzhou <863909694@qq.com> Date: Sat, 4 Nov 2023 21:21:26 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8stackWidget=E9=87=8D=E5=86=99contactUI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 31 ++++++--- app/DataBase/data.py | 34 +++++++--- app/Ui/contact/analysis/analysis.py | 11 +++- app/Ui/contact/contact.py | 68 ++++++++------------ app/Ui/contact/contactInfo.py | 61 ++++++++++++++++++ app/Ui/contact/contactInfoUi.py | 74 +++++++++++++++++++++ app/Ui/contact/contactInfoUi.ui | 99 +++++++++++++++++++++++++++++ app/Ui/contact/contactUi.py | 55 +++------------- app/Ui/contact/contactUi.ui | 78 +---------------------- app/Ui/contact/emotion/emotion.py | 10 +-- app/Ui/contact/userinfo/userinfo.py | 15 +++++ 11 files changed, 347 insertions(+), 189 deletions(-) create mode 100644 app/Ui/contact/contactInfo.py create mode 100644 app/Ui/contact/contactInfoUi.py create mode 100644 app/Ui/contact/contactInfoUi.ui create mode 100644 app/Ui/contact/userinfo/userinfo.py diff --git a/.idea/workspace.xml b/.idea/workspace.xml index cacb730..7303246 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,11 +4,17 @@