From bb267c348eed765fb9c842f03202521501db826b Mon Sep 17 00:00:00 2001 From: shuaikangzhou <863909694@qq.com> Date: Sun, 29 Oct 2023 23:15:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=83=A8=E5=88=86UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 84 ++++++++++++++++--------- app/DataBase/data.py | 33 +++++++++- app/Ui/ICON.py | 6 ++ app/Ui/MyComponents/Contact.py | 100 ++++++++++++++++++++++++++++++ app/Ui/MyComponents/__init__.py | 1 + app/Ui/__init__.py | 6 +- app/Ui/contact/contact.py | 6 +- app/Ui/decrypt/decrypt.py | 19 +++--- app/Ui/mainview.py | 6 +- app/config.py | 0 app/data/icons/default_avatar.svg | 1 + app/data/icons/logo.svg | 1 + app/utils/__init__.py | 0 main.py | 16 +++-- 14 files changed, 221 insertions(+), 58 deletions(-) create mode 100644 app/Ui/ICON.py create mode 100644 app/Ui/MyComponents/Contact.py create mode 100644 app/Ui/MyComponents/__init__.py create mode 100644 app/config.py create mode 100644 app/data/icons/default_avatar.svg create mode 100644 app/data/icons/logo.svg create mode 100644 app/utils/__init__.py diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 23d4e5f..e26c495 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,13 +4,19 @@