随笔分类 - pyqt5
摘要:import sysfrom PyQt5.QtWidgets import (QApplication, QWidget, QHBoxLayout, QFrame, QSplitter)from PyQt5.QtCore import Qtclass Example(QWidget): def __
阅读全文
摘要:import sysfrom PyQt5.QtWidgets import *from PyQt5.QtCore import *from PyQt5.QtGui import *class Example(QWidget): def __init__(self): super().__init__
阅读全文
摘要:# -*- coding: utf-8 -*-# Form implementation generated from reading ui file 'Calendar1.ui'## Created by: PyQt5 UI code generator 5.11.3## WARNING! All
阅读全文

浙公网安备 33010602011771号