This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from PySide2.QtWidgets import (QApplication, QWidget, QPushButton, QMainWindow, QSizePolicy, | |
QFrame, QLabel, QLineEdit, QHBoxLayout, QVBoxLayout) | |
from PySide2.QtGui import QIcon, QFont | |
from PySide2 import QtCore, QtGui, QtWidgets | |
from PySide2.QtCore import (QCoreApplication, QPropertyAnimation, QDate, QDateTime, QMetaObject, QObject, QPoint, QRect, QSize, QTime, QUrl, Qt, QEvent) | |
import sys |