from PyQt5.QtWidgets import QWidget class AboutWidget(QWidget): def __init__(self, typex="init"): self.init_ui() def init_ui()