摘要: QRadioButton Method Method function isChecked it return a boolean value aof true if the button and the selected state setIcon add icon for the radio b 阅读全文
posted @ 2022-05-22 20:53 deadright 阅读(88) 评论(0) 推荐(0) 编辑
摘要: caculate 没什么好说的,只能说英语好,就是无敌。 以后每天背500个单词。 重点代码 self.pushButton_plus.clicked.connect(self.add) # 绑定事件 def add(self): fnum = int(self.lineEdit_first.tex 阅读全文
posted @ 2022-05-22 16:45 deadright 阅读(49) 评论(0) 推荐(0) 编辑
摘要: Event Handling(Signal and Slots) from PyQt6.QtWidgets import QApplication, QWidget, QPushButton, QLabel, QHBoxLayout from PyQt6.QtGui import QIcon, QF 阅读全文
posted @ 2022-05-22 15:56 deadright 阅读(51) 评论(0) 推荐(0) 编辑
摘要: 布局管理 水平 horizontal from PyQt6.QtWidgets import QApplication, QWidget, QHBoxLayout, QPushButton from PyQt6.QtGui import QIcon import sys class Window(Q 阅读全文
posted @ 2022-05-22 12:30 deadright 阅读(99) 评论(0) 推荐(0) 编辑
摘要: QLineEdit 基本功能:输入单行的文本 EchoMode(回显模式) 4种回显模式 Normal 输入什么显示什么 NoEcho 输入什么不显示,但是已经提交了 Password 输入什么都显示 **** PasswordEchoOnEdit 输入什么,丢失目标以后显示***** 完整代码 f 阅读全文
posted @ 2022-05-22 11:49 deadright 阅读(43) 评论(0) 推荐(0) 编辑
摘要: from PyQt6.QtWidgets import QApplication, QWidget, QWidget, QPushButton, QMenu from PyQt6.QtGui import QIcon, QFont from PyQt6.QtCore import QSize imp 阅读全文
posted @ 2022-05-22 10:34 deadright 阅读(46) 评论(0) 推荐(0) 编辑
摘要: from PyQt6.QtWidgets import QApplication, QWidget, QLabel from PyQt6.QtGui import QIcon, QFont, QPixmap, QMovie import sys class Window(QWidget): def 阅读全文
posted @ 2022-05-22 08:28 deadright 阅读(27) 评论(0) 推荐(0) 编辑
摘要: https://docs.rsshub.app/en/ 阅读全文
posted @ 2022-05-22 08:16 deadright 阅读(19) 评论(0) 推荐(0) 编辑