This commit is contained in:
2025-05-03 17:28:33 +08:00
parent b24587bdaa
commit 0f7c891fb8
4 changed files with 131 additions and 42 deletions

View File

@@ -145,8 +145,6 @@ class MainWindow(QtWidgets.QWidget):
# 创建工具栏
self.toolbar_frame = QtWidgets.QFrame()
# 不创建Logo图像控件
self.toolbar_frame.setObjectName("toolbar_frame")
self.toolbar_frame.setFrameShape(QtWidgets.QFrame.StyledPanel)
self.toolbar_frame.setFrameShadow(QtWidgets.QFrame.Raised)