摘要:
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 阅读全文
摘要:
首先把视频帧导入图层 然后按shift并点击最后一帧。 按ctrl+shift+alt+s 阅读全文
摘要:
"QCheckBox::indicator" "{" "background-color : rgb(40, 50, 62);" "}" "QCheckBox::indicator:Checked\n" "{\n" "color: rgb(0, 200, 176);\n" "}\n" 但是没用对号 阅读全文
摘要:
img_path='icon/loginuser.png' action = QAction(self.lineEdit) action.setIcon(QtGui.QIcon(img_path)) self.lineEdit.addAction(action,QLineEdit.LeadingPo 阅读全文
摘要:
ui.pushButton_2.clicked.connect(lambda:wenjian(xiaoxi_window)) def wenjian(win): from PyQt5.QtWidgets import QFileDialog files, filetype = QFileDialog 阅读全文