摘要: Designer convert .ui to .py pyuic6 -x [].ui -o [].py Loading UI from PyQt6.QtWidgets import QApplication, QWidget from PyQt6 import uic class UI(QWidg 阅读全文
posted @ 2022-05-21 19:37 deadright 阅读(39) 评论(0) 推荐(0) 编辑
摘要: from PyQt6.QtWidgets import QApplication, QWidget from PyQt6.QtGui import QIcon import sys class Window(QWidget): def __init__(self): super().__init__ 阅读全文
posted @ 2022-05-21 17:21 deadright 阅读(63) 评论(0) 推荐(0) 编辑
摘要: python Machine Learning Steps import the data clean the data Splite the Data into Training/Test Sets Create a Model Train the Model Make Predictions E 阅读全文
posted @ 2022-05-21 17:04 deadright 阅读(28) 评论(0) 推荐(0) 编辑
摘要: 这里是一个目录每次学习后记录时间与感悟 阅读全文
posted @ 2022-05-21 17:03 deadright 阅读(25) 评论(0) 推荐(0) 编辑
摘要: 立个flag,下个月开始学linux 每天学一节oeasy老师的vim课 https://www.bilibili.com/read/cv12495713 阅读全文
posted @ 2022-05-21 17:02 deadright 阅读(20) 评论(0) 推荐(0) 编辑
摘要: https://www.lanqiao.cn/courses/3584 阅读全文
posted @ 2022-05-21 16:57 deadright 阅读(25) 评论(0) 推荐(0) 编辑
摘要: Windows QMainWindow QDialog QWidget Example QMainWindow from PyQt6.QtWidgets import QApplication, QMainWindow import sys app = QApplication(sys.argv) 阅读全文
posted @ 2022-05-21 16:36 deadright 阅读(44) 评论(0) 推荐(0) 编辑