From 87f35e73f592efc627f72d0fe7e254108959dbcd Mon Sep 17 00:00:00 2001 From: shuaikangzhou <863909694@qq.com> Date: Wed, 5 Apr 2023 13:02:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=BA=86Webengine=E6=A8=AA?= =?UTF-8?q?=E5=90=91=E5=B0=8F=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Ui/chat/chatUi.py | 19 +- app/Ui/chat/chatUi.ui | 27 +- app/Ui/contact/analysis/analysis.py | 110 ++---- app/Ui/contact/analysis/charts.py | 14 +- app/Ui/contact/contact.py | 2 +- app/Ui/contact/userinfo/userinfoUi.py | 82 +++-- app/Ui/contact/userinfo/userinfoUi.ui | 473 +++++++++++++++----------- 7 files changed, 403 insertions(+), 324 deletions(-) diff --git a/app/Ui/chat/chatUi.py b/app/Ui/chat/chatUi.py index dc01f31..6574874 100644 --- a/app/Ui/chat/chatUi.py +++ b/app/Ui/chat/chatUi.py @@ -16,6 +16,8 @@ class Ui_Form(object): Form.setObjectName("Form") Form.resize(878, 720) self.horizontalLayout = QtWidgets.QHBoxLayout(Form) + self.horizontalLayout.setContentsMargins(0, 0, 0, 0) + self.horizontalLayout.setSpacing(0) self.horizontalLayout.setObjectName("horizontalLayout") self.scrollArea_2 = QtWidgets.QScrollArea(Form) self.scrollArea_2.setEnabled(True) @@ -51,7 +53,8 @@ class Ui_Form(object): self.frame_2.setFrameShadow(QtWidgets.QFrame.Raised) self.frame_2.setObjectName("frame_2") self.verticalLayout = QtWidgets.QVBoxLayout(self.frame_2) - self.verticalLayout.setContentsMargins(0, 5, 0, 0) + self.verticalLayout.setContentsMargins(0, 0, 0, 0) + self.verticalLayout.setSpacing(0) self.verticalLayout.setObjectName("verticalLayout") self.horizontalLayout_3 = QtWidgets.QHBoxLayout() self.horizontalLayout_3.setObjectName("horizontalLayout_3") @@ -112,11 +115,12 @@ class Ui_Form(object): self.btn_sendMsg_2.setMouseTracking(False) self.btn_sendMsg_2.setAutoFillBackground(False) self.btn_sendMsg_2.setStyleSheet("QPushButton {\n" - "background-color:rgb(233,233,233);\n" - "padding: 10px;\n" - "color:rgb(5,180,104);}\n" - "QPushButton:hover{\n" - "background-color:rgb(198,198,198)}") + " background-color:rgb(233,233,233);\n" + " padding: 10px;\n" + " color:rgb(5,180,104);}\n" + " QPushButton:hover{\n" + " background-color:rgb(198,198,198)}\n" + " ") self.btn_sendMsg_2.setIconSize(QtCore.QSize(40, 40)) self.btn_sendMsg_2.setCheckable(False) self.btn_sendMsg_2.setAutoDefault(True) @@ -146,5 +150,6 @@ class Ui_Form(object): "
\n" - "\n" + "