摘要: self.label_3.setObjectName("label_3") self.gif = QMovie('icon/11.gif') self.label_3.setMovie(self.gif) self.label_3.setAttribute(False) self.label_3.s 阅读全文
posted @ 2023-05-14 17:55 祥瑞哈哈哈 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 首先把视频帧导入图层 然后按shift并点击最后一帧。 按ctrl+shift+alt+s 阅读全文
posted @ 2023-05-14 17:15 祥瑞哈哈哈 阅读(63) 评论(0) 推荐(0) 编辑
摘要: "QCheckBox::indicator" "{" "background-color : rgb(40, 50, 62);" "}" "QCheckBox::indicator:Checked\n" "{\n" "color: rgb(0, 200, 176);\n" "}\n" 但是没用对号 阅读全文
posted @ 2023-05-14 12:08 祥瑞哈哈哈 阅读(29) 评论(0) 推荐(0) 编辑
摘要: img_path='icon/loginuser.png' action = QAction(self.lineEdit) action.setIcon(QtGui.QIcon(img_path)) self.lineEdit.addAction(action,QLineEdit.LeadingPo 阅读全文
posted @ 2023-05-14 11:17 祥瑞哈哈哈 阅读(122) 评论(0) 推荐(0) 编辑
摘要: ui.pushButton_2.clicked.connect(lambda:wenjian(xiaoxi_window)) def wenjian(win): from PyQt5.QtWidgets import QFileDialog files, filetype = QFileDialog 阅读全文
posted @ 2023-05-14 09:08 祥瑞哈哈哈 阅读(719) 评论(0) 推荐(0) 编辑