class MyPopup(QtGui.QDialog): def __init__(self): QtGui.QDialog.__init__(self) self.setModal(True) icon = QtGui.QIcon()