mirror of
https://github.com/LC044/WeChatMsg
synced 2024-11-15 22:41:20 +08:00
7 lines
290 B
Python
7 lines
290 B
Python
import sys
|
|
from PyQt5.QtWidgets import QWidget, QApplication, QVBoxLayout, QHBoxLayout, QPushButton, QLabel, QFileDialog
|
|
from PyQt5.Qt import QPixmap, QPoint, Qt, QPainter, QIcon
|
|
from PyQt5.QtCore import QSize
|
|
from PyQt5 import QtCore, QtGui, QtWidgets
|
|
from PyQt5.QtGui import QImageReader
|