Skip to content

Instantly share code, notes, and snippets.

@daym
daym / a.py
Created August 27, 2019 12:43
from PyQt5.QtWidgets import QWidget, QLabel, QApplication
from PyQt5.QtCore import QTimer, QVariant, pyqtSlot
style=\
"""QLabel {
qproperty-alignment: AlignCenter;
min-width: 84px;
min-height: 84px;
max-width: 84px;