
UI
今晚没吃饭啊
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
PyQt5-去掉边框和标题栏
** PyQt5-去掉边框和标题栏 ** 去掉文本框边框 self.lineEdit.setStyleSheet("border:none;") lineEdit有边框: lineEdit无边框: 去掉标题栏 #跳转窗口界面 class Ui_Dialog(QtWidgets.QWidget, Ui_Dialog): def __init__(self): super(Ui_D...原创 2019-09-03 10:19:17 · 9656 阅读 · 1 评论 -
树莓派/windows安装pyqt5
Raspbian系统: python2: sudo apt-get install python-pyqt5 python3: sudo apt-get install python3-pyqt5 Windows系统: pip install PyQt5原创 2019-09-03 10:31:31 · 509 阅读 · 0 评论