from PyQt5.QtCore import Qt from PyQt5.QtWidgets import QWidget class databaseManageWindow(QWidget): def __init__(self): super().__init__()