src/eric7/PluginManager/PluginDetailsDialog.py

branch
eric7
changeset 10428
a071d4065202
parent 9653
e67609152c5e
child 10439
21c28b0f9e41
equal deleted inserted replaced
10427:3733e2b23cf7 10428:a071d4065202
21 def __init__(self, details, parent=None): 21 def __init__(self, details, parent=None):
22 """ 22 """
23 Constructor 23 Constructor
24 24
25 @param details dictionary containing the info to be displayed 25 @param details dictionary containing the info to be displayed
26 @param parent parent of this dialog (QWidget) 26 @type dict
27 @param parent parent of this dialog
28 @type QWidget
27 """ 29 """
28 super().__init__(parent) 30 super().__init__(parent)
29 self.setupUi(self) 31 self.setupUi(self)
30 self.setWindowFlags(Qt.WindowType.Window) 32 self.setWindowFlags(Qt.WindowType.Window)
31 33

eric ide

mercurial