2018年4月9日

PyQt5 布局

摘要: 1 import sys 2 3 from PyQt5.QtWidgets import QWidget, QLabel, QApplication, QVBoxLayout, QHBoxLayout, QPushButton, QGridLayout 4 5 6 class Example(QWidget): 7 def __init__(self): 8 ... 阅读全文

posted @ 2018-04-09 10:58 lanyue52011 阅读(278) 评论(0) 推荐(0) 编辑

导航