上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 73 下一页
摘要: axisx.setGridLineVisible(True) 阅读全文
posted @ 2023-05-10 19:22 祥瑞哈哈哈 阅读(9) 评论(0) 推荐(0) 编辑
摘要: chartView = QChartView(chart,Form) chartView.setRenderHint(QPainter.Antialiasing) chartView.setGeometry(QtCore.QRect(400, 400, 771, 701))左上角的x,y值和宽高 阅读全文
posted @ 2023-05-10 17:54 祥瑞哈哈哈 阅读(31) 评论(0) 推荐(0) 编辑
摘要: 在按钮的样式表里输入以下代码 QPushButton{color: rgb(102, 131, 156); background-color: rgb(37, 43, 51); border-radius:10px; } QPushButton:hover{ background-color: rg 阅读全文
posted @ 2023-05-10 10:36 祥瑞哈哈哈 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 在设计样式表中加入border: none; 阅读全文
posted @ 2023-05-10 08:46 祥瑞哈哈哈 阅读(8) 评论(0) 推荐(0) 编辑
摘要: import sys from PyQt5.QtWidgets import QApplication, QMainWindow if __name__ == '__main__': app = QApplication(sys.argv) MainWindow = QMainWindow() ui 阅读全文
posted @ 2023-05-10 08:26 祥瑞哈哈哈 阅读(48) 评论(0) 推荐(0) 编辑
摘要: import cv2 def video_duration_3(filename): cap = cv2.VideoCapture(filename) if cap.isOpened(): rate = cap.get(5) frame_num = cap.get(7) duration = fra 阅读全文
posted @ 2023-05-09 10:02 祥瑞哈哈哈 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 用爱奇艺万能联播访问云盘并下载,即可不限速。 阅读全文
posted @ 2023-05-07 21:25 祥瑞哈哈哈 阅读(6) 评论(0) 推荐(0) 编辑
摘要: https://www.onlinedown.net/article/10007858.htm 阅读全文
posted @ 2023-05-07 19:02 祥瑞哈哈哈 阅读(22) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/m0_46204224/article/details/123585551 阅读全文
posted @ 2023-05-07 16:35 祥瑞哈哈哈 阅读(29) 评论(0) 推荐(0) 编辑
摘要: import tkinter from tkinter import ttk from tkinter import * from tkinter.ttk import * import pymysql # 导入消息对话框子模块 import tkinter.messagebox def fixed 阅读全文
posted @ 2023-05-05 21:41 祥瑞哈哈哈 阅读(85) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 73 下一页