mirror of
https://github.com/wtc86939209/WeChatMsg110.git
synced 2026-06-15 10:13:14 +08:00
文字消息设置圆角
This commit is contained in:
@@ -95,10 +95,7 @@ class ChatInfo(QWidget):
|
||||
type_,
|
||||
is_send
|
||||
)
|
||||
# print(str_content)
|
||||
# self.scroolAreaLayout.addWidget(bubble_message)
|
||||
self.chat_window.add_message_item(bubble_message, 0)
|
||||
|
||||
except:
|
||||
print(message)
|
||||
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
import os.path
|
||||
import time
|
||||
import traceback
|
||||
|
||||
from PyQt5 import QtWidgets
|
||||
from PyQt5.QtCore import *
|
||||
@@ -7,6 +8,7 @@ from PyQt5.QtGui import *
|
||||
from PyQt5.QtWidgets import *
|
||||
|
||||
from app.decrypt import get_wx_info, decrypt
|
||||
from app.log import logger
|
||||
from . import decryptUi
|
||||
|
||||
|
||||
@@ -55,6 +57,8 @@ class DecryptControl(QWidget, decryptUi.Ui_Dialog):
|
||||
except Exception as e:
|
||||
print(e)
|
||||
QMessageBox.critical(self, "错误", "请登录微信")
|
||||
logger.error(traceback.format_exc())
|
||||
traceback.print_exc()
|
||||
|
||||
def set_wxid_(self):
|
||||
self.info['wxid'] = self.lineEdit.text()
|
||||
|
||||
Reference in New Issue
Block a user