摘要:
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 阅读全文
摘要:
from PyQt6.QtWidgets import QApplication, QWidget from PyQt6.QtGui import QIcon import sys class Window(QWidget): def __init__(self): super().__init__ 阅读全文
摘要:
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 阅读全文
摘要:
这里是一个目录每次学习后记录时间与感悟 阅读全文
摘要:
立个flag,下个月开始学linux 每天学一节oeasy老师的vim课 https://www.bilibili.com/read/cv12495713 阅读全文
摘要:
https://www.lanqiao.cn/courses/3584 阅读全文
摘要:
Windows QMainWindow QDialog QWidget Example QMainWindow from PyQt6.QtWidgets import QApplication, QMainWindow import sys app = QApplication(sys.argv) 阅读全文