47 def __init__(self, project, replaceMode=False, parent=None): |
47 def __init__(self, project, replaceMode=False, parent=None): |
48 """ |
48 """ |
49 Constructor |
49 Constructor |
50 |
50 |
51 @param project reference to the project object |
51 @param project reference to the project object |
|
52 @param replaceMode flag indicating the replace dialog mode (boolean) |
52 @param parent parent widget of this dialog (QWidget) |
53 @param parent parent widget of this dialog (QWidget) |
53 """ |
54 """ |
54 super().__init__(parent) |
55 super().__init__(parent) |
55 self.setupUi(self) |
56 self.setupUi(self) |
56 self.setWindowFlags(Qt.WindowFlags(Qt.Window)) |
57 self.setWindowFlags(Qt.WindowFlags(Qt.Window)) |