摘要:
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
阅读(47)
评论(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
阅读(78)
评论(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
阅读(36)
评论(0)
推荐(0)
摘要:
这里是一个目录每次学习后记录时间与感悟 阅读全文
posted @ 2022-05-21 17:03
deadright
阅读(31)
评论(0)
推荐(0)
摘要:
立个flag,下个月开始学linux 每天学一节oeasy老师的vim课 https://www.bilibili.com/read/cv12495713 阅读全文
posted @ 2022-05-21 17:02
deadright
阅读(27)
评论(0)
推荐(0)
摘要:
https://www.lanqiao.cn/courses/3584 阅读全文
posted @ 2022-05-21 16:57
deadright
阅读(30)
评论(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
阅读(52)
评论(0)
推荐(0)

浙公网安备 33010602011771号