修改部分ui

This commit is contained in:
shuaikangzhou
2024-01-14 19:57:39 +08:00
parent 48e748db8f
commit 33f8ac0c23
6 changed files with 69 additions and 10 deletions

View File

@@ -264,7 +264,6 @@ class ChatWidget(QWidget):
self.scrollArea = ScrollArea(self)
scrollBar = ScrollBar()
self.scrollArea.setVerticalScrollBar(scrollBar)
# self.scrollArea.setGeometry(QRect(9, 9, 261, 211))
# 生成滚动区域的内容部署层部件
self.scrollAreaWidgetContents = ScrollAreaContent(self.scrollArea)
self.scrollAreaWidgetContents.setMinimumSize(50, 100)