随笔分类 -  pyqt5

摘要:import sysfrom PyQt5.QtWidgets import (QApplication, QWidget, QHBoxLayout, QFrame, QSplitter)from PyQt5.QtCore import Qtclass Example(QWidget): def __ 阅读全文
posted @ 2019-04-25 09:27 玄空2 阅读(1274) 评论(0) 推荐(0)
摘要:import sysfrom PyQt5.QtWidgets import *from PyQt5.QtCore import *from PyQt5.QtGui import *class Example(QWidget): def __init__(self): super().__init__ 阅读全文
posted @ 2019-04-25 09:24 玄空2 阅读(1094) 评论(0) 推荐(0)
摘要:# -*- coding: utf-8 -*-# Form implementation generated from reading ui file 'Calendar1.ui'## Created by: PyQt5 UI code generator 5.11.3## WARNING! All 阅读全文
posted @ 2019-04-25 09:14 玄空2 阅读(616) 评论(0) 推荐(0)