随笔分类 -  pyqt

摘要:pyqt https://blog.csdn.net/quantam/article/details/90267824 http://code.py40.com/pyqt5/26.html pyqt 打包为dmg https://www.zhihu.com/question/28374491/ans 阅读全文
posted @ 2020-01-13 14:49 anobscureretreat 阅读(825) 评论(0) 推荐(0) 编辑
摘要:#coding=utf-8 import sys from PyQt5.QtCore import Qt from PyQt5.QtWidgets import QWidget, QApplication from PyQt5.QtGui import QPixmap, QPainter, QBitmap, QCursor import PyQt5.QtCore as QtCore cl... 阅读全文
posted @ 2019-03-14 01:35 anobscureretreat 阅读(736) 评论(0) 推荐(0) 编辑
摘要:from PyQt5.QtWidgets import QMainWindow, QFrame, QDesktopWidget, QApplication from PyQt5.QtCore import Qt, QBasicTimer, pyqtSignal from PyQt5.QtGui import QPainter, QColor import sys, random clas... 阅读全文
posted @ 2018-11-02 01:16 anobscureretreat 阅读(252) 评论(0) 推荐(0) 编辑
摘要:from PyQt5.QtCore import * from PyQt5.QtGui import * from PyQt5.QtWidgets import * from PyQt5.QtWebEngineWidgets import * import sys class MainWindow(QMainWindow): def __init__(self ): ... 阅读全文
posted @ 2018-11-01 00:16 anobscureretreat 阅读(1350) 评论(0) 推荐(0) 编辑
摘要:# -*- coding: utf-8 -*- from PyQt5.QtWidgets import QApplication, QPushButton, QColorDialog , QWidget from PyQt5.QtCore import Qt from PyQt5.QtGui import QColor import sys class ColorDialog ( ... 阅读全文
posted @ 2018-10-28 13:53 anobscureretreat 阅读(1750) 评论(0) 推荐(0) 编辑